public class ContactAddressData extends Object 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 boolean |
billingAddress |
protected Long |
contactAddressId |
protected String |
countryCode |
protected String |
faxNumber |
protected String |
formattedAddress |
protected String |
gpsLatitude |
protected String |
gpsLongitude |
protected String |
line1 |
protected String |
line2 |
protected String |
line3 |
protected List<LocalityCriterionElement> |
localityCriteriaElements |
protected boolean |
main |
protected String |
name |
protected NormalizationRating |
normalizationRating |
protected NormalizationState |
normalizationState |
protected String |
phoneNumber1 |
protected String |
phoneNumber2 |
protected String |
phoneNumber3 |
protected boolean |
shippingAddress |
protected String |
street1 |
protected String |
street2 |
protected String |
street3 |
protected String |
street4 |
protected String |
town |
protected String |
zipCode |
| Constructor and Description |
|---|
ContactAddressData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContactAddressId()
Gets the value of the contactAddressId property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getFaxNumber()
Gets the value of the faxNumber property.
|
String |
getFormattedAddress()
Gets the value of the formattedAddress property.
|
String |
getGpsLatitude()
Gets the value of the gpsLatitude property.
|
String |
getGpsLongitude()
Gets the value of the gpsLongitude property.
|
String |
getLine1()
Gets the value of the line1 property.
|
String |
getLine2()
Gets the value of the line2 property.
|
String |
getLine3()
Gets the value of the line3 property.
|
List<LocalityCriterionElement> |
getLocalityCriteriaElements()
Gets the value of the localityCriteriaElements property.
|
String |
getName()
Gets the value of the name property.
|
NormalizationRating |
getNormalizationRating()
Gets the value of the normalizationRating property.
|
NormalizationState |
getNormalizationState()
Gets the value of the normalizationState property.
|
String |
getPhoneNumber1()
Gets the value of the phoneNumber1 property.
|
String |
getPhoneNumber2()
Gets the value of the phoneNumber2 property.
|
String |
getPhoneNumber3()
Gets the value of the phoneNumber3 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 |
getZipCode()
Gets the value of the zipCode property.
|
boolean |
isBillingAddress()
Gets the value of the billingAddress property.
|
boolean |
isMain()
Gets the value of the main property.
|
boolean |
isShippingAddress()
Gets the value of the shippingAddress property.
|
void |
setBillingAddress(boolean value)
Sets the value of the billingAddress property.
|
void |
setContactAddressId(Long value)
Sets the value of the contactAddressId property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setFaxNumber(String value)
Sets the value of the faxNumber property.
|
void |
setFormattedAddress(String value)
Sets the value of the formattedAddress property.
|
void |
setGpsLatitude(String value)
Sets the value of the gpsLatitude property.
|
void |
setGpsLongitude(String value)
Sets the value of the gpsLongitude property.
|
void |
setLine1(String value)
Sets the value of the line1 property.
|
void |
setLine2(String value)
Sets the value of the line2 property.
|
void |
setLine3(String value)
Sets the value of the line3 property.
|
void |
setMain(boolean value)
Sets the value of the main property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNormalizationRating(NormalizationRating value)
Sets the value of the normalizationRating property.
|
void |
setNormalizationState(NormalizationState value)
Sets the value of the normalizationState property.
|
void |
setPhoneNumber1(String value)
Sets the value of the phoneNumber1 property.
|
void |
setPhoneNumber2(String value)
Sets the value of the phoneNumber2 property.
|
void |
setPhoneNumber3(String value)
Sets the value of the phoneNumber3 property.
|
void |
setShippingAddress(boolean value)
Sets the value of the shippingAddress 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 |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected boolean billingAddress
protected Long contactAddressId
protected String countryCode
protected String faxNumber
protected String formattedAddress
protected String gpsLatitude
protected String gpsLongitude
protected String line1
protected String line2
protected String line3
protected List<LocalityCriterionElement> localityCriteriaElements
protected boolean main
protected String name
protected NormalizationRating normalizationRating
protected NormalizationState normalizationState
protected String phoneNumber1
protected String phoneNumber2
protected String phoneNumber3
protected boolean shippingAddress
protected String street1
protected String street2
protected String street3
protected String street4
protected String town
protected String zipCode
public boolean isBillingAddress()
public void setBillingAddress(boolean value)
public Long getContactAddressId()
Longpublic void setContactAddressId(Long value)
value - allowed object is
Longpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is
Stringpublic String getFormattedAddress()
Stringpublic void setFormattedAddress(String value)
value - allowed object is
Stringpublic String getGpsLatitude()
Stringpublic void setGpsLatitude(String value)
value - allowed object is
Stringpublic String getGpsLongitude()
Stringpublic void setGpsLongitude(String value)
value - allowed object is
Stringpublic String getLine1()
Stringpublic void setLine1(String value)
value - allowed object is
Stringpublic String getLine2()
Stringpublic void setLine2(String value)
value - allowed object is
Stringpublic String getLine3()
Stringpublic void setLine3(String value)
value - allowed object is
Stringpublic List<LocalityCriterionElement> getLocalityCriteriaElements()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the localityCriteriaElements property.
For example, to add a new item, do as follows:
getLocalityCriteriaElements().add(newItem);
Objects of the following type(s) are allowed in the list
LocalityCriterionElement
public boolean isMain()
public void setMain(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic NormalizationRating getNormalizationRating()
NormalizationRatingpublic void setNormalizationRating(NormalizationRating value)
value - allowed object is
NormalizationRatingpublic NormalizationState getNormalizationState()
NormalizationStatepublic void setNormalizationState(NormalizationState value)
value - allowed object is
NormalizationStatepublic String getPhoneNumber1()
Stringpublic void setPhoneNumber1(String value)
value - allowed object is
Stringpublic String getPhoneNumber2()
Stringpublic void setPhoneNumber2(String value)
value - allowed object is
Stringpublic String getPhoneNumber3()
Stringpublic void setPhoneNumber3(String value)
value - allowed object is
Stringpublic boolean isShippingAddress()
public void setShippingAddress(boolean value)
public 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 getZipCode()
StringCopyright © 2021. All rights reserved.