Package org.cxml
Class Address
- java.lang.Object
-
- org.cxml.Address
-
public class Address extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaddressIDprotected java.lang.StringaddressIDDomainprotected Emailemailprotected Faxfaxprotected java.lang.StringisoCountryCodeprotected Namenameprotected Phonephoneprotected PostalAddresspostalAddressprotected URLurl
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddressID()Gets the value of the addressID property.java.lang.StringgetAddressIDDomain()Gets the value of the addressIDDomain property.EmailgetEmail()Gets the value of the email property.FaxgetFax()Gets the value of the fax property.java.lang.StringgetIsoCountryCode()Gets the value of the isoCountryCode property.NamegetName()Gets the value of the name property.PhonegetPhone()Gets the value of the phone property.PostalAddressgetPostalAddress()Gets the value of the postalAddress property.URLgetURL()Gets the value of the url property.voidsetAddressID(java.lang.String value)Sets the value of the addressID property.voidsetAddressIDDomain(java.lang.String value)Sets the value of the addressIDDomain property.voidsetEmail(Email value)Sets the value of the email property.voidsetFax(Fax value)Sets the value of the fax property.voidsetIsoCountryCode(java.lang.String value)Sets the value of the isoCountryCode property.voidsetName(Name value)Sets the value of the name property.voidsetPhone(Phone value)Sets the value of the phone property.voidsetPostalAddress(PostalAddress value)Sets the value of the postalAddress property.voidsetURL(URL value)Sets the value of the url property.
-
-
-
Field Detail
-
isoCountryCode
protected java.lang.String isoCountryCode
-
addressID
protected java.lang.String addressID
-
addressIDDomain
protected java.lang.String addressIDDomain
-
name
protected Name name
-
postalAddress
protected PostalAddress postalAddress
-
email
protected Email email
-
phone
protected Phone phone
-
fax
protected Fax fax
-
url
protected URL url
-
-
Method Detail
-
getIsoCountryCode
public java.lang.String getIsoCountryCode()
Gets the value of the isoCountryCode property.- Returns:
- possible object is
String
-
setIsoCountryCode
public void setIsoCountryCode(java.lang.String value)
Sets the value of the isoCountryCode property.- Parameters:
value- allowed object isString
-
getAddressID
public java.lang.String getAddressID()
Gets the value of the addressID property.- Returns:
- possible object is
String
-
setAddressID
public void setAddressID(java.lang.String value)
Sets the value of the addressID property.- Parameters:
value- allowed object isString
-
getAddressIDDomain
public java.lang.String getAddressIDDomain()
Gets the value of the addressIDDomain property.- Returns:
- possible object is
String
-
setAddressIDDomain
public void setAddressIDDomain(java.lang.String value)
Sets the value of the addressIDDomain property.- Parameters:
value- allowed object isString
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getPostalAddress
public PostalAddress getPostalAddress()
Gets the value of the postalAddress property.- Returns:
- possible object is
PostalAddress
-
setPostalAddress
public void setPostalAddress(PostalAddress value)
Sets the value of the postalAddress property.- Parameters:
value- allowed object isPostalAddress
-
getEmail
public Email getEmail()
Gets the value of the email property.- Returns:
- possible object is
Email
-
setEmail
public void setEmail(Email value)
Sets the value of the email property.- Parameters:
value- allowed object isEmail
-
getPhone
public Phone getPhone()
Gets the value of the phone property.- Returns:
- possible object is
Phone
-
setPhone
public void setPhone(Phone value)
Sets the value of the phone property.- Parameters:
value- allowed object isPhone
-
setFax
public void setFax(Fax value)
Sets the value of the fax property.- Parameters:
value- allowed object isFax
-
-