Package org.cxml

Class Address

java.lang.Object
org.cxml.Address

public class Address extends Object
  • Field Details

    • isoCountryCode

      protected String isoCountryCode
    • addressID

      protected String addressID
    • addressIDDomain

      protected 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
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getIsoCountryCode

      public String getIsoCountryCode()
      Gets the value of the isoCountryCode property.
      Returns:
      possible object is String
    • setIsoCountryCode

      public void setIsoCountryCode(String value)
      Sets the value of the isoCountryCode property.
      Parameters:
      value - allowed object is String
    • getAddressID

      public String getAddressID()
      Gets the value of the addressID property.
      Returns:
      possible object is String
    • setAddressID

      public void setAddressID(String value)
      Sets the value of the addressID property.
      Parameters:
      value - allowed object is String
    • getAddressIDDomain

      public String getAddressIDDomain()
      Gets the value of the addressIDDomain property.
      Returns:
      possible object is String
    • setAddressIDDomain

      public void setAddressIDDomain(String value)
      Sets the value of the addressIDDomain property.
      Parameters:
      value - allowed object is String
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • 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 is PostalAddress
    • 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 is Email
    • 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 is Phone
    • getFax

      public Fax getFax()
      Gets the value of the fax property.
      Returns:
      possible object is Fax
    • setFax

      public void setFax(Fax value)
      Sets the value of the fax property.
      Parameters:
      value - allowed object is Fax
    • getURL

      public URL getURL()
      Gets the value of the url property.
      Returns:
      possible object is URL
    • setURL

      public void setURL(URL value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is URL