public class TActivityRef extends TExtensibleElements implements java.io.Serializable
Java class for tActivityRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tActivityRef">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TActivityRef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
short |
getOrder()
Gets the value of the order property.
|
boolean |
isSetName() |
boolean |
isSetOrder() |
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOrder(short value)
Sets the value of the order property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic boolean isSetName()
public short getOrder()
public void setOrder(short value)
public boolean isSetOrder()