public class Person extends ParameterType implements Serializable
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<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="JobTitle" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="NamePrefix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AdditionalNames" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Languages" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
<attribute name="FamilyName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FirstName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="NameSuffix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalNames |
protected List<Address> |
addresses |
protected List<ComChannel> |
comChannels |
protected String |
familyName |
protected String |
firstName |
protected String |
jobTitle |
protected List<String> |
languages |
protected String |
namePrefix |
protected String |
nameSuffix |
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalNames()
Gets the value of the additionalNames property.
|
List<Address> |
getAddresses()
Gets the value of the addresses property.
|
List<ComChannel> |
getComChannels()
Gets the value of the comChannels property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getJobTitle()
Gets the value of the jobTitle property.
|
List<String> |
getLanguages()
Gets the value of the languages property.
|
String |
getNamePrefix()
Gets the value of the namePrefix property.
|
String |
getNameSuffix()
Gets the value of the nameSuffix property.
|
void |
setAdditionalNames(String value)
Sets the value of the additionalNames property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setJobTitle(String value)
Sets the value of the jobTitle property.
|
void |
setNamePrefix(String value)
Sets the value of the namePrefix property.
|
void |
setNameSuffix(String value)
Sets the value of the nameSuffix property.
|
protected List<ComChannel> comChannels
protected String jobTitle
protected String namePrefix
protected String additionalNames
protected String familyName
protected String firstName
protected String nameSuffix
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 String getJobTitle()
Stringpublic void setJobTitle(String value)
value - allowed object is
Stringpublic String getNamePrefix()
Stringpublic void setNamePrefix(String value)
value - allowed object is
Stringpublic String getAdditionalNames()
Stringpublic void setAdditionalNames(String value)
value - allowed object is
Stringpublic List<String> getLanguages()
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 languages property.
For example, to add a new item, do as follows:
getLanguages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getNameSuffix()
StringCopyright © 2012. All Rights Reserved.