Class TDocumentProperty
java.lang.Object
oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
oracle.bpm.casemgmt.metadata.Case.model.TDocumentProperty
- All Implemented Interfaces:
Serializable
Java class for tDocumentProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDocumentProperty"> <complexContent> <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="value" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXPath"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getValue()
Gets the value of the value property.boolean
boolean
void
Sets the value of the name property.void
setValue
(TStaticOrXPath value) Sets the value of the value property.Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation, isSetDocumentation, unsetDocumentation
-
Constructor Details
-
TDocumentProperty
public TDocumentProperty()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getValue
Gets the value of the value property.- Returns:
- possible object is
TStaticOrXPath
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isTStaticOrXPath
-
isSetValue
public boolean isSetValue()
-