Class TAssociations
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.activity.model.TAssociations
- All Implemented Interfaces:
Serializable
Java class for tAssociations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAssociations"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="cases" type="{http://xmlns.oracle.com/bpm/case/activity}tCases" minOccurs="0"/> <element name="caseCategories" type="{http://xmlns.oracle.com/bpm/case/activity}tCaseCategories" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the caseCategories property.getCases()
Gets the value of the cases property.boolean
boolean
void
setCaseCategories
(TCaseCategories value) Sets the value of the caseCategories property.void
Sets the value of the cases property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TAssociations
public TAssociations()
-
-
Method Details
-
getCases
Gets the value of the cases property.- Returns:
- possible object is
TCases
-
setCases
Sets the value of the cases property.- Parameters:
value
- allowed object isTCases
-
isSetCases
public boolean isSetCases() -
getCaseCategories
Gets the value of the caseCategories property.- Returns:
- possible object is
TCaseCategories
-
setCaseCategories
Sets the value of the caseCategories property.- Parameters:
value
- allowed object isTCaseCategories
-
isSetCaseCategories
public boolean isSetCaseCategories()
-