public class USAddress extends Object
Java class for USAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="USAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="street" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zip" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
<attribute name="country" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" fixed="US" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
country |
protected String |
name |
protected String |
state |
protected String |
street |
protected BigDecimal |
zip |
| Constructor and Description |
|---|
USAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getName()
Gets the value of the name property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStreet()
Gets the value of the street property.
|
BigDecimal |
getZip()
Gets the value of the zip property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStreet(String value)
Sets the value of the street property.
|
void |
setZip(BigDecimal value)
Sets the value of the zip property.
|
protected String name
protected String street
protected String city
protected String state
protected BigDecimal zip
protected String country
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic BigDecimal getZip()
BigDecimalpublic void setZip(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCountry()
StringCopyright © 2013. All Rights Reserved.