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>
Constructor and Description |
---|
LookupQuery() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getLookupQuery()
String
public void setLookupQuery(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayField()
String
public void setDisplayField(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSaveField()
String
public void setSaveField(java.lang.String value)
value
- allowed object is
String