public class PartyLegalEntityType extends Object
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:CommonBasicComponents-2}RegistrationDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegistrationExpirationDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyLegalFormCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyLegalForm" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SoleProprietorshipIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CompanyLiquidationStatusCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CorporateStockAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FullyPaidSharesIndicator" 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"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}HeadOfficeParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ShareholderParty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CompanyIDType |
companyID |
protected CompanyLegalFormType |
companyLegalForm |
protected CompanyLegalFormCodeType |
companyLegalFormCode |
protected CompanyLiquidationStatusCodeType |
companyLiquidationStatusCode |
protected CorporateRegistrationSchemeType |
corporateRegistrationScheme |
protected CorporateStockAmountType |
corporateStockAmount |
protected FullyPaidSharesIndicatorType |
fullyPaidSharesIndicator |
protected PartyType |
headOfficeParty |
protected AddressType |
registrationAddress |
protected RegistrationDateType |
registrationDate |
protected RegistrationExpirationDateType |
registrationExpirationDate |
protected RegistrationNameType |
registrationName |
protected List<ShareholderPartyType> |
shareholderParty |
protected SoleProprietorshipIndicatorType |
soleProprietorshipIndicator |
| Constructor and Description |
|---|
PartyLegalEntityType() |
| Modifier and Type | Method and Description |
|---|---|
CompanyIDType |
getCompanyID()
Gets the value of the companyID property.
|
CompanyLegalFormType |
getCompanyLegalForm()
Gets the value of the companyLegalForm property.
|
CompanyLegalFormCodeType |
getCompanyLegalFormCode()
Gets the value of the companyLegalFormCode property.
|
CompanyLiquidationStatusCodeType |
getCompanyLiquidationStatusCode()
Gets the value of the companyLiquidationStatusCode property.
|
CorporateRegistrationSchemeType |
getCorporateRegistrationScheme()
Gets the value of the corporateRegistrationScheme property.
|
CorporateStockAmountType |
getCorporateStockAmount()
Gets the value of the corporateStockAmount property.
|
FullyPaidSharesIndicatorType |
getFullyPaidSharesIndicator()
Gets the value of the fullyPaidSharesIndicator property.
|
PartyType |
getHeadOfficeParty()
Gets the value of the headOfficeParty property.
|
AddressType |
getRegistrationAddress()
Gets the value of the registrationAddress property.
|
RegistrationDateType |
getRegistrationDate()
Gets the value of the registrationDate property.
|
RegistrationExpirationDateType |
getRegistrationExpirationDate()
Gets the value of the registrationExpirationDate property.
|
RegistrationNameType |
getRegistrationName()
Gets the value of the registrationName property.
|
List<ShareholderPartyType> |
getShareholderParty()
Gets the value of the shareholderParty property.
|
SoleProprietorshipIndicatorType |
getSoleProprietorshipIndicator()
Gets the value of the soleProprietorshipIndicator property.
|
void |
setCompanyID(CompanyIDType value)
Sets the value of the companyID property.
|
void |
setCompanyLegalForm(CompanyLegalFormType value)
Sets the value of the companyLegalForm property.
|
void |
setCompanyLegalFormCode(CompanyLegalFormCodeType value)
Sets the value of the companyLegalFormCode property.
|
void |
setCompanyLiquidationStatusCode(CompanyLiquidationStatusCodeType value)
Sets the value of the companyLiquidationStatusCode property.
|
void |
setCorporateRegistrationScheme(CorporateRegistrationSchemeType value)
Sets the value of the corporateRegistrationScheme property.
|
void |
setCorporateStockAmount(CorporateStockAmountType value)
Sets the value of the corporateStockAmount property.
|
void |
setFullyPaidSharesIndicator(FullyPaidSharesIndicatorType value)
Sets the value of the fullyPaidSharesIndicator property.
|
void |
setHeadOfficeParty(PartyType value)
Sets the value of the headOfficeParty property.
|
void |
setRegistrationAddress(AddressType value)
Sets the value of the registrationAddress property.
|
void |
setRegistrationDate(RegistrationDateType value)
Sets the value of the registrationDate property.
|
void |
setRegistrationExpirationDate(RegistrationExpirationDateType value)
Sets the value of the registrationExpirationDate property.
|
void |
setRegistrationName(RegistrationNameType value)
Sets the value of the registrationName property.
|
void |
setSoleProprietorshipIndicator(SoleProprietorshipIndicatorType value)
Sets the value of the soleProprietorshipIndicator property.
|
protected RegistrationNameType registrationName
protected CompanyIDType companyID
protected RegistrationDateType registrationDate
protected RegistrationExpirationDateType registrationExpirationDate
protected CompanyLegalFormCodeType companyLegalFormCode
protected CompanyLegalFormType companyLegalForm
protected SoleProprietorshipIndicatorType soleProprietorshipIndicator
protected CompanyLiquidationStatusCodeType companyLiquidationStatusCode
protected CorporateStockAmountType corporateStockAmount
protected FullyPaidSharesIndicatorType fullyPaidSharesIndicator
protected AddressType registrationAddress
protected CorporateRegistrationSchemeType corporateRegistrationScheme
protected PartyType headOfficeParty
protected List<ShareholderPartyType> shareholderParty
public RegistrationNameType getRegistrationName()
RegistrationNameTypepublic void setRegistrationName(RegistrationNameType value)
value - allowed object is
RegistrationNameTypepublic CompanyIDType getCompanyID()
CompanyIDTypepublic void setCompanyID(CompanyIDType value)
value - allowed object is
CompanyIDTypepublic RegistrationDateType getRegistrationDate()
RegistrationDateTypepublic void setRegistrationDate(RegistrationDateType value)
value - allowed object is
RegistrationDateTypepublic RegistrationExpirationDateType getRegistrationExpirationDate()
RegistrationExpirationDateTypepublic void setRegistrationExpirationDate(RegistrationExpirationDateType value)
value - allowed object is
RegistrationExpirationDateTypepublic CompanyLegalFormCodeType getCompanyLegalFormCode()
CompanyLegalFormCodeTypepublic void setCompanyLegalFormCode(CompanyLegalFormCodeType value)
value - allowed object is
CompanyLegalFormCodeTypepublic CompanyLegalFormType getCompanyLegalForm()
CompanyLegalFormTypepublic void setCompanyLegalForm(CompanyLegalFormType value)
value - allowed object is
CompanyLegalFormTypepublic SoleProprietorshipIndicatorType getSoleProprietorshipIndicator()
SoleProprietorshipIndicatorTypepublic void setSoleProprietorshipIndicator(SoleProprietorshipIndicatorType value)
value - allowed object is
SoleProprietorshipIndicatorTypepublic CompanyLiquidationStatusCodeType getCompanyLiquidationStatusCode()
CompanyLiquidationStatusCodeTypepublic void setCompanyLiquidationStatusCode(CompanyLiquidationStatusCodeType value)
value - allowed object is
CompanyLiquidationStatusCodeTypepublic CorporateStockAmountType getCorporateStockAmount()
CorporateStockAmountTypepublic void setCorporateStockAmount(CorporateStockAmountType value)
value - allowed object is
CorporateStockAmountTypepublic FullyPaidSharesIndicatorType getFullyPaidSharesIndicator()
FullyPaidSharesIndicatorTypepublic void setFullyPaidSharesIndicator(FullyPaidSharesIndicatorType value)
value - allowed object is
FullyPaidSharesIndicatorTypepublic AddressType getRegistrationAddress()
AddressTypepublic void setRegistrationAddress(AddressType value)
value - allowed object is
AddressTypepublic CorporateRegistrationSchemeType getCorporateRegistrationScheme()
CorporateRegistrationSchemeTypepublic void setCorporateRegistrationScheme(CorporateRegistrationSchemeType value)
value - allowed object is
CorporateRegistrationSchemeTypepublic PartyType getHeadOfficeParty()
PartyTypepublic void setHeadOfficeParty(PartyType value)
value - allowed object is
PartyTypepublic List<ShareholderPartyType> getShareholderParty()
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 shareholderParty property.
For example, to add a new item, do as follows:
getShareholderParty().add(newItem);
Objects of the following type(s) are allowed in the list
ShareholderPartyType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.