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

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

public class ProcessInstanceLinkXto
extends Object

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

ProcessInstanceLinkXto

public ProcessInstanceLinkXto()
Method Detail

getSourceOid

public long getSourceOid()
Gets the value of the sourceOid property.


setSourceOid

public void setSourceOid(long value)
Sets the value of the sourceOid property.


getTargetOid

public long getTargetOid()
Gets the value of the targetOid property.


setTargetOid

public void setTargetOid(long value)
Sets the value of the targetOid property.


getCreateTime

public Date getCreateTime()
Gets the value of the createTime property.

Returns:
possible object is String

setCreateTime

public void setCreateTime(Date value)
Sets the value of the createTime property.

Parameters:
value - allowed object is String

getCreatingUser

public UserXto getCreatingUser()
Gets the value of the creatingUser property.

Returns:
possible object is UserXto

setCreatingUser

public void setCreatingUser(UserXto value)
Sets the value of the creatingUser property.

Parameters:
value - allowed object is UserXto

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

getLinkType

public ProcessInstanceLinkTypeXto getLinkType()
Gets the value of the linkType property.

Returns:
possible object is ProcessInstanceLinkTypeXto

setLinkType

public void setLinkType(ProcessInstanceLinkTypeXto value)
Sets the value of the linkType property.

Parameters:
value - allowed object is ProcessInstanceLinkTypeXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.