public class Contact
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
addressID |
protected java.lang.String |
addressIDDomain |
protected java.util.List<Email> |
email |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<Fax> |
fax |
protected java.util.List<IdReference> |
idReference |
protected Name |
name |
protected java.util.List<Phone> |
phone |
protected java.util.List<PostalAddress> |
postalAddress |
protected java.lang.String |
role |
protected java.util.List<URL> |
url |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and 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.
|
protected java.lang.String role
protected java.lang.String addressID
protected java.lang.String addressIDDomain
protected Name name
protected java.util.List<PostalAddress> postalAddress
protected java.util.List<Email> email
protected java.util.List<Phone> phone
protected java.util.List<Fax> fax
protected java.util.List<URL> url
protected java.util.List<IdReference> idReference
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddressID()
Stringpublic void setAddressID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAddressIDDomain()
Stringpublic void setAddressIDDomain(java.lang.String value)
value - allowed object is
Stringpublic void setName(Name value)
value - allowed object is
Namepublic java.util.List<PostalAddress> getPostalAddress()
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
public java.util.List<Email> getEmail()
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
public java.util.List<Phone> getPhone()
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
public java.util.List<Fax> getFax()
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
public java.util.List<URL> getURL()
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
public java.util.List<IdReference> getIdReference()
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
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.