public class CIAddressImpl extends AbstractObjectImpl implements CIAddress
| Constructor and Description |
|---|
CIAddressImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeliveryPoint(String deliveryPoint)
Adds a new deliveryPoint property
|
void |
addElectronicMailAddress(String electronicMailAddress)
Adds a new electronicMailAddress property
|
String |
getAdministrativeArea()
Gets the administrativeArea property
|
String |
getCity()
Gets the city property
|
String |
getCountry()
Gets the country property
|
List<String> |
getDeliveryPointList()
Gets the list of deliveryPoint properties
|
List<String> |
getElectronicMailAddressList()
Gets the list of electronicMailAddress properties
|
int |
getNumDeliveryPoints()
Returns number of deliveryPoint properties
|
int |
getNumElectronicMailAddress()
Returns number of electronicMailAddress properties
|
String |
getPostalCode()
Gets the postalCode property
|
boolean |
isSetAdministrativeArea()
Checks if administrativeArea is set
|
boolean |
isSetCity()
Checks if city is set
|
boolean |
isSetCountry()
Checks if country is set
|
boolean |
isSetPostalCode()
Checks if postalCode is set
|
void |
setAdministrativeArea(String administrativeArea)
Sets the administrativeArea property
|
void |
setCity(String city)
Sets the city property
|
void |
setCountry(String country)
Sets the country property
|
void |
setPostalCode(String postalCode)
Sets the postalCode property
|
getId, getUuid, isSetId, isSetUuid, setId, setUuidpublic List<String> getDeliveryPointList()
getDeliveryPointList in interface CIAddresspublic int getNumDeliveryPoints()
getNumDeliveryPoints in interface CIAddresspublic void addDeliveryPoint(String deliveryPoint)
addDeliveryPoint in interface CIAddresspublic boolean isSetCity()
public void setCity(String city)
public String getAdministrativeArea()
getAdministrativeArea in interface CIAddresspublic boolean isSetAdministrativeArea()
isSetAdministrativeArea in interface CIAddresspublic void setAdministrativeArea(String administrativeArea)
setAdministrativeArea in interface CIAddresspublic String getPostalCode()
getPostalCode in interface CIAddresspublic boolean isSetPostalCode()
isSetPostalCode in interface CIAddresspublic void setPostalCode(String postalCode)
setPostalCode in interface CIAddresspublic String getCountry()
getCountry in interface CIAddresspublic boolean isSetCountry()
isSetCountry in interface CIAddresspublic void setCountry(String country)
setCountry in interface CIAddresspublic List<String> getElectronicMailAddressList()
getElectronicMailAddressList in interface CIAddresspublic int getNumElectronicMailAddress()
getNumElectronicMailAddress in interface CIAddresspublic void addElectronicMailAddress(String electronicMailAddress)
addElectronicMailAddress in interface CIAddressCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.