Class TDuration
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TDuration
- All Implemented Interfaces:
Serializable
Java class for tDuration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDuration">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="duration" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the duration property.booleanvoidsetDuration(TStaticOrXPath value) Sets the value of the duration property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TDuration
public TDuration()
-
-
Method Details
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
TStaticOrXPath
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isTStaticOrXPath
-
isSetDuration
public boolean isSetDuration()
-