Package org.cxml

Class Address


  • public class Address
    extends java.lang.Object
    • Field Detail

      • isoCountryCode

        protected java.lang.String isoCountryCode
      • addressID

        protected java.lang.String addressID
      • addressIDDomain

        protected java.lang.String addressIDDomain
      • name

        protected Name name
      • email

        protected Email email
      • phone

        protected Phone phone
      • fax

        protected Fax fax
      • url

        protected URL url
    • Constructor Detail

      • Address

        public Address()
    • 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 is String
      • 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 is String
      • 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 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