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 and Description |
|---|
ProcessInstanceLinkTypeXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getOid()
public void setOid(long value)
public void setId(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.