public class State extends Object implements Serializable
Java class for state complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="state">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="confidence" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fipsCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
confidence |
protected String |
fipsCode |
protected String |
name |
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfidence()
Gets the value of the confidence property.
|
String |
getFipsCode()
Gets the value of the fipsCode property.
|
String |
getName()
Gets the value of the name property.
|
void |
setConfidence(String value)
Sets the value of the confidence property.
|
void |
setFipsCode(String value)
Sets the value of the fipsCode property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String confidence
protected String fipsCode
protected String name
public String getConfidence()
Stringpublic void setConfidence(String value)
value - allowed object is
Stringpublic String getFipsCode()
Stringpublic void setFipsCode(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.