public class Address
This class represents the wrapper for address object.
| Constructor and Description |
|---|
Address()
This class represents the wrapper for address object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
The address 1
|
java.lang.String |
getAddress2()
The address 2
|
AddressPurpose |
getAddressPurpose()
The address purpose. Could be one of
enum AddressPurpose. |
java.lang.String |
getAddressType()
The address type.
|
java.lang.String |
getCity()
The city associated with the provider's address.
|
java.lang.String |
getCountryCode()
The country code associated with the provider's address identified in Address Purpose.
|
java.lang.String |
getCountryName()
The country name associated with the provider's address.
|
java.lang.String |
getFax()
The fax number associated with the provider's address.
|
java.lang.String |
getState()
The state associated with the provider's address.
|
java.lang.String |
getTelephone()
The telephone number associated with the provider's address.
|
java.lang.String |
getZip()
The postal code associated with the provider's address.
|
void |
setAddress1(java.lang.String p)
The address 1
|
void |
setAddress2(java.lang.String p)
The address 2
|
void |
setAddressPurpose(AddressPurpose p)
The address purpose. Could be one of
enum AddressPurpose. |
void |
setAddressType(java.lang.String p)
The address type.
|
void |
setCity(java.lang.String p)
The city associated with the provider's address.
|
void |
setCountryCode(java.lang.String p)
The country code associated with the provider's address identified in Address Purpose.
|
void |
setCountryName(java.lang.String p)
The country name associated with the provider's address.
|
void |
setFax(java.lang.String p)
The fax number associated with the provider's address.
|
void |
setState(java.lang.String p)
The state associated with the provider's address.
|
void |
setTelephone(java.lang.String p)
The telephone number associated with the provider's address.
|
void |
setZip(java.lang.String p)
The postal code associated with the provider's address.
|
public java.lang.String getAddress1()
The address 1
public void setAddress1(java.lang.String p)
The address 1
public java.lang.String getAddress2()
The address 2
public void setAddress2(java.lang.String p)
The address 2
public AddressPurpose getAddressPurpose()
The address purpose. Could be one of enum AddressPurpose.
enum AddressPurposepublic void setAddressPurpose(AddressPurpose p)
The address purpose. Could be one of enum AddressPurpose.
enum AddressPurposepublic java.lang.String getAddressType()
The address type.
public void setAddressType(java.lang.String p)
The address type.
public java.lang.String getCity()
The city associated with the provider's address.
public void setCity(java.lang.String p)
The city associated with the provider's address.
public java.lang.String getCountryCode()
The country code associated with the provider's address identified in Address Purpose.
public void setCountryCode(java.lang.String p)
The country code associated with the provider's address identified in Address Purpose.
public java.lang.String getCountryName()
The country name associated with the provider's address.
public void setCountryName(java.lang.String p)
The country name associated with the provider's address.
public java.lang.String getFax()
The fax number associated with the provider's address.
public void setFax(java.lang.String p)
The fax number associated with the provider's address.
public java.lang.String getZip()
The postal code associated with the provider's address.
public void setZip(java.lang.String p)
The postal code associated with the provider's address.
public java.lang.String getState()
The state associated with the provider's address.
public void setState(java.lang.String p)
The state associated with the provider's address.
public java.lang.String getTelephone()
The telephone number associated with the provider's address.
public void setTelephone(java.lang.String p)
The telephone number associated with the provider's address.