Package oracle.iam.request.dataset.vo
Class LookupQuery
java.lang.Object
oracle.iam.request.dataset.vo.LookupQuery
- All Implemented Interfaces:
Serializable
<p>Java class for lookup-query complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the displayField property.Gets the value of the lookupQuery property.Gets the value of the saveField property.void
setDisplayField
(String value) Sets the value of the displayField property.void
setLookupQuery
(String value) Sets the value of the lookupQuery property.void
setSaveField
(String value) Sets the value of the saveField property.
-
Constructor Details
-
LookupQuery
public LookupQuery()
-
-
Method Details
-
getLookupQuery
Gets the value of the lookupQuery property.- Returns:
- possible object is
String
-
setLookupQuery
Sets the value of the lookupQuery property.- Parameters:
value
- allowed object isString
-
getDisplayField
Gets the value of the displayField property.- Returns:
- possible object is
String
-
setDisplayField
Sets the value of the displayField property.- Parameters:
value
- allowed object isString
-
getSaveField
Gets the value of the saveField property.- Returns:
- possible object is
String
-
setSaveField
Sets the value of the saveField property.- Parameters:
value
- allowed object isString
-