Package org.cxml
Class Correspondent
java.lang.Object
org.cxml.Correspondent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contact property.Gets the value of the extrinsic property.Gets the value of the preferredLanguage property.Gets the value of the routing property.voidsetPreferredLanguage(String value) Sets the value of the preferredLanguage property.voidsetRouting(Routing value) Sets the value of the routing property.
-
Field Details
-
preferredLanguage
-
contact
-
routing
-
extrinsic
-
-
Constructor Details
-
Correspondent
public Correspondent()
-
-
Method Details
-
getPreferredLanguage
Gets the value of the preferredLanguage property.- Returns:
- possible object is
String
-
setPreferredLanguage
Sets the value of the preferredLanguage property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the routing property.- Returns:
- possible object is
Routing
-
setRouting
Sets the value of the routing property.- Parameters:
value- allowed object isRouting
-
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
setmethod 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
-