Class Contact
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<IdReference>protected Nameprotected List<PostalAddress>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressID property.Gets the value of the addressIDDomain property.getEmail()Gets the value of the email property.Gets the value of the extrinsic property.getFax()Gets the value of the fax property.Gets the value of the idReference property.getName()Gets the value of the name property.getPhone()Gets the value of the phone property.Gets the value of the postalAddress property.getRole()Gets the value of the role property.getURL()Gets the value of the url property.voidsetAddressID(String value) Sets the value of the addressID property.voidsetAddressIDDomain(String value) Sets the value of the addressIDDomain property.voidSets the value of the name property.voidSets the value of the role property.
-
Field Details
-
role
-
addressID
-
addressIDDomain
-
name
-
postalAddress
-
email
-
phone
-
fax
-
url
-
idReference
-
extrinsic
-
-
Constructor Details
-
Contact
public Contact()
-
-
Method Details
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getAddressID
Gets the value of the addressID property.- Returns:
- possible object is
String
-
setAddressID
Sets the value of the addressID property.- Parameters:
value- allowed object isString
-
getAddressIDDomain
Gets the value of the addressIDDomain property.- Returns:
- possible object is
String
-
setAddressIDDomain
Sets the value of the addressIDDomain property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
-