|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ModelElementXto
org.eclipse.stardust.engine.api.ws.ModelDescriptionXto
public class ModelDescriptionXto
Provides deployment information for a workflow model.
Java class for ModelDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelDescription">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="deploymentComment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="revision" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="deploymentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="predecessor" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ModelDescriptionXto()
|
|
| Method Summary | |
|---|---|
String |
getDeploymentComment()
Gets the value of the deploymentComment property. |
Date |
getDeploymentTime()
Gets the value of the deploymentTime property. |
int |
getPredecessor()
Gets the value of the predecessor 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. |
String |
getVersion()
Gets the value of the version property. |
boolean |
isActive()
Gets the value of the active property. |
boolean |
isDisabled()
Gets the value of the disabled property. |
void |
setActive(boolean value)
Sets the value of the active property. |
void |
setDeploymentComment(String value)
Sets the value of the deploymentComment property. |
void |
setDeploymentTime(Date value)
Sets the value of the deploymentTime property. |
void |
setDisabled(boolean value)
Sets the value of the disabled property. |
void |
setPredecessor(int value)
Sets the value of the predecessor property. |
void |
setRevision(int value)
Sets the value of the revision property. |
void |
setValidFrom(Date value)
Sets the value of the validFrom property. |
void |
setValidTo(Date value)
Sets the value of the validTo 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 |
|---|
public ModelDescriptionXto()
| Method Detail |
|---|
public boolean isActive()
public void setActive(boolean value)
public Date getValidFrom()
Stringpublic void setValidFrom(Date value)
value - allowed object is
Stringpublic Date getValidTo()
Stringpublic void setValidTo(Date value)
value - allowed object is
Stringpublic String getDeploymentComment()
Stringpublic void setDeploymentComment(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic int getRevision()
public void setRevision(int value)
public Date getDeploymentTime()
Stringpublic void setDeploymentTime(Date value)
value - allowed object is
Stringpublic int getPredecessor()
public void setPredecessor(int value)
public boolean isDisabled()
public void setDisabled(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||