org.eclipse.stardust.engine.api.ws
Class DeploymentInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DeploymentInfoXto

public class DeploymentInfoXto
extends Object

The DeploymentInfo is used to receive information about a deployment operation. Deployment operations are all operations which modify models in audit trail or their attributes, i.e. deploy, owerwrite, modify or delete.

Java class for DeploymentInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DeploymentInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="errors" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="error" type="{http://eclipse.org/stardust/ws/v2012a/api}Inconsistency" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="warnings" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="warning" type="{http://eclipse.org/stardust/ws/v2012a/api}Inconsistency" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="predecessorOID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="deploymentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="revision" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeploymentInfoXto.ErrorsXto
          Java class for anonymous complex type.
static class DeploymentInfoXto.WarningsXto
          Java class for anonymous complex type.
 
Constructor Summary
DeploymentInfoXto()
           
 
Method Summary
 String getComment()
          Gets the value of the comment property.
 Date getDeploymentTime()
          Gets the value of the deploymentTime property.
 DeploymentInfoXto.ErrorsXto getErrors()
          Gets the value of the errors property.
 String getId()
          Gets the value of the id property.
 int getModelOid()
          Gets the value of the modelOid property.
 int getPredecessorOID()
          Gets the value of the predecessorOID property.
 int getRevision()
          Gets the value of the revision property.
 Date getValidFrom()
          Gets the value of the validFrom property.
 Date getValidTo()
          Gets the value of the validTo property.
 DeploymentInfoXto.WarningsXto getWarnings()
          Gets the value of the warnings property.
 boolean isDisabled()
          Gets the value of the disabled property.
 boolean isSuccess()
          Gets the value of the success property.
 void setComment(String value)
          Sets the value of the comment property.
 void setDeploymentTime(Date value)
          Sets the value of the deploymentTime property.
 void setDisabled(boolean value)
          Sets the value of the disabled property.
 void setErrors(DeploymentInfoXto.ErrorsXto value)
          Sets the value of the errors property.
 void setId(String value)
          Sets the value of the id property.
 void setModelOid(int value)
          Sets the value of the modelOid property.
 void setPredecessorOID(int value)
          Sets the value of the predecessorOID property.
 void setRevision(int value)
          Sets the value of the revision property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 void setValidFrom(Date value)
          Sets the value of the validFrom property.
 void setValidTo(Date value)
          Sets the value of the validTo property.
 void setWarnings(DeploymentInfoXto.WarningsXto value)
          Sets the value of the warnings property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentInfoXto

public DeploymentInfoXto()
Method Detail

getErrors

public DeploymentInfoXto.ErrorsXto getErrors()
Gets the value of the errors property.

Returns:
possible object is DeploymentInfoXto.ErrorsXto

setErrors

public void setErrors(DeploymentInfoXto.ErrorsXto value)
Sets the value of the errors property.

Parameters:
value - allowed object is DeploymentInfoXto.ErrorsXto

getWarnings

public DeploymentInfoXto.WarningsXto getWarnings()
Gets the value of the warnings property.

Returns:
possible object is DeploymentInfoXto.WarningsXto

setWarnings

public void setWarnings(DeploymentInfoXto.WarningsXto value)
Sets the value of the warnings property.

Parameters:
value - allowed object is DeploymentInfoXto.WarningsXto

getModelOid

public int getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(int value)
Sets the value of the modelOid property.


getPredecessorOID

public int getPredecessorOID()
Gets the value of the predecessorOID property.


setPredecessorOID

public void setPredecessorOID(int value)
Sets the value of the predecessorOID property.


getValidFrom

public Date getValidFrom()
Gets the value of the validFrom property.

Returns:
possible object is String

setValidFrom

public void setValidFrom(Date value)
Sets the value of the validFrom property.

Parameters:
value - allowed object is String

getValidTo

public Date getValidTo()
Gets the value of the validTo property.

Returns:
possible object is String

setValidTo

public void setValidTo(Date value)
Sets the value of the validTo property.

Parameters:
value - allowed object is String

getDeploymentTime

public Date getDeploymentTime()
Gets the value of the deploymentTime property.

Returns:
possible object is String

setDeploymentTime

public void setDeploymentTime(Date value)
Sets the value of the deploymentTime property.

Parameters:
value - allowed object is String

isSuccess

public boolean isSuccess()
Gets the value of the success property.


setSuccess

public void setSuccess(boolean value)
Sets the value of the success property.


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getRevision

public int getRevision()
Gets the value of the revision property.


setRevision

public void setRevision(int value)
Sets the value of the revision property.


isDisabled

public boolean isDisabled()
Gets the value of the disabled property.


setDisabled

public void setDisabled(boolean value)
Sets the value of the disabled property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.