Skip navigation links


oracle.iam.request.dataset.vo
Class LookupValues

java.lang.Object
  extended by oracle.iam.request.dataset.vo.LookupValues

All Implemented Interfaces:
java.io.Serializable

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>
 
See Also:
Serialized Form

Constructor Summary
LookupValues()
           

 

Method Summary
 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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LookupValues

public LookupValues()

Method Detail

getEncodedValue

public java.lang.String getEncodedValue()
Gets the value of the encodedValue property.
Returns:
possible object is String

setEncodedValue

public void setEncodedValue(java.lang.String value)
Sets the value of the encodedValue property.
Parameters:
value - allowed object is String

getDecodedValue

public java.lang.String getDecodedValue()
Gets the value of the decodedValue property.
Returns:
possible object is String

setDecodedValue

public void setDecodedValue(java.lang.String value)
Sets the value of the decodedValue property.
Parameters:
value - allowed object is String

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.