public class CorporateRegistrationSchemeType 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>Corporate Registration Scheme. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a scheme for corporate registration.</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 CorporateRegistrationTypeCodeType |
corporateRegistrationTypeCode |
protected IDType |
id |
protected List<AddressType> |
jurisdictionRegionAddress |
protected NameType |
name |
| Constructor and Description |
|---|
CorporateRegistrationSchemeType() |
| Modifier and Type | Method and Description |
|---|---|
CorporateRegistrationTypeCodeType |
getCorporateRegistrationTypeCode()
<?
|
IDType |
getID()
<?
|
List<AddressType> |
getJurisdictionRegionAddress()
<?
|
NameType |
getName()
<?
|
void |
setCorporateRegistrationTypeCode(CorporateRegistrationTypeCodeType value)
Sets the value of the corporateRegistrationTypeCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
protected IDType id
protected NameType name
protected CorporateRegistrationTypeCodeType corporateRegistrationTypeCode
protected List<AddressType> jurisdictionRegionAddress
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>Corporate Registration Scheme. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this registration 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>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic NameType 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: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>Corporate Registration Scheme. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of this registration scheme.</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>
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic CorporateRegistrationTypeCodeType 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: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>Corporate Registration Scheme. Corporate Registration Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of this registration 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>
CorporateRegistrationTypeCodeTypepublic void setCorporateRegistrationTypeCode(CorporateRegistrationTypeCodeType value)
value - allowed object is
CorporateRegistrationTypeCodeTypepublic List<AddressType> getJurisdictionRegionAddress()
<?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>Corporate Registration Scheme. Jurisdiction Region_ Address. Address</ccts:DictionaryEntryName>
<ccts:Definition>A geographic area in which this registration 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:RepresentationTerm>Address</ccts:RepresentationTerm>
<ccts:Examples>England , Wales </ccts:Examples>
</ccts:Component>
Gets the value of the jurisdictionRegionAddress 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 jurisdictionRegionAddress property.
For example, to add a new item, do as follows:
getJurisdictionRegionAddress().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.