public class AutocompleteRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AutocompleteRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutocompleteRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maximumSuggestions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected Integer |
maximumSuggestions |
protected String |
text |
| Constructor and Description |
|---|
AutocompleteRequestType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getField()
Gets the value of the field property.
|
Integer |
getMaximumSuggestions()
Gets the value of the maximumSuggestions property.
|
String |
getText()
Gets the value of the text property.
|
boolean |
isSetField() |
boolean |
isSetMaximumSuggestions() |
boolean |
isSetText() |
void |
setField(String value)
Sets the value of the field property.
|
void |
setMaximumSuggestions(Integer value)
Sets the value of the maximumSuggestions property.
|
void |
setText(String value)
Sets the value of the text property.
|
AutocompleteRequestType |
withField(String value) |
AutocompleteRequestType |
withMaximumSuggestions(Integer value) |
AutocompleteRequestType |
withText(String value) |
protected String text
protected String field
protected Integer maximumSuggestions
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic boolean isSetText()
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic boolean isSetField()
public Integer getMaximumSuggestions()
Integerpublic void setMaximumSuggestions(Integer value)
value - allowed object is
Integerpublic boolean isSetMaximumSuggestions()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AutocompleteRequestType withText(String value)
public AutocompleteRequestType withField(String value)
public AutocompleteRequestType withMaximumSuggestions(Integer value)
Copyright © 2015. All rights reserved.