Skip navigation links


oracle.iam.request.dataset.vo
Class LookupQuery

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

All Implemented Interfaces:
java.io.Serializable

public class LookupQuery
extends java.lang.Object
implements java.io.Serializable

Java class for lookup-query complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="lookup_query">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="lookup_query" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="display_field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="save_field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
LookupQuery()
           

 

Method Summary
 java.lang.String getDisplayField()
          Gets the value of the displayField property.
 java.lang.String getLookupQuery()
          Gets the value of the lookupQuery property.
 java.lang.String getSaveField()
          Gets the value of the saveField property.
 void setDisplayField(java.lang.String value)
          Sets the value of the displayField property.
 void setLookupQuery(java.lang.String value)
          Sets the value of the lookupQuery property.
 void setSaveField(java.lang.String value)
          Sets the value of the saveField property.

 

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

 

Constructor Detail

LookupQuery

public LookupQuery()

Method Detail

getLookupQuery

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

setLookupQuery

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

getDisplayField

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

setDisplayField

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

getSaveField

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

setSaveField

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

Skip navigation links


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