public class CorporateRegistrationSchemeType extends Object
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()
Gets the value of the corporateRegistrationTypeCode property.
|
IDType |
getID()
Gets the value of the id property.
|
List<AddressType> |
getJurisdictionRegionAddress()
Gets the value of the jurisdictionRegionAddress property.
|
NameType |
getName()
Gets the value of the name property.
|
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 void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic CorporateRegistrationTypeCodeType getCorporateRegistrationTypeCode()
CorporateRegistrationTypeCodeTypepublic void setCorporateRegistrationTypeCode(CorporateRegistrationTypeCodeType value)
value - allowed object is
CorporateRegistrationTypeCodeTypepublic List<AddressType> getJurisdictionRegionAddress()
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 © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.