public class LookupValues
extends java.lang.Object
implements java.io.Serializable
Java class for lookup-values complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lookup-values"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="encoded-value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="decoded-value" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
LookupValues() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDecodedValue()
Gets the value of the decodedValue property.
|
java.lang.String |
getEncodedValue()
Gets the value of the encodedValue property.
|
void |
setDecodedValue(java.lang.String value)
Sets the value of the decodedValue property.
|
void |
setEncodedValue(java.lang.String value)
Sets the value of the encodedValue property.
|
public java.lang.String getEncodedValue()
String
public void setEncodedValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDecodedValue()
String
public void setDecodedValue(java.lang.String value)
value
- allowed object is
String