public class Address
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
addressID |
protected java.lang.String |
addressIDDomain |
protected Email |
email |
protected Fax |
fax |
protected java.lang.String |
isoCountryCode |
protected Name |
name |
protected Phone |
phone |
protected PostalAddress |
postalAddress |
protected URL |
url |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddressID()
Gets the value of the addressID property.
|
java.lang.String |
getAddressIDDomain()
Gets the value of the addressIDDomain property.
|
Email |
getEmail()
Gets the value of the email property.
|
Fax |
getFax()
Gets the value of the fax property.
|
java.lang.String |
getIsoCountryCode()
Gets the value of the isoCountryCode property.
|
Name |
getName()
Gets the value of the name property.
|
Phone |
getPhone()
Gets the value of the phone property.
|
PostalAddress |
getPostalAddress()
Gets the value of the postalAddress property.
|
URL |
getURL()
Gets the value of the url property.
|
void |
setAddressID(java.lang.String value)
Sets the value of the addressID property.
|
void |
setAddressIDDomain(java.lang.String value)
Sets the value of the addressIDDomain property.
|
void |
setEmail(Email value)
Sets the value of the email property.
|
void |
setFax(Fax value)
Sets the value of the fax property.
|
void |
setIsoCountryCode(java.lang.String value)
Sets the value of the isoCountryCode property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setPhone(Phone value)
Sets the value of the phone property.
|
void |
setPostalAddress(PostalAddress value)
Sets the value of the postalAddress property.
|
void |
setURL(URL value)
Sets the value of the url property.
|
protected java.lang.String isoCountryCode
protected java.lang.String addressID
protected java.lang.String addressIDDomain
protected Name name
protected PostalAddress postalAddress
protected Email email
protected Phone phone
protected Fax fax
protected URL url
public java.lang.String getIsoCountryCode()
Stringpublic void setIsoCountryCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddressID()
Stringpublic void setAddressID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddressIDDomain()
Stringpublic void setAddressIDDomain(java.lang.String value)
value - allowed object is
Stringpublic void setName(Name value)
value - allowed object is
Namepublic PostalAddress getPostalAddress()
PostalAddresspublic void setPostalAddress(PostalAddress value)
value - allowed object is
PostalAddresspublic Email getEmail()
Emailpublic void setEmail(Email value)
value - allowed object is
Emailpublic Phone getPhone()
Phonepublic void setPhone(Phone value)
value - allowed object is
Phonepublic void setFax(Fax value)
value - allowed object is
FaxCopyright © 2018 SAP SE. All Rights Reserved.