public class Contact extends ParameterType implements java.io.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 java.util.List<Address> |
addresses |
protected java.util.List<ComChannel> |
comChannels |
protected java.util.List<Company> |
companies |
protected java.lang.String |
contactTypeDetails |
protected java.util.List<java.lang.String> |
contactTypes |
protected java.util.List<Person> |
persons |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
getAddresses()
Gets the value of the addresses property.
|
java.util.List<ComChannel> |
getComChannels()
Gets the value of the comChannels property.
|
java.util.List<Company> |
getCompanies()
Gets the value of the companies property.
|
java.lang.String |
getContactTypeDetails()
Gets the value of the contactTypeDetails property.
|
java.util.List<java.lang.String> |
getContactTypes()
Gets the value of the contactTypes property.
|
java.util.List<Person> |
getPersons()
Gets the value of the persons property.
|
void |
setContactTypeDetails(java.lang.String value)
Sets the value of the contactTypeDetails property.
|
protected java.util.List<Address> addresses
protected java.util.List<ComChannel> comChannels
protected java.util.List<Company> companies
protected java.util.List<Person> persons
protected java.lang.String contactTypeDetails
protected java.util.List<java.lang.String> contactTypes
public java.util.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 java.util.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 java.util.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 java.util.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 java.lang.String getContactTypeDetails()
Stringpublic void setContactTypeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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.