public class TValue extends TExtensibleElements implements java.io.Serializable
Java class for tValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tValue">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isSetValue() |
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetValue()