Class Contact
- java.lang.Object
-
- org.cxml.Contact
-
public class Contact extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaddressIDprotected java.lang.StringaddressIDDomainprotected java.util.List<Email>emailprotected java.util.List<Extrinsic>extrinsicprotected java.util.List<Fax>faxprotected java.util.List<IdReference>idReferenceprotected Namenameprotected java.util.List<Phone>phoneprotected java.util.List<PostalAddress>postalAddressprotected java.lang.Stringroleprotected java.util.List<URL>url
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddressID()Gets the value of the addressID property.java.lang.StringgetAddressIDDomain()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.NamegetName()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.StringgetRole()Gets the value of the role property.java.util.List<URL>getURL()Gets the value of the url property.voidsetAddressID(java.lang.String value)Sets the value of the addressID property.voidsetAddressIDDomain(java.lang.String value)Sets the value of the addressIDDomain property.voidsetName(Name value)Sets the value of the name property.voidsetRole(java.lang.String value)Sets the value of the role property.
-
-
-
Field Detail
-
role
protected java.lang.String role
-
addressID
protected java.lang.String addressID
-
addressIDDomain
protected java.lang.String addressIDDomain
-
name
protected Name name
-
postalAddress
protected java.util.List<PostalAddress> postalAddress
-
email
protected java.util.List<Email> email
-
phone
protected java.util.List<Phone> phone
-
fax
protected java.util.List<Fax> fax
-
url
protected java.util.List<URL> url
-
idReference
protected java.util.List<IdReference> idReference
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getRole
public java.lang.String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getAddressID
public java.lang.String getAddressID()
Gets the value of the addressID property.- Returns:
- possible object is
String
-
setAddressID
public void setAddressID(java.lang.String value)
Sets the value of the addressID property.- Parameters:
value- allowed object isString
-
getAddressIDDomain
public java.lang.String getAddressIDDomain()
Gets the value of the addressIDDomain property.- Returns:
- possible object is
String
-
setAddressIDDomain
public void setAddressIDDomain(java.lang.String value)
Sets the value of the addressIDDomain property.- Parameters:
value- allowed object isString
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getPostalAddress
public java.util.List<PostalAddress> 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
public java.util.List<Email> 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
public java.util.List<Phone> 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
public java.util.List<Fax> 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
public java.util.List<URL> 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
public java.util.List<IdReference> 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
public java.util.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
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
-
-