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 |
id
requestId, 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, setId
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
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
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getFormattedAddress()
String
public void setFormattedAddress(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getStreet1()
String
public void setStreet1(String value)
value
- allowed object is
String
public String getStreet2()
String
public void setStreet2(String value)
value
- allowed object is
String
public String getStreet3()
String
public void setStreet3(String value)
value
- allowed object is
String
public String getStreet4()
String
public void setStreet4(String value)
value
- allowed object is
String
public String getTown()
String
public void setTown(String value)
value
- allowed object is
String
public String getTownComplement()
String
public void setTownComplement(String value)
value
- allowed object is
String
public String getZipCode()
String
Copyright © 2021. All rights reserved.