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.
|
protected Integer maximumSuggestions
protected Double accuracy
public Integer getMaximumSuggestions()
Integer
public void setMaximumSuggestions(Integer value)
value
- allowed object is
Integer
public boolean isSetMaximumSuggestions()
public Double getAccuracy()
Double
public void setAccuracy(Double value)
value
- allowed object is
Double
public boolean isSetAccuracy()
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
Copyright © 2015. All rights reserved.