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

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

public class ProcessInstanceLinkTypeXto
extends Object

Java class for ProcessInstanceLinkType complex type.

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

 <complexType name="ProcessInstanceLinkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessInstanceLinkTypeXto()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 long getOid()
          Gets the value of the oid property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setOid(long value)
          Sets the value of the oid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceLinkTypeXto

public ProcessInstanceLinkTypeXto()
Method Detail

getOid

public long getOid()
Gets the value of the oid property.


setOid

public void setOid(long value)
Sets the value of the oid 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

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.