@CodingStyleguideUnaware public class PersonType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a person.</ccts:Definition><ccts:ObjectClass>Person</ccts:ObjectClass></ccts:Component>
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FirstName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FamilyName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Title" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MiddleName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OtherName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NameSuffix" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}JobTitle" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NationalityID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}GenderCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BirthDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BirthplaceName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrganizationDepartment" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contact" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancialAccount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IdentityDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ResidenceAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PersonType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentityDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PersonType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PersonType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BirthDateType |
getBirthDate()
<?
|
LocalDate |
getBirthDateValue()
Get the value of the contained BirthDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BirthplaceNameType |
getBirthplaceName()
<?
|
String |
getBirthplaceNameValue()
Get the value of the contained BirthplaceNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ContactType |
getContact()
<?
|
FamilyNameType |
getFamilyName()
<?
|
String |
getFamilyNameValue()
Get the value of the contained FamilyNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
FinancialAccountType |
getFinancialAccount()
<?
|
FirstNameType |
getFirstName()
<?
|
String |
getFirstNameValue()
Get the value of the contained FirstNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
GenderCodeType |
getGenderCode()
<?
|
String |
getGenderCodeValue()
Get the value of the contained GenderCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
<?
|
List<DocumentReferenceType> |
getIdentityDocumentReference()
<?
|
DocumentReferenceType |
getIdentityDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIdentityDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
JobTitleType |
getJobTitle()
<?
|
String |
getJobTitleValue()
Get the value of the contained JobTitleType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MiddleNameType |
getMiddleName()
<?
|
String |
getMiddleNameValue()
Get the value of the contained MiddleNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NameSuffixType |
getNameSuffix()
<?
|
String |
getNameSuffixValue()
Get the value of the contained NameSuffixType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NationalityIDType |
getNationalityID()
<?
|
String |
getNationalityIDValue()
Get the value of the contained NationalityIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
OrganizationDepartmentType |
getOrganizationDepartment()
<?
|
String |
getOrganizationDepartmentValue()
Get the value of the contained OrganizationDepartmentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
OtherNameType |
getOtherName()
<?
|
String |
getOtherNameValue()
Get the value of the contained OtherNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
AddressType |
getResidenceAddress()
<?
|
TitleType |
getTitle()
<?
|
String |
getTitleValue()
Get the value of the contained TitleType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIdentityDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdentityDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBirthDate(BirthDateType value)
Sets the value of the birthDate property.
|
BirthDateType |
setBirthDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBirthplaceName(BirthplaceNameType value)
Sets the value of the birthplaceName property.
|
BirthplaceNameType |
setBirthplaceName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setContact(ContactType value)
Sets the value of the contact property.
|
void |
setFamilyName(FamilyNameType value)
Sets the value of the familyName property.
|
FamilyNameType |
setFamilyName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFinancialAccount(FinancialAccountType value)
Sets the value of the financialAccount property.
|
void |
setFirstName(FirstNameType value)
Sets the value of the firstName property.
|
FirstNameType |
setFirstName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGenderCode(GenderCodeType value)
Sets the value of the genderCode property.
|
GenderCodeType |
setGenderCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIdentityDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setJobTitle(JobTitleType value)
Sets the value of the jobTitle property.
|
JobTitleType |
setJobTitle(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMiddleName(MiddleNameType value)
Sets the value of the middleName property.
|
MiddleNameType |
setMiddleName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNameSuffix(NameSuffixType value)
Sets the value of the nameSuffix property.
|
NameSuffixType |
setNameSuffix(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNationalityID(NationalityIDType value)
Sets the value of the nationalityID property.
|
NationalityIDType |
setNationalityID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setOrganizationDepartment(OrganizationDepartmentType value)
Sets the value of the organizationDepartment property.
|
OrganizationDepartmentType |
setOrganizationDepartment(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setOtherName(OtherNameType value)
Sets the value of the otherName property.
|
OtherNameType |
setOtherName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setResidenceAddress(AddressType value)
Sets the value of the residenceAddress property.
|
TitleType |
setTitle(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTitle(TitleType value)
Sets the value of the title property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PersonType()
@Nullable public IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this person.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public FirstNameType getFirstName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. First_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>This person's given name.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>First</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>
FirstNameTypepublic void setFirstName(@Nullable FirstNameType value)
value - allowed object is
FirstNameType@Nullable public FamilyNameType getFamilyName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Family_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>This person's family name.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>Family</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>
FamilyNameTypepublic void setFamilyName(@Nullable FamilyNameType value)
value - allowed object is
FamilyNameType@Nullable public TitleType getTitle()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Title. Text</ccts:DictionaryEntryName><ccts:Definition>This person's title of address (e.g., Mr, Ms, Dr, Sir).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Title</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
TitleTypepublic void setTitle(@Nullable TitleType value)
value - allowed object is
TitleType@Nullable public MiddleNameType getMiddleName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Middle_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>This person's middle name(s) or initials.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>Middle</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>
MiddleNameTypepublic void setMiddleName(@Nullable MiddleNameType value)
value - allowed object is
MiddleNameType@Nullable public OtherNameType getOtherName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Other_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>This person's second family name.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>Other</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType><ccts:Examples>Delivery Dock </ccts:Examples></ccts:Component>
OtherNameTypepublic void setOtherName(@Nullable OtherNameType value)
value - allowed object is
OtherNameType@Nullable public NameSuffixType getNameSuffix()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Name Suffix. Text</ccts:DictionaryEntryName><ccts:Definition>A suffix to this person's name (e.g., PhD, OBE, Jr).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Name Suffix</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
NameSuffixTypepublic void setNameSuffix(@Nullable NameSuffixType value)
value - allowed object is
NameSuffixType@Nullable public JobTitleType getJobTitle()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Job Title. Text</ccts:DictionaryEntryName><ccts:Definition>This person's job title (for a particular role) within an organization.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Job Title</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
JobTitleTypepublic void setJobTitle(@Nullable JobTitleType value)
value - allowed object is
JobTitleType@Nullable public NationalityIDType getNationalityID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Nationality. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this person's nationality.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Nationality</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
NationalityIDTypepublic void setNationalityID(@Nullable NationalityIDType value)
value - allowed object is
NationalityIDType@Nullable public GenderCodeType getGenderCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Gender Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code (e.g., ISO 5218) signifying the gender of this person.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Gender Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
GenderCodeTypepublic void setGenderCode(@Nullable GenderCodeType value)
value - allowed object is
GenderCodeType@Nullable public BirthDateType getBirthDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Birth Date. Date</ccts:DictionaryEntryName><ccts:Definition>This person's date of birth.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Birth Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
BirthDateTypepublic void setBirthDate(@Nullable BirthDateType value)
value - allowed object is
BirthDateType@Nullable public BirthplaceNameType getBirthplaceName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Birthplace Name. Text</ccts:DictionaryEntryName><ccts:Definition>The name of the place where this person was born, expressed as text.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Birthplace Name</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
BirthplaceNameTypepublic void setBirthplaceName(@Nullable BirthplaceNameType value)
value - allowed object is
BirthplaceNameType@Nullable public OrganizationDepartmentType getOrganizationDepartment()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Organization_ Department. Text</ccts:DictionaryEntryName><ccts:Definition>The department or subdivision of an organization that this person belongs to (in a particular role).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>Organization</ccts:PropertyTermQualifier><ccts:PropertyTerm>Department</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
OrganizationDepartmentTypepublic void setOrganizationDepartment(@Nullable OrganizationDepartmentType value)
value - allowed object is
OrganizationDepartmentType@Nullable public ContactType getContact()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Contact</ccts:DictionaryEntryName><ccts:Definition>Contact information for this person.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Contact</ccts:PropertyTerm><ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Contact</ccts:RepresentationTerm></ccts:Component>
ContactTypepublic void setContact(@Nullable ContactType value)
value - allowed object is
ContactType@Nullable public FinancialAccountType getFinancialAccount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Financial Account</ccts:DictionaryEntryName><ccts:Definition>The financial account associated with this person.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTerm>Financial Account</ccts:PropertyTerm><ccts:AssociatedObjectClass>Financial Account</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Financial Account</ccts:RepresentationTerm></ccts:Component>
FinancialAccountTypepublic void setFinancialAccount(@Nullable FinancialAccountType value)
value - allowed object is
FinancialAccountType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getIdentityDocumentReference()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Identity_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>A reference to a document that can precisely identify this person (e.g., a driver's license).</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>Identity</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm></ccts:Component>Gets the value of the identityDocumentReference property.
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 identityDocumentReference property.
For example, to add a new item, do as follows:
getIdentityDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
@Nullable public AddressType getResidenceAddress()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Person. Residence_ Address. Address</ccts:DictionaryEntryName><ccts:Definition>This person's address of residence.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Person</ccts:ObjectClass><ccts:PropertyTermQualifier>Residence</ccts:PropertyTermQualifier><ccts:PropertyTerm>Address</ccts:PropertyTerm><ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Address</ccts:RepresentationTerm></ccts:Component>
AddressTypepublic void setResidenceAddress(@Nullable AddressType value)
value - allowed object is
AddressTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setIdentityDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be null.public boolean hasIdentityDocumentReferenceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIdentityDocumentReferenceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIdentityDocumentReferenceCount()
@Nullable public DocumentReferenceType getIdentityDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIdentityDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PersonType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PersonType clone()
@Nonnull public GenderCodeType setGenderCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BirthDateType setBirthDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NationalityIDType setNationalityID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TitleType setTitle(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NameSuffixType setNameSuffix(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public JobTitleType setJobTitle(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public BirthplaceNameType setBirthplaceName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public OrganizationDepartmentType setOrganizationDepartment(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public FirstNameType setFirstName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public FamilyNameType setFamilyName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MiddleNameType setMiddleName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public OtherNameType setOtherName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getFirstNameValue()
null@Nullable public String getFamilyNameValue()
null@Nullable public String getTitleValue()
null@Nullable public String getMiddleNameValue()
null@Nullable public String getOtherNameValue()
null@Nullable public String getNameSuffixValue()
null@Nullable public String getJobTitleValue()
null@Nullable public String getNationalityIDValue()
null@Nullable public String getGenderCodeValue()
null@Nullable public LocalDate getBirthDateValue()
null@Nullable public String getBirthplaceNameValue()
null@Nullable public String getOrganizationDepartmentValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.