public class ContactAddress
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}AddressType"/>
<element ref="{}Address"/>
<element ref="{}City"/>
<element ref="{}StateOrProvince"/>
<element ref="{}PostCode"/>
<element ref="{}Country"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address |
protected java.lang.String |
addressType |
protected java.lang.String |
city |
protected java.lang.String |
country |
protected java.lang.String |
postCode |
protected java.lang.String |
stateOrProvince |
| Constructor and Description |
|---|
ContactAddress() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getAddressType()
Gets the value of the addressType property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getPostCode()
Gets the value of the postCode property.
|
java.lang.String |
getStateOrProvince()
Gets the value of the stateOrProvince property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setAddressType(java.lang.String value)
Sets the value of the addressType property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setPostCode(java.lang.String value)
Sets the value of the postCode property.
|
void |
setStateOrProvince(java.lang.String value)
Sets the value of the stateOrProvince property.
|
protected java.lang.String addressType
protected java.lang.String address
protected java.lang.String city
protected java.lang.String stateOrProvince
protected java.lang.String postCode
protected java.lang.String country
public java.lang.String getAddressType()
Stringpublic void setAddressType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddress()
Stringpublic void setAddress(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 getStateOrProvince()
Stringpublic void setStateOrProvince(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostCode()
Stringpublic void setPostCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.