public class PersonType extends Object
<?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>
| Modifier and Type | Field and Description |
|---|---|
protected BirthDateType |
birthDate |
protected BirthplaceNameType |
birthplaceName |
protected ContactType |
contact |
protected FamilyNameType |
familyName |
protected FinancialAccountType |
financialAccount |
protected FirstNameType |
firstName |
protected GenderCodeType |
genderCode |
protected IDType |
id |
protected List<DocumentReferenceType> |
identityDocumentReference |
protected JobTitleType |
jobTitle |
protected MiddleNameType |
middleName |
protected NameSuffixType |
nameSuffix |
protected NationalityIDType |
nationalityID |
protected OrganizationDepartmentType |
organizationDepartment |
protected OtherNameType |
otherName |
protected AddressType |
residenceAddress |
protected TitleType |
title |
| Constructor and Description |
|---|
PersonType() |
| Modifier and Type | Method and Description |
|---|---|
BirthDateType |
getBirthDate()
<?
|
BirthplaceNameType |
getBirthplaceName()
<?
|
ContactType |
getContact()
<?
|
FamilyNameType |
getFamilyName()
<?
|
FinancialAccountType |
getFinancialAccount()
<?
|
FirstNameType |
getFirstName()
<?
|
GenderCodeType |
getGenderCode()
<?
|
IDType |
getID()
<?
|
List<DocumentReferenceType> |
getIdentityDocumentReference()
<?
|
JobTitleType |
getJobTitle()
<?
|
MiddleNameType |
getMiddleName()
<?
|
NameSuffixType |
getNameSuffix()
<?
|
NationalityIDType |
getNationalityID()
<?
|
OrganizationDepartmentType |
getOrganizationDepartment()
<?
|
OtherNameType |
getOtherName()
<?
|
AddressType |
getResidenceAddress()
<?
|
TitleType |
getTitle()
<?
|
void |
setBirthDate(BirthDateType value)
Sets the value of the birthDate property.
|
void |
setBirthplaceName(BirthplaceNameType value)
Sets the value of the birthplaceName property.
|
void |
setContact(ContactType value)
Sets the value of the contact property.
|
void |
setFamilyName(FamilyNameType value)
Sets the value of the familyName property.
|
void |
setFinancialAccount(FinancialAccountType value)
Sets the value of the financialAccount property.
|
void |
setFirstName(FirstNameType value)
Sets the value of the firstName property.
|
void |
setGenderCode(GenderCodeType value)
Sets the value of the genderCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setJobTitle(JobTitleType value)
Sets the value of the jobTitle property.
|
void |
setMiddleName(MiddleNameType value)
Sets the value of the middleName property.
|
void |
setNameSuffix(NameSuffixType value)
Sets the value of the nameSuffix property.
|
void |
setNationalityID(NationalityIDType value)
Sets the value of the nationalityID property.
|
void |
setOrganizationDepartment(OrganizationDepartmentType value)
Sets the value of the organizationDepartment property.
|
void |
setOtherName(OtherNameType value)
Sets the value of the otherName property.
|
void |
setResidenceAddress(AddressType value)
Sets the value of the residenceAddress property.
|
void |
setTitle(TitleType value)
Sets the value of the title property.
|
protected IDType id
protected FirstNameType firstName
protected FamilyNameType familyName
protected TitleType title
protected MiddleNameType middleName
protected OtherNameType otherName
protected NameSuffixType nameSuffix
protected JobTitleType jobTitle
protected NationalityIDType nationalityID
protected GenderCodeType genderCode
protected BirthDateType birthDate
protected BirthplaceNameType birthplaceName
protected OrganizationDepartmentType organizationDepartment
protected ContactType contact
protected FinancialAccountType financialAccount
protected List<DocumentReferenceType> identityDocumentReference
protected AddressType residenceAddress
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(IDType value)
value - allowed object is
IDTypepublic 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(FirstNameType value)
value - allowed object is
FirstNameTypepublic 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(FamilyNameType value)
value - allowed object is
FamilyNameTypepublic 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(TitleType value)
value - allowed object is
TitleTypepublic 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(MiddleNameType value)
value - allowed object is
MiddleNameTypepublic 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(OtherNameType value)
value - allowed object is
OtherNameTypepublic 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(NameSuffixType value)
value - allowed object is
NameSuffixTypepublic 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(JobTitleType value)
value - allowed object is
JobTitleTypepublic 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(NationalityIDType value)
value - allowed object is
NationalityIDTypepublic 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(GenderCodeType value)
value - allowed object is
GenderCodeTypepublic 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(BirthDateType value)
value - allowed object is
BirthDateTypepublic 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(BirthplaceNameType value)
value - allowed object is
BirthplaceNameTypepublic 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(OrganizationDepartmentType value)
value - allowed object is
OrganizationDepartmentTypepublic 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(ContactType value)
value - allowed object is
ContactTypepublic 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(FinancialAccountType value)
value - allowed object is
FinancialAccountTypepublic 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
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(AddressType value)
value - allowed object is
AddressTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.