public class TStakeHolders extends TExtensibleElements implements java.io.Serializable
Java class for tStakeHolders complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStakeHolders">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="stakeHolder" type="{http://xmlns.oracle.com/bpm/case}tStakeHolder" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TStakeHolders() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TStakeHolder> |
getStakeHolder()
Gets the value of the stakeHolder property.
|
boolean |
isSetStakeHolder() |
void |
unsetStakeHolder() |
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.util.List<TStakeHolder> getStakeHolder()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stakeHolder property.
For example, to add a new item, do as follows:
getStakeHolder().add(newItem);
Objects of the following type(s) are allowed in the list
TStakeHolder
public boolean isSetStakeHolder()
public void unsetStakeHolder()