|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ProcessInstanceLinkXto
public class ProcessInstanceLinkXto
Java class for ProcessInstanceLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessInstanceLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sourceOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="targetOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="createTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="creatingUser" type="{http://eclipse.org/stardust/ws/v2012a/api}User"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkType" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceLinkType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ProcessInstanceLinkXto()
|
|
| Method Summary | |
|---|---|
String |
getComment()
Gets the value of the comment property. |
Date |
getCreateTime()
Gets the value of the createTime property. |
UserXto |
getCreatingUser()
Gets the value of the creatingUser property. |
ProcessInstanceLinkTypeXto |
getLinkType()
Gets the value of the linkType property. |
long |
getSourceOid()
Gets the value of the sourceOid property. |
long |
getTargetOid()
Gets the value of the targetOid property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setCreateTime(Date value)
Sets the value of the createTime property. |
void |
setCreatingUser(UserXto value)
Sets the value of the creatingUser property. |
void |
setLinkType(ProcessInstanceLinkTypeXto value)
Sets the value of the linkType property. |
void |
setSourceOid(long value)
Sets the value of the sourceOid property. |
void |
setTargetOid(long value)
Sets the value of the targetOid property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessInstanceLinkXto()
| Method Detail |
|---|
public long getSourceOid()
public void setSourceOid(long value)
public long getTargetOid()
public void setTargetOid(long value)
public Date getCreateTime()
Stringpublic void setCreateTime(Date value)
value - allowed object is
Stringpublic UserXto getCreatingUser()
UserXtopublic void setCreatingUser(UserXto value)
value - allowed object is
UserXtopublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic ProcessInstanceLinkTypeXto getLinkType()
ProcessInstanceLinkTypeXtopublic void setLinkType(ProcessInstanceLinkTypeXto value)
value - allowed object is
ProcessInstanceLinkTypeXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||