java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.caseinstance.model.TLinks
All Implemented Interfaces:
Serializable

public class TLinks extends TExtensibleElements implements 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>
 

See Also:
  • Constructor Details

    • TLinks

      public TLinks()
  • Method Details

    • getLink

      public List<TLink> getLink()
      Gets the value of the link property.

      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

    • isSetLink

      public boolean isSetLink()
    • unsetLink

      public void unsetLink()