Package org.cxml
Class Address
java.lang.Object
org.cxml.Address
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressID property.Gets the value of the addressIDDomain property.getEmail()Gets the value of the email property.getFax()Gets the value of the fax property.Gets the value of the isoCountryCode property.getName()Gets the value of the name property.getPhone()Gets the value of the phone property.Gets the value of the postalAddress property.getURL()Gets the value of the url property.voidsetAddressID(String value) Sets the value of the addressID property.voidsetAddressIDDomain(String value) Sets the value of the addressIDDomain property.voidSets the value of the email property.voidSets the value of the fax property.voidsetIsoCountryCode(String value) Sets the value of the isoCountryCode property.voidSets the value of the name property.voidSets the value of the phone property.voidsetPostalAddress(PostalAddress value) Sets the value of the postalAddress property.voidSets the value of the url property.
-
Field Details
-
isoCountryCode
-
addressID
-
addressIDDomain
-
name
-
postalAddress
-
email
-
phone
-
fax
-
url
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getIsoCountryCode
Gets the value of the isoCountryCode property.- Returns:
- possible object is
String
-
setIsoCountryCode
Sets the value of the isoCountryCode property.- Parameters:
value- allowed object isString
-
getAddressID
Gets the value of the addressID property.- Returns:
- possible object is
String
-
setAddressID
Sets the value of the addressID property.- Parameters:
value- allowed object isString
-
getAddressIDDomain
Gets the value of the addressIDDomain property.- Returns:
- possible object is
String
-
setAddressIDDomain
Sets the value of the addressIDDomain property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getPostalAddress
Gets the value of the postalAddress property.- Returns:
- possible object is
PostalAddress
-
setPostalAddress
Sets the value of the postalAddress property.- Parameters:
value- allowed object isPostalAddress
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
Email
-
setEmail
Sets the value of the email property.- Parameters:
value- allowed object isEmail
-
getPhone
Gets the value of the phone property.- Returns:
- possible object is
Phone
-
setPhone
Sets the value of the phone property.- Parameters:
value- allowed object isPhone
-
getFax
Gets the value of the fax property.- Returns:
- possible object is
Fax
-
setFax
Sets the value of the fax property.- Parameters:
value- allowed object isFax
-
getURL
Gets the value of the url property.- Returns:
- possible object is
URL
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isURL
-