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 | Class and Description |
---|---|
static class |
AutocompleteRequestType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
AutocompleteRequestType |
withField(String value) |
AutocompleteRequestType |
withMaximumSuggestions(Integer value) |
AutocompleteRequestType |
withText(String value) |
protected String text
protected String field
protected Integer maximumSuggestions
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public boolean isSetText()
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public boolean isSetField()
public Integer getMaximumSuggestions()
Integer
public void setMaximumSuggestions(Integer value)
value
- allowed object is
Integer
public boolean isSetMaximumSuggestions()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public AutocompleteRequestType withText(String value)
public AutocompleteRequestType withField(String value)
public AutocompleteRequestType withMaximumSuggestions(Integer value)
public AutocompleteRequestType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.