public class AddressWithoutCountry
extends java.lang.Object
Java class for addressWithoutCountry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addressWithoutCountry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address1 |
protected java.lang.String |
address2 |
protected java.lang.String |
city |
protected java.lang.String |
state |
protected java.lang.String |
zip |
| Constructor and Description |
|---|
AddressWithoutCountry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
Gets the value of the address1 property.
|
java.lang.String |
getAddress2()
Gets the value of the address2 property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.lang.String |
getZip()
Gets the value of the zip property.
|
void |
setAddress1(java.lang.String value)
Sets the value of the address1 property.
|
void |
setAddress2(java.lang.String value)
Sets the value of the address2 property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setZip(java.lang.String value)
Sets the value of the zip property.
|
protected java.lang.String address1
protected java.lang.String address2
protected java.lang.String city
protected java.lang.String state
protected java.lang.String zip
public java.lang.String getAddress1()
Stringpublic void setAddress1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddress2()
Stringpublic void setAddress2(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZip()
Stringpublic void setZip(java.lang.String value)
value - allowed object is
String