Class TComponentInfo

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

public class TComponentInfo extends TExtensibleElements implements Serializable

Java class for tComponentInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tComponentInfo">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="referenceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="operationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="isSynchronous" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TComponentInfo

      public TComponentInfo()
  • Method Details

    • getReferenceName

      public String getReferenceName()
      Gets the value of the referenceName property.
      Returns:
      possible object is String
    • setReferenceName

      public void setReferenceName(String value)
      Sets the value of the referenceName property.
      Parameters:
      value - allowed object is String
    • isSetReferenceName

      public boolean isSetReferenceName()
    • getNamespace

      public String getNamespace()
      Gets the value of the namespace property.
      Returns:
      possible object is String
    • setNamespace

      public void setNamespace(String value)
      Sets the value of the namespace property.
      Parameters:
      value - allowed object is String
    • isSetNamespace

      public boolean isSetNamespace()
    • getOperationName

      public String getOperationName()
      Gets the value of the operationName property.
      Returns:
      possible object is String
    • setOperationName

      public void setOperationName(String value)
      Sets the value of the operationName property.
      Parameters:
      value - allowed object is String
    • isSetOperationName

      public boolean isSetOperationName()
    • isIsSynchronous

      public Boolean isIsSynchronous()
      Gets the value of the isSynchronous property.
      Returns:
      possible object is Boolean
    • setIsSynchronous

      public void setIsSynchronous(Boolean value)
      Sets the value of the isSynchronous property.
      Parameters:
      value - allowed object is Boolean
    • isSetIsSynchronous

      public boolean isSetIsSynchronous()