Package oracle.iam.request.dataset.vo
Class LookupValues
java.lang.Object
oracle.iam.request.dataset.vo.LookupValues
- All Implemented Interfaces:
Serializable
<p>Java class for lookup-values complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the decodedValue property.Gets the value of the encodedValue property.void
setDecodedValue
(String value) Sets the value of the decodedValue property.void
setEncodedValue
(String value) Sets the value of the encodedValue property.
-
Constructor Details
-
LookupValues
public LookupValues()
-
-
Method Details
-
getEncodedValue
Gets the value of the encodedValue property.- Returns:
- possible object is
String
-
setEncodedValue
Sets the value of the encodedValue property.- Parameters:
value
- allowed object isString
-
getDecodedValue
Gets the value of the decodedValue property.- Returns:
- possible object is
String
-
setDecodedValue
Sets the value of the decodedValue property.- Parameters:
value
- allowed object isString
-