public class TDocumentProperty extends TExtensibleElements implements java.io.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>
Constructor and Description |
---|
TDocumentProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
TStaticOrXPath |
getValue()
Gets the value of the value property.
|
boolean |
isSetName() |
boolean |
isSetValue() |
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setValue(TStaticOrXPath value)
Sets the value of the value property.
|
getDocumentation, isSetDocumentation, unsetDocumentation
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public TStaticOrXPath getValue()
TStaticOrXPath
public void setValue(TStaticOrXPath value)
value
- allowed object is
TStaticOrXPath
public boolean isSetValue()