public class Address extends AbstractValueObject
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoxno()
BMECat: ADDRESS.BOXNO
|
String |
getCity()
BMECat: ADDRESS.CITY
|
String |
getContact()
BMECat: ADDRESS.CONTACT
|
String |
getCountry()
BMECat: ADDRESS.COUNTRY
|
String |
getEmail()
BMECat: ADDRESS.EMAIL
|
String |
getFax()
BMECat: ADDRESS.FAX
|
String |
getName()
BMECat: ADDRESS.NAME
|
String |
getName2()
BMECat: ADDRESS.NAME2
|
String |
getName3()
BMECat: ADDRESS.NAME3
|
String |
getPhone()
BMECat: ADDRESS.PHONE
|
String |
getPublicKey()
BMECat: ADDRESS.PUBLIC_KEY
|
String |
getRemarks()
BMECat: ADDRESS.ADDRESS_REMARKS
|
String |
getState()
BMECat: ADDRESS.STATE
|
String |
getStreet()
BMECat: ADDRESS.STREET
|
String |
getUrl()
BMECat: ADDRESS.URL
|
String |
getZip()
BMECat: ADDRESS.ZIP
|
String |
getZipbox()
BMECat: ADDRESS.ZIPBOX
|
void |
setBoxno(String boxno) |
void |
setCity(String city) |
void |
setContact(String contact) |
void |
setCountry(String country) |
void |
setEmail(String email) |
void |
setFax(String fax) |
void |
setName(String name) |
void |
setName2(String name2) |
void |
setName3(String name3) |
void |
setPhone(String phone) |
void |
setPublicKey(String publicKey) |
void |
setRemarks(String remarks) |
void |
setState(String state) |
void |
setStreet(String street) |
void |
setUrl(String url) |
void |
setZip(String zip) |
void |
setZipbox(String zipbox) |
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toStringpublic String getBoxno()
public void setBoxno(String boxno)
boxno - The boxno to set.public String getCity()
public void setCity(String city)
city - The city to set.public String getContact()
public void setContact(String contact)
contact - The contact to set.public String getCountry()
public void setCountry(String country)
country - The country to set.public String getEmail()
public void setEmail(String email)
email - The email to set.public String getFax()
public void setFax(String fax)
fax - The fax to set.public String getName()
public void setName(String name)
name - The name to set.public String getName2()
public void setName2(String name2)
name2 - The name2 to set.public String getName3()
public void setName3(String name3)
name3 - The name3 to set.public String getPhone()
public void setPhone(String phone)
phone - The phone to set.public String getPublicKey()
public void setPublicKey(String publicKey)
publicKey - The publicKey to set.public String getRemarks()
public void setRemarks(String remarks)
remarks - The remarks to set.public String getState()
public void setState(String state)
state - The state to set.public String getStreet()
public void setStreet(String street)
street - The street to set.public String getUrl()
public void setUrl(String url)
url - The url to set.public String getZip()
public void setZip(String zip)
zip - The zip to set.public String getZipbox()
public void setZipbox(String zipbox)
zipbox - The zipbox to set.Copyright © 2017 SAP SE. All Rights Reserved.