public class TStaticOrXPath
extends java.lang.Object
implements java.io.Serializable
Java class for tStaticOrXPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tStaticOrXPath">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tStaticOrXpathType" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
TStaticOrXPath() |
| Modifier and Type | Method and Description |
|---|---|
TStaticOrXpathType |
getType()
Gets the value of the type property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setType(TStaticOrXpathType value)
Sets the value of the type property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is Stringpublic boolean isSetValue()
public TStaticOrXpathType getType()
TStaticOrXpathTypepublic void setType(TStaticOrXpathType value)
value - allowed object is TStaticOrXpathTypepublic boolean isSetType()