public class CI_Address extends NodeElement
| Constructor and Description |
|---|
CI_Address() |
| Modifier and Type | Method and Description |
|---|---|
City |
getCity() |
Country |
getCountry() |
DeliveryPoint |
getDeliveryPoint() |
ElectronicMailAddress |
getElectronicMailAddress() |
PostalCode |
getPostalCode() |
void |
setCity(City city) |
void |
setCountry(Country country) |
void |
setDeliveryPoint(DeliveryPoint deliveryPoint) |
void |
setElectronicMailAddress(ElectronicMailAddress electronicMailAddress) |
void |
setPostalCode(PostalCode postalCode) |
getNilReason, setNilReasonpublic DeliveryPoint getDeliveryPoint()
public void setDeliveryPoint(DeliveryPoint deliveryPoint)
public City getCity()
public void setCity(City city)
public PostalCode getPostalCode()
public void setPostalCode(PostalCode postalCode)
public Country getCountry()
public void setCountry(Country country)
public ElectronicMailAddress getElectronicMailAddress()
public void setElectronicMailAddress(ElectronicMailAddress electronicMailAddress)
Copyright © 2020. All rights reserved.