public class Contact extends ParameterType implements Serializable
Java class for Contact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Person" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Company" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ComChannel" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Address" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ContactTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ContactTypes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Address> |
addresses |
protected List<ComChannel> |
comChannels |
protected List<Company> |
companies |
protected String |
contactTypeDetails |
protected List<String> |
contactTypes |
protected List<Person> |
persons |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
getAddresses()
Gets the value of the addresses property.
|
List<ComChannel> |
getComChannels()
Gets the value of the comChannels property.
|
List<Company> |
getCompanies()
Gets the value of the companies property.
|
String |
getContactTypeDetails()
Gets the value of the contactTypeDetails property.
|
List<String> |
getContactTypes()
Gets the value of the contactTypes property.
|
List<Person> |
getPersons()
Gets the value of the persons property.
|
void |
setContactTypeDetails(String value)
Sets the value of the contactTypeDetails property.
|
protected List<ComChannel> comChannels
protected String contactTypeDetails
public List<Address> getAddresses()
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 addresses property.
For example, to add a new item, do as follows:
getAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
Address
public List<ComChannel> getComChannels()
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 comChannels property.
For example, to add a new item, do as follows:
getComChannels().add(newItem);
Objects of the following type(s) are allowed in the list
ComChannel
public List<Company> getCompanies()
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 companies property.
For example, to add a new item, do as follows:
getCompanies().add(newItem);
Objects of the following type(s) are allowed in the list
Company
public List<Person> getPersons()
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 persons property.
For example, to add a new item, do as follows:
getPersons().add(newItem);
Objects of the following type(s) are allowed in the list
Person
public String getContactTypeDetails()
Stringpublic void setContactTypeDetails(String value)
value - allowed object is
Stringpublic List<String> getContactTypes()
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 contactTypes property.
For example, to add a new item, do as follows:
getContactTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.