public class PartyLegalEntityCommonAggregate 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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity. Details</ccts:DictionaryEntryName><ccts:Definition>Information directly relating to the legal registration that is applicable to a party.</ccts:Definition><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass></ccts:Component>
Java class for PartyLegalEntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyLegalEntityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegistrationName" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RegistrationAddress" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CorporateRegistrationScheme" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CompanyIDCommonBasic |
companyID |
protected CorporateRegistrationSchemeCommonAggregate |
corporateRegistrationScheme |
protected AddressType |
registrationAddress |
protected RegistrationNameCommonBasic |
registrationName |
Constructor and Description |
---|
PartyLegalEntityCommonAggregate() |
Modifier and Type | Method and Description |
---|---|
CompanyIDCommonBasic |
getCompanyID()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity.
|
CorporateRegistrationSchemeCommonAggregate |
getCorporateRegistrationScheme()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity.
|
AddressType |
getRegistrationAddress()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity.
|
RegistrationNameCommonBasic |
getRegistrationName()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity.
|
void |
setCompanyID(CompanyIDCommonBasic value)
Sets the value of the companyID property.
|
void |
setCorporateRegistrationScheme(CorporateRegistrationSchemeCommonAggregate value)
Sets the value of the corporateRegistrationScheme property.
|
void |
setRegistrationAddress(AddressType value)
Sets the value of the registrationAddress property.
|
void |
setRegistrationName(RegistrationNameCommonBasic value)
Sets the value of the registrationName property.
|
protected RegistrationNameCommonBasic registrationName
protected CompanyIDCommonBasic companyID
protected AddressType registrationAddress
protected CorporateRegistrationSchemeCommonAggregate corporateRegistrationScheme
public RegistrationNameCommonBasic getRegistrationName()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity. Registration_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>The name of a party as registered with the legal authority.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType><ccts:Examples>"Microsoft Corporation"</ccts:Examples></ccts:Component>
RegistrationNameCommonBasic
public void setRegistrationName(RegistrationNameCommonBasic value)
value
- allowed object is
RegistrationNameCommonBasic
public CompanyIDCommonBasic getCompanyID()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity. Company Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifies a company as registered with the company registration scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Company Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Business Registration Number, Company Number</ccts:AlternativeBusinessTerms><ccts:Examples>"3556625"</ccts:Examples></ccts:Component>
CompanyIDCommonBasic
public void setCompanyID(CompanyIDCommonBasic value)
value
- allowed object is
CompanyIDCommonBasic
public AddressType getRegistrationAddress()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity. Registration_ Address. Address</ccts:DictionaryEntryName><ccts:Definition>Associates with the registered address of the party within a Corporate Registration Scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Address</ccts:PropertyTerm><ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass></ccts:Component>
AddressType
public void setRegistrationAddress(AddressType value)
value
- allowed object is
AddressType
public CorporateRegistrationSchemeCommonAggregate getCorporateRegistrationScheme()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p263890_="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:p445443_="http://java.sun.com/xml/ns/jaxb" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Party Legal Entity. Corporate Registration Scheme</ccts:DictionaryEntryName><ccts:Definition>Associates the party with a Corporate Registration Scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Corporate Registration Scheme</ccts:PropertyTerm><ccts:AssociatedObjectClass>Corporate Registration Scheme</ccts:AssociatedObjectClass></ccts:Component>
CorporateRegistrationSchemeCommonAggregate
public void setCorporateRegistrationScheme(CorporateRegistrationSchemeCommonAggregate value)
value
- allowed object is
CorporateRegistrationSchemeCommonAggregate
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.