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

public class TOutput extends TExtensibleElements implements Serializable

Java class for tOutput complex type.

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

 <complexType name="tOutput">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <sequence>
         <element name="parameters" type="{http://xmlns.oracle.com/bpm/case/activity}tOutputParameters" minOccurs="0"/>
         <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="operationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
  • Constructor Details

    • TOutput

      public TOutput()
  • Method Details

    • getParameters

      public TOutputParameters getParameters()
      Gets the value of the parameters property.
      Returns:
      possible object is TOutputParameters
    • setParameters

      public void setParameters(TOutputParameters value)
      Sets the value of the parameters property.
      Parameters:
      value - allowed object is TOutputParameters
    • isSetParameters

      public boolean isSetParameters()
    • getEndpoint

      public String getEndpoint()
      Gets the value of the endpoint property.
      Returns:
      possible object is String
    • setEndpoint

      public void setEndpoint(String value)
      Sets the value of the endpoint property.
      Parameters:
      value - allowed object is String
    • isSetEndpoint

      public boolean isSetEndpoint()
    • 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()