Class TComponentInfo
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.activity.model.TComponentInfo
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namespace property.Gets the value of the operationName property.Gets the value of the referenceName property.Gets the value of the isSynchronous property.boolean
boolean
boolean
boolean
void
setIsSynchronous
(Boolean value) Sets the value of the isSynchronous property.void
setNamespace
(String value) Sets the value of the namespace property.void
setOperationName
(String value) Sets the value of the operationName property.void
setReferenceName
(String value) Sets the value of the referenceName property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TComponentInfo
public TComponentInfo()
-
-
Method Details
-
getReferenceName
Gets the value of the referenceName property.- Returns:
- possible object is
String
-
setReferenceName
Sets the value of the referenceName property.- Parameters:
value
- allowed object isString
-
isSetReferenceName
public boolean isSetReferenceName() -
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
String
-
setNamespace
Sets the value of the namespace property.- Parameters:
value
- allowed object isString
-
isSetNamespace
public boolean isSetNamespace() -
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() -
isIsSynchronous
Gets the value of the isSynchronous property.- Returns:
- possible object is
Boolean
-
setIsSynchronous
Sets the value of the isSynchronous property.- Parameters:
value
- allowed object isBoolean
-
isSetIsSynchronous
public boolean isSetIsSynchronous()
-