|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.requestDataSetGeneration.jaxb.LookupQuery
public class LookupQuery
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>
| 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 |
|---|
public LookupQuery()
| Method Detail |
|---|
public java.lang.String getLookupQuery()
Stringpublic void setLookupQuery(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDisplayField()
Stringpublic void setDisplayField(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSaveField()
Stringpublic void setSaveField(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||