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

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

public class ProcessInstanceLinkTypeXto
extends java.lang.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
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getId()
          Gets the value of the id property.
 long getOid()
          Gets the value of the oid property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setId(java.lang.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 java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String


Copyright © 2013 SunGard CSA LLC. All Rights Reserved.