Class TOutput
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.activity.model.TOutput
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endpoint property.Gets the value of the operationName property.Gets the value of the parameters property.boolean
boolean
boolean
void
setEndpoint
(String value) Sets the value of the endpoint property.void
setOperationName
(String value) Sets the value of the operationName property.void
setParameters
(TOutputParameters value) Sets the value of the parameters property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TOutput
public TOutput()
-
-
Method Details
-
getParameters
Gets the value of the parameters property.- Returns:
- possible object is
TOutputParameters
-
setParameters
Sets the value of the parameters property.- Parameters:
value
- allowed object isTOutputParameters
-
isSetParameters
public boolean isSetParameters() -
getEndpoint
Gets the value of the endpoint property.- Returns:
- possible object is
String
-
setEndpoint
Sets the value of the endpoint property.- Parameters:
value
- allowed object isString
-
isSetEndpoint
public boolean isSetEndpoint() -
getOperationName
Gets the value of the operationName property.- Returns:
- possible object is
String
-
setOperationName
Sets the value of the operationName property.- Parameters:
value
- allowed object isString
-
isSetOperationName
public boolean isSetOperationName()
-