public class ContactAddressData extends AbstractIdData implements Serializable
Java class for contactAddressData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
countryCode |
protected String |
formattedAddress |
protected String |
name |
protected String |
street1 |
protected String |
street2 |
protected String |
street3 |
protected String |
street4 |
protected String |
town |
protected String |
townComplement |
protected String |
zipCode |
idrequestId, statusCode, statusDetail| Constructor and Description |
|---|
ContactAddressData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getFormattedAddress()
Gets the value of the formattedAddress property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStreet1()
Gets the value of the street1 property.
|
String |
getStreet2()
Gets the value of the street2 property.
|
String |
getStreet3()
Gets the value of the street3 property.
|
String |
getStreet4()
Gets the value of the street4 property.
|
String |
getTown()
Gets the value of the town property.
|
String |
getTownComplement()
Gets the value of the townComplement property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setFormattedAddress(String value)
Sets the value of the formattedAddress property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStreet1(String value)
Sets the value of the street1 property.
|
void |
setStreet2(String value)
Sets the value of the street2 property.
|
void |
setStreet3(String value)
Sets the value of the street3 property.
|
void |
setStreet4(String value)
Sets the value of the street4 property.
|
void |
setTown(String value)
Sets the value of the town property.
|
void |
setTownComplement(String value)
Sets the value of the townComplement property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
getId, setIdgetRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected String countryCode
protected String formattedAddress
protected String name
protected String street1
protected String street2
protected String street3
protected String street4
protected String town
protected String townComplement
protected String zipCode
public String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getFormattedAddress()
Stringpublic void setFormattedAddress(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStreet1()
Stringpublic void setStreet1(String value)
value - allowed object is
Stringpublic String getStreet2()
Stringpublic void setStreet2(String value)
value - allowed object is
Stringpublic String getStreet3()
Stringpublic void setStreet3(String value)
value - allowed object is
Stringpublic String getStreet4()
Stringpublic void setStreet4(String value)
value - allowed object is
Stringpublic String getTown()
Stringpublic void setTown(String value)
value - allowed object is
Stringpublic String getTownComplement()
Stringpublic void setTownComplement(String value)
value - allowed object is
Stringpublic String getZipCode()
StringCopyright © 2021. All rights reserved.