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()
Long
public void setContactAddressId(Long value)
value
- allowed object is
Long
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getFaxNumber()
String
public void setFaxNumber(String value)
value
- allowed object is
String
public String getFormattedAddress()
String
public void setFormattedAddress(String value)
value
- allowed object is
String
public String getGpsLatitude()
String
public void setGpsLatitude(String value)
value
- allowed object is
String
public String getGpsLongitude()
String
public void setGpsLongitude(String value)
value
- allowed object is
String
public String getLine1()
String
public void setLine1(String value)
value
- allowed object is
String
public String getLine2()
String
public void setLine2(String value)
value
- allowed object is
String
public String getLine3()
String
public void setLine3(String value)
value
- allowed object is
String
public 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()
String
public void setName(String value)
value
- allowed object is
String
public NormalizationRating getNormalizationRating()
NormalizationRating
public void setNormalizationRating(NormalizationRating value)
value
- allowed object is
NormalizationRating
public NormalizationState getNormalizationState()
NormalizationState
public void setNormalizationState(NormalizationState value)
value
- allowed object is
NormalizationState
public String getPhoneNumber1()
String
public void setPhoneNumber1(String value)
value
- allowed object is
String
public String getPhoneNumber2()
String
public void setPhoneNumber2(String value)
value
- allowed object is
String
public String getPhoneNumber3()
String
public void setPhoneNumber3(String value)
value
- allowed object is
String
public boolean isShippingAddress()
public void setShippingAddress(boolean value)
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 getZipCode()
String
Copyright © 2021. All rights reserved.