public class Address
extends java.lang.Object
Java class for address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="address"> <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="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 |
address2 |
protected java.lang.String |
city |
protected java.lang.Integer |
countryID |
protected java.lang.String |
state |
protected java.lang.String |
zip |
Constructor and Description |
---|
Address() |
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.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 |
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 |
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 address2
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()
String
public void setAddress1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddress2()
String
public void setAddress2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCity()
String
public void setCity(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCountryID()
Integer
public void setCountryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getState()
String
public void setState(java.lang.String value)
value
- allowed object is
String
public java.lang.String getZip()
String
public void setZip(java.lang.String value)
value
- allowed object is
String