Package org.cxml

Class Contact


  • public class Contact
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Contact()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAddressID()
      Gets the value of the addressID property.
      java.lang.String getAddressIDDomain()
      Gets the value of the addressIDDomain property.
      java.util.List<Email> getEmail()
      Gets the value of the email property.
      java.util.List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic property.
      java.util.List<Fax> getFax()
      Gets the value of the fax property.
      java.util.List<IdReference> getIdReference()
      Gets the value of the idReference property.
      Name getName()
      Gets the value of the name property.
      java.util.List<Phone> getPhone()
      Gets the value of the phone property.
      java.util.List<PostalAddress> getPostalAddress()
      Gets the value of the postalAddress property.
      java.lang.String getRole()
      Gets the value of the role property.
      java.util.List<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 setName​(Name value)
      Sets the value of the name property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • role

        protected java.lang.String role
      • addressID

        protected java.lang.String addressID
      • addressIDDomain

        protected java.lang.String addressIDDomain
      • name

        protected Name name
      • postalAddress

        protected java.util.List<PostalAddress> postalAddress
      • email

        protected java.util.List<Email> email
      • phone

        protected java.util.List<Phone> phone
      • fax

        protected java.util.List<Fax> fax
      • url

        protected java.util.List<URL> url
      • idReference

        protected java.util.List<IdReference> idReference
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • Contact

        public Contact()
    • Method Detail

      • getRole

        public java.lang.String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(java.lang.String value)
        Sets the value of the role 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 java.util.List<PostalAddress> getPostalAddress()
        Gets the value of the postalAddress property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the postalAddress property.

        For example, to add a new item, do as follows:

            getPostalAddress().add(newItem);
         

        Objects of the following type(s) are allowed in the list PostalAddress

      • getEmail

        public java.util.List<Email> getEmail()
        Gets the value of the email property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the email property.

        For example, to add a new item, do as follows:

            getEmail().add(newItem);
         

        Objects of the following type(s) are allowed in the list Email

      • getPhone

        public java.util.List<Phone> getPhone()
        Gets the value of the phone property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the phone property.

        For example, to add a new item, do as follows:

            getPhone().add(newItem);
         

        Objects of the following type(s) are allowed in the list Phone

      • getFax

        public java.util.List<Fax> getFax()
        Gets the value of the fax property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fax property.

        For example, to add a new item, do as follows:

            getFax().add(newItem);
         

        Objects of the following type(s) are allowed in the list Fax

      • getURL

        public java.util.List<URL> getURL()
        Gets the value of the url property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the url property.

        For example, to add a new item, do as follows:

            getURL().add(newItem);
         

        Objects of the following type(s) are allowed in the list URL

      • getIdReference

        public java.util.List<IdReference> getIdReference()
        Gets the value of the idReference property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the idReference property.

        For example, to add a new item, do as follows:

            getIdReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list IdReference

      • getExtrinsic

        public java.util.List<Extrinsic> getExtrinsic()
        Gets the value of the extrinsic property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extrinsic property.

        For example, to add a new item, do as follows:

            getExtrinsic().add(newItem);
         

        Objects of the following type(s) are allowed in the list Extrinsic