public class Correspondent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Contact> |
contact |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
preferredLanguage |
| Constructor and Description |
|---|
Correspondent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getPreferredLanguage()
Gets the value of the preferredLanguage property.
|
void |
setPreferredLanguage(java.lang.String value)
Sets the value of the preferredLanguage property.
|
protected java.lang.String preferredLanguage
protected java.util.List<Contact> contact
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getPreferredLanguage()
Stringpublic void setPreferredLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Contact> getContact()
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
public java.util.List<Extrinsic> getExtrinsic()
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
Copyright © 2018 SAP SE. All Rights Reserved.