Package org.cxml

Class Contact

java.lang.Object
org.cxml.Contact

public class Contact extends Object
  • Field Details

  • Constructor Details

    • Contact

      public Contact()
  • Method Details

    • getRole

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

      public void setRole(String value)
      Sets the value of the role 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 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 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 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 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 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 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 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