public class Person extends ParameterType implements java.io.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 java.lang.String |
additionalNames |
protected java.util.List<Address> |
addresses |
protected java.util.List<ComChannel> |
comChannels |
protected java.lang.String |
familyName |
protected java.lang.String |
firstName |
protected java.lang.String |
jobTitle |
protected java.util.List<java.lang.String> |
languages |
protected java.lang.String |
namePrefix |
protected java.lang.String |
nameSuffix |
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdditionalNames()
Gets the value of the additionalNames property.
|
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.lang.String |
getFamilyName()
Gets the value of the familyName property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getJobTitle()
Gets the value of the jobTitle property.
|
java.util.List<java.lang.String> |
getLanguages()
Gets the value of the languages property.
|
java.lang.String |
getNamePrefix()
Gets the value of the namePrefix property.
|
java.lang.String |
getNameSuffix()
Gets the value of the nameSuffix property.
|
void |
setAdditionalNames(java.lang.String value)
Sets the value of the additionalNames property.
|
void |
setFamilyName(java.lang.String value)
Sets the value of the familyName property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setJobTitle(java.lang.String value)
Sets the value of the jobTitle property.
|
void |
setNamePrefix(java.lang.String value)
Sets the value of the namePrefix property.
|
void |
setNameSuffix(java.lang.String value)
Sets the value of the nameSuffix property.
|
protected java.util.List<Address> addresses
protected java.util.List<ComChannel> comChannels
protected java.lang.String jobTitle
protected java.lang.String namePrefix
protected java.lang.String additionalNames
protected java.util.List<java.lang.String> languages
protected java.lang.String familyName
protected java.lang.String firstName
protected java.lang.String nameSuffix
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.lang.String getJobTitle()
Stringpublic void setJobTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNamePrefix()
Stringpublic void setNamePrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAdditionalNames()
Stringpublic void setAdditionalNames(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getFamilyName()
Stringpublic void setFamilyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameSuffix()
Stringpublic void setNameSuffix(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.