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

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

public class DeployedModelDescriptionXto
extends ModelElementXto

The DeployedModelDescription class provides deployment information for a workflow model.

Java class for DeployedModelDescription complex type.

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

 <complexType name="DeployedModelDescription">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
       <sequence>
         <element name="consumerModels" type="{http://eclipse.org/stardust/ws/v2012a/api}OidList"/>
         <element name="deploymentComment" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="deploymentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="implementationProcesses" type="{http://eclipse.org/stardust/ws/v2012a/api}ImplementationProcessesMap"/>
         <element name="providersModel" type="{http://eclipse.org/stardust/ws/v2012a/api}OidList"/>
         <element name="revision" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DeployedModelDescriptionXto()
           
 
Method Summary
 OidListXto getConsumerModels()
          Gets the value of the consumerModels property.
 String getDeploymentComment()
          Gets the value of the deploymentComment property.
 Date getDeploymentTime()
          Gets the value of the deploymentTime property.
 ImplementationProcessesMapXto getImplementationProcesses()
          Gets the value of the implementationProcesses property.
 OidListXto getProvidersModel()
          Gets the value of the providersModel property.
 int getRevision()
          Gets the value of the revision property.
 Date getValidFrom()
          Gets the value of the validFrom property.
 String getVersion()
          Gets the value of the version property.
 boolean isActive()
          Gets the value of the active property.
 void setActive(boolean value)
          Sets the value of the active property.
 void setConsumerModels(OidListXto value)
          Sets the value of the consumerModels property.
 void setDeploymentComment(String value)
          Sets the value of the deploymentComment property.
 void setDeploymentTime(Date value)
          Sets the value of the deploymentTime property.
 void setImplementationProcesses(ImplementationProcessesMapXto value)
          Sets the value of the implementationProcesses property.
 void setProvidersModel(OidListXto value)
          Sets the value of the providersModel property.
 void setRevision(int value)
          Sets the value of the revision property.
 void setValidFrom(Date value)
          Sets the value of the validFrom property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedModelDescriptionXto

public DeployedModelDescriptionXto()
Method Detail

getConsumerModels

public OidListXto getConsumerModels()
Gets the value of the consumerModels property.

Returns:
possible object is OidListXto

setConsumerModels

public void setConsumerModels(OidListXto value)
Sets the value of the consumerModels property.

Parameters:
value - allowed object is OidListXto

getDeploymentComment

public String getDeploymentComment()
Gets the value of the deploymentComment property.

Returns:
possible object is String

setDeploymentComment

public void setDeploymentComment(String value)
Sets the value of the deploymentComment 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

getImplementationProcesses

public ImplementationProcessesMapXto getImplementationProcesses()
Gets the value of the implementationProcesses property.

Returns:
possible object is ImplementationProcessesMapXto

setImplementationProcesses

public void setImplementationProcesses(ImplementationProcessesMapXto value)
Sets the value of the implementationProcesses property.

Parameters:
value - allowed object is ImplementationProcessesMapXto

getProvidersModel

public OidListXto getProvidersModel()
Gets the value of the providersModel property.

Returns:
possible object is OidListXto

setProvidersModel

public void setProvidersModel(OidListXto value)
Sets the value of the providersModel property.

Parameters:
value - allowed object is OidListXto

getRevision

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


setRevision

public void setRevision(int value)
Sets the value of the revision 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

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isActive

public boolean isActive()
Gets the value of the active property.


setActive

public void setActive(boolean value)
Sets the value of the active property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.