Package org.cxml

Class Correspondent

java.lang.Object
org.cxml.Correspondent

public class Correspondent extends Object
  • Field Details

  • Constructor Details

    • Correspondent

      public Correspondent()
  • Method Details

    • getPreferredLanguage

      public String getPreferredLanguage()
      Gets the value of the preferredLanguage property.
      Returns:
      possible object is String
    • setPreferredLanguage

      public void setPreferredLanguage(String value)
      Sets the value of the preferredLanguage property.
      Parameters:
      value - allowed object is String
    • getContact

      public List<Contact> getContact()
      Gets the value of the contact 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 contact property.

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

          getContact().add(newItem);
       

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

    • getRouting

      public Routing getRouting()
      Gets the value of the routing property.
      Returns:
      possible object is Routing
    • setRouting

      public void setRouting(Routing value)
      Sets the value of the routing property.
      Parameters:
      value - allowed object is Routing
    • 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