public class Address1
extends java.lang.Object
Java class for address1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="address1">
<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="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="countryID" type="{http://www.w3.org/2001/XMLSchema}int" 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 |
city |
protected java.lang.Integer |
countryID |
protected java.lang.String |
state |
protected java.lang.String |
zip |
| Constructor and Description |
|---|
Address1() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
Gets the value of the address1 property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.Integer |
getCountryID()
Gets the value of the countryID 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 |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCountryID(java.lang.Integer value)
Sets the value of the countryID 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 city
protected java.lang.Integer countryID
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 getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCountryID()
Integerpublic void setCountryID(java.lang.Integer value)
value - allowed object is
Integerpublic 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