public class TLinks extends TExtensibleElements implements java.io.Serializable
Java class for tLinks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tLinks">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="link" type="{http://xmlns.oracle.com/bpm/case}tLink" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TLinks() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TLink> |
getLink()
Gets the value of the link property.
|
boolean |
isSetLink() |
void |
unsetLink() |
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.util.List<TLink> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
TLink
public boolean isSetLink()
public void unsetLink()