Class LookupQuery

java.lang.Object
oracle.iam.request.dataset.vo.LookupQuery
All Implemented Interfaces:
Serializable

public class LookupQuery extends Object implements Serializable
<p>Java class for lookup-query complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="lookup-query"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="lookup-query" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="display-field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="save-field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • LookupQuery

      public LookupQuery()
  • Method Details

    • getLookupQuery

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

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

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

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

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

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