public class CorporateRegistrationSchemeCommonAggregate 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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme. Details</ccts:DictionaryEntryName><ccts:Definition>Information directly relating a scheme for corporate registration of businesses.</ccts:Definition><ccts:ObjectClass>Corporate Registration Scheme</ccts:ObjectClass></ccts:Component>
Java class for CorporateRegistrationSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorporateRegistrationSchemeType"> <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}Name" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CorporateRegistrationTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}JurisdictionRegionAddress" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CorporateRegistrationTypeCodeCommonBasic |
corporateRegistrationTypeCode |
protected IDCommonBasic |
id |
protected List<AddressType> |
jurisdictionRegionAddresses |
protected NameCommonBasic |
name |
Constructor and Description |
---|
CorporateRegistrationSchemeCommonAggregate() |
Modifier and Type | Method and Description |
---|---|
CorporateRegistrationTypeCodeCommonBasic |
getCorporateRegistrationTypeCode()
<?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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme.
|
IDCommonBasic |
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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme.
|
List<AddressType> |
getJurisdictionRegionAddresses()
<?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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme.
|
NameCommonBasic |
getName()
<?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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme.
|
void |
setCorporateRegistrationTypeCode(CorporateRegistrationTypeCodeCommonBasic value)
Sets the value of the corporateRegistrationTypeCode property.
|
void |
setID(IDCommonBasic value)
Sets the value of the id property.
|
void |
setName(NameCommonBasic value)
Sets the value of the name property.
|
protected IDCommonBasic id
protected NameCommonBasic name
protected CorporateRegistrationTypeCodeCommonBasic corporateRegistrationTypeCode
protected List<AddressType> jurisdictionRegionAddresses
public CorporateRegistrationSchemeCommonAggregate()
public IDCommonBasic 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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifies the scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Corporate Registration Scheme</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:Examples>"ASIC" in Australia</ccts:Examples></ccts:Component>
IDCommonBasic
public void setID(IDCommonBasic value)
value
- allowed object is
IDCommonBasic
public NameCommonBasic getName()
<?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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme. Name</ccts:DictionaryEntryName><ccts:Definition>Identifies the scheme by name.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Corporate Registration Scheme</ccts:ObjectClass><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType><ccts:Examples>"Australian Securities and Investment Commission" in Australia</ccts:Examples></ccts:Component>
NameCommonBasic
public void setName(NameCommonBasic value)
value
- allowed object is
NameCommonBasic
public CorporateRegistrationTypeCodeCommonBasic getCorporateRegistrationTypeCode()
<?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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme. Corporate Registration Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>Identifies the type of scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Corporate Registration Scheme</ccts:ObjectClass><ccts:PropertyTerm>Corporate Registration Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>"ACN"</ccts:Examples></ccts:Component>
CorporateRegistrationTypeCodeCommonBasic
public void setCorporateRegistrationTypeCode(CorporateRegistrationTypeCodeCommonBasic value)
value
- allowed object is
CorporateRegistrationTypeCodeCommonBasic
public List<AddressType> getJurisdictionRegionAddresses()
<?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:p935936_="http://java.sun.com/xml/ns/jaxb" xmlns:p949104_="http://java.sun.com/xml/ns/jaxb/xjc" 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>Corporate Registration Scheme. Jurisdiction Region_ Address. Address</ccts:DictionaryEntryName><ccts:Definition>Associates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Corporate Registration Scheme</ccts:ObjectClass><ccts:PropertyTermQualifier>Jurisdiction Region</ccts:PropertyTermQualifier><ccts:PropertyTerm>Address</ccts:PropertyTerm><ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the jurisdictionRegionAddresses 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 jurisdictionRegionAddresses property.
For example, to add a new item, do as follows:
getJurisdictionRegionAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.