public class SuggestionSearchType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SuggestionSearchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SuggestionSearchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="maximumSuggestions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="accuracy" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
accuracy |
protected Integer |
maximumSuggestions |
| Constructor and Description |
|---|
SuggestionSearchType() |
| 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() |
Double |
getAccuracy()
Gets the value of the accuracy property.
|
Integer |
getMaximumSuggestions()
Gets the value of the maximumSuggestions property.
|
boolean |
isSetAccuracy() |
boolean |
isSetMaximumSuggestions() |
void |
setAccuracy(Double value)
Sets the value of the accuracy property.
|
void |
setMaximumSuggestions(Integer value)
Sets the value of the maximumSuggestions property.
|
SuggestionSearchType |
withAccuracy(Double value) |
SuggestionSearchType |
withMaximumSuggestions(Integer value) |
protected Integer maximumSuggestions
protected Double accuracy
public Integer getMaximumSuggestions()
Integerpublic void setMaximumSuggestions(Integer value)
value - allowed object is
Integerpublic boolean isSetMaximumSuggestions()
public Double getAccuracy()
Doublepublic void setAccuracy(Double value)
value - allowed object is
Doublepublic boolean isSetAccuracy()
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 SuggestionSearchType withMaximumSuggestions(Integer value)
public SuggestionSearchType withAccuracy(Double value)
Copyright © 2015. All rights reserved.