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>
<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"/>
</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> |
address |
protected List<ComChannel> |
comChannel |
protected List<Company> |
company |
protected String |
contactTypeDetails |
protected List<String> |
contactTypes |
protected List<Person> |
person |
| Constructor and Description |
|---|
Contact() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
getAddress()
Gets the value of the address property.
|
List<ComChannel> |
getComChannel()
Gets the value of the comChannel property.
|
List<Company> |
getCompany()
Gets the value of the company property.
|
String |
getContactTypeDetails()
Gets the value of the contactTypeDetails property.
|
List<String> |
getContactTypes()
Gets the value of the contactTypes property.
|
List<Person> |
getPerson()
Gets the value of the person property.
|
void |
setContactTypeDetails(String value)
Sets the value of the contactTypeDetails property.
|
protected List<ComChannel> comChannel
protected String contactTypeDetails
public List<Person> getPerson()
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 person property.
For example, to add a new item, do as follows:
getPerson().add(newItem);
Objects of the following type(s) are allowed in the list
Person
public List<Company> getCompany()
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 company property.
For example, to add a new item, do as follows:
getCompany().add(newItem);
Objects of the following type(s) are allowed in the list
Company
public List<ComChannel> getComChannel()
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 comChannel property.
For example, to add a new item, do as follows:
getComChannel().add(newItem);
Objects of the following type(s) are allowed in the list
ComChannel
public List<Address> getAddress()
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 address property.
For example, to add a new item, do as follows:
getAddress().add(newItem);
Objects of the following type(s) are allowed in the list
Address
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 © 2013. All Rights Reserved.