Class TSelectOn
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TSelectOn
- All Implemented Interfaces:
Serializable
Java class for tSelectOn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSelectOn">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<choice>
<element name="default" type="{http://xmlns.oracle.com/bpm/case/metadata}tEmptyElement" minOccurs="0"/>
<element name="condition" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath" minOccurs="0"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the condition property.Gets the value of the default property.booleanbooleanvoidsetCondition(TStaticOrXPath value) Sets the value of the condition property.voidsetDefault(TEmptyElement value) Sets the value of the default property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TSelectOn
public TSelectOn()
-
-
Method Details
-
getDefault
Gets the value of the default property.- Returns:
- possible object is
TEmptyElement
-
setDefault
Sets the value of the default property.- Parameters:
value- allowed object isTEmptyElement
-
isSetDefault
public boolean isSetDefault() -
getCondition
Gets the value of the condition property.- Returns:
- possible object is
TStaticOrXPath
-
setCondition
Sets the value of the condition property.- Parameters:
value- allowed object isTStaticOrXPath
-
isSetCondition
public boolean isSetCondition()
-