Class PartyLegalEntityType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.PartyLegalEntityType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CompanyIDTypecompanyIDprotected CompanyLegalFormTypecompanyLegalFormprotected CompanyLegalFormCodeTypecompanyLegalFormCodeprotected CompanyLiquidationStatusCodeTypecompanyLiquidationStatusCodeprotected CorporateRegistrationSchemeTypecorporateRegistrationSchemeprotected CorporateStockAmountTypecorporateStockAmountprotected FullyPaidSharesIndicatorTypefullyPaidSharesIndicatorprotected PartyTypeheadOfficePartyprotected AddressTyperegistrationAddressprotected RegistrationDateTyperegistrationDateprotected RegistrationExpirationDateTyperegistrationExpirationDateprotected RegistrationNameTyperegistrationNameprotected List<ShareholderPartyType>shareholderPartyprotected SoleProprietorshipIndicatorTypesoleProprietorshipIndicator
-
Constructor Summary
Constructors Constructor Description PartyLegalEntityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompanyIDTypegetCompanyID()Gets the value of the companyID property.CompanyLegalFormTypegetCompanyLegalForm()Gets the value of the companyLegalForm property.CompanyLegalFormCodeTypegetCompanyLegalFormCode()Gets the value of the companyLegalFormCode property.CompanyLiquidationStatusCodeTypegetCompanyLiquidationStatusCode()Gets the value of the companyLiquidationStatusCode property.CorporateRegistrationSchemeTypegetCorporateRegistrationScheme()Gets the value of the corporateRegistrationScheme property.CorporateStockAmountTypegetCorporateStockAmount()Gets the value of the corporateStockAmount property.FullyPaidSharesIndicatorTypegetFullyPaidSharesIndicator()Gets the value of the fullyPaidSharesIndicator property.PartyTypegetHeadOfficeParty()Gets the value of the headOfficeParty property.AddressTypegetRegistrationAddress()Gets the value of the registrationAddress property.RegistrationDateTypegetRegistrationDate()Gets the value of the registrationDate property.RegistrationExpirationDateTypegetRegistrationExpirationDate()Gets the value of the registrationExpirationDate property.RegistrationNameTypegetRegistrationName()Gets the value of the registrationName property.List<ShareholderPartyType>getShareholderParty()Gets the value of the shareholderParty property.SoleProprietorshipIndicatorTypegetSoleProprietorshipIndicator()Gets the value of the soleProprietorshipIndicator property.voidsetCompanyID(CompanyIDType value)Sets the value of the companyID property.voidsetCompanyLegalForm(CompanyLegalFormType value)Sets the value of the companyLegalForm property.voidsetCompanyLegalFormCode(CompanyLegalFormCodeType value)Sets the value of the companyLegalFormCode property.voidsetCompanyLiquidationStatusCode(CompanyLiquidationStatusCodeType value)Sets the value of the companyLiquidationStatusCode property.voidsetCorporateRegistrationScheme(CorporateRegistrationSchemeType value)Sets the value of the corporateRegistrationScheme property.voidsetCorporateStockAmount(CorporateStockAmountType value)Sets the value of the corporateStockAmount property.voidsetFullyPaidSharesIndicator(FullyPaidSharesIndicatorType value)Sets the value of the fullyPaidSharesIndicator property.voidsetHeadOfficeParty(PartyType value)Sets the value of the headOfficeParty property.voidsetRegistrationAddress(AddressType value)Sets the value of the registrationAddress property.voidsetRegistrationDate(RegistrationDateType value)Sets the value of the registrationDate property.voidsetRegistrationExpirationDate(RegistrationExpirationDateType value)Sets the value of the registrationExpirationDate property.voidsetRegistrationName(RegistrationNameType value)Sets the value of the registrationName property.voidsetSoleProprietorshipIndicator(SoleProprietorshipIndicatorType value)Sets the value of the soleProprietorshipIndicator property.
-
-
-
Field Detail
-
registrationName
protected RegistrationNameType registrationName
-
companyID
protected CompanyIDType companyID
-
registrationDate
protected RegistrationDateType registrationDate
-
registrationExpirationDate
protected RegistrationExpirationDateType registrationExpirationDate
-
companyLegalFormCode
protected CompanyLegalFormCodeType companyLegalFormCode
-
companyLegalForm
protected CompanyLegalFormType companyLegalForm
-
soleProprietorshipIndicator
protected SoleProprietorshipIndicatorType soleProprietorshipIndicator
-
companyLiquidationStatusCode
protected CompanyLiquidationStatusCodeType companyLiquidationStatusCode
-
corporateStockAmount
protected CorporateStockAmountType corporateStockAmount
-
fullyPaidSharesIndicator
protected FullyPaidSharesIndicatorType fullyPaidSharesIndicator
-
registrationAddress
protected AddressType registrationAddress
-
corporateRegistrationScheme
protected CorporateRegistrationSchemeType corporateRegistrationScheme
-
headOfficeParty
protected PartyType headOfficeParty
-
shareholderParty
protected List<ShareholderPartyType> shareholderParty
-
-
Method Detail
-
getRegistrationName
public RegistrationNameType getRegistrationName()
Gets the value of the registrationName property.- Returns:
- possible object is
RegistrationNameType
-
setRegistrationName
public void setRegistrationName(RegistrationNameType value)
Sets the value of the registrationName property.- Parameters:
value- allowed object isRegistrationNameType
-
getCompanyID
public CompanyIDType getCompanyID()
Gets the value of the companyID property.- Returns:
- possible object is
CompanyIDType
-
setCompanyID
public void setCompanyID(CompanyIDType value)
Sets the value of the companyID property.- Parameters:
value- allowed object isCompanyIDType
-
getRegistrationDate
public RegistrationDateType getRegistrationDate()
Gets the value of the registrationDate property.- Returns:
- possible object is
RegistrationDateType
-
setRegistrationDate
public void setRegistrationDate(RegistrationDateType value)
Sets the value of the registrationDate property.- Parameters:
value- allowed object isRegistrationDateType
-
getRegistrationExpirationDate
public RegistrationExpirationDateType getRegistrationExpirationDate()
Gets the value of the registrationExpirationDate property.- Returns:
- possible object is
RegistrationExpirationDateType
-
setRegistrationExpirationDate
public void setRegistrationExpirationDate(RegistrationExpirationDateType value)
Sets the value of the registrationExpirationDate property.- Parameters:
value- allowed object isRegistrationExpirationDateType
-
getCompanyLegalFormCode
public CompanyLegalFormCodeType getCompanyLegalFormCode()
Gets the value of the companyLegalFormCode property.- Returns:
- possible object is
CompanyLegalFormCodeType
-
setCompanyLegalFormCode
public void setCompanyLegalFormCode(CompanyLegalFormCodeType value)
Sets the value of the companyLegalFormCode property.- Parameters:
value- allowed object isCompanyLegalFormCodeType
-
getCompanyLegalForm
public CompanyLegalFormType getCompanyLegalForm()
Gets the value of the companyLegalForm property.- Returns:
- possible object is
CompanyLegalFormType
-
setCompanyLegalForm
public void setCompanyLegalForm(CompanyLegalFormType value)
Sets the value of the companyLegalForm property.- Parameters:
value- allowed object isCompanyLegalFormType
-
getSoleProprietorshipIndicator
public SoleProprietorshipIndicatorType getSoleProprietorshipIndicator()
Gets the value of the soleProprietorshipIndicator property.- Returns:
- possible object is
SoleProprietorshipIndicatorType
-
setSoleProprietorshipIndicator
public void setSoleProprietorshipIndicator(SoleProprietorshipIndicatorType value)
Sets the value of the soleProprietorshipIndicator property.- Parameters:
value- allowed object isSoleProprietorshipIndicatorType
-
getCompanyLiquidationStatusCode
public CompanyLiquidationStatusCodeType getCompanyLiquidationStatusCode()
Gets the value of the companyLiquidationStatusCode property.- Returns:
- possible object is
CompanyLiquidationStatusCodeType
-
setCompanyLiquidationStatusCode
public void setCompanyLiquidationStatusCode(CompanyLiquidationStatusCodeType value)
Sets the value of the companyLiquidationStatusCode property.- Parameters:
value- allowed object isCompanyLiquidationStatusCodeType
-
getCorporateStockAmount
public CorporateStockAmountType getCorporateStockAmount()
Gets the value of the corporateStockAmount property.- Returns:
- possible object is
CorporateStockAmountType
-
setCorporateStockAmount
public void setCorporateStockAmount(CorporateStockAmountType value)
Sets the value of the corporateStockAmount property.- Parameters:
value- allowed object isCorporateStockAmountType
-
getFullyPaidSharesIndicator
public FullyPaidSharesIndicatorType getFullyPaidSharesIndicator()
Gets the value of the fullyPaidSharesIndicator property.- Returns:
- possible object is
FullyPaidSharesIndicatorType
-
setFullyPaidSharesIndicator
public void setFullyPaidSharesIndicator(FullyPaidSharesIndicatorType value)
Sets the value of the fullyPaidSharesIndicator property.- Parameters:
value- allowed object isFullyPaidSharesIndicatorType
-
getRegistrationAddress
public AddressType getRegistrationAddress()
Gets the value of the registrationAddress property.- Returns:
- possible object is
AddressType
-
setRegistrationAddress
public void setRegistrationAddress(AddressType value)
Sets the value of the registrationAddress property.- Parameters:
value- allowed object isAddressType
-
getCorporateRegistrationScheme
public CorporateRegistrationSchemeType getCorporateRegistrationScheme()
Gets the value of the corporateRegistrationScheme property.- Returns:
- possible object is
CorporateRegistrationSchemeType
-
setCorporateRegistrationScheme
public void setCorporateRegistrationScheme(CorporateRegistrationSchemeType value)
Sets the value of the corporateRegistrationScheme property.- Parameters:
value- allowed object isCorporateRegistrationSchemeType
-
getHeadOfficeParty
public PartyType getHeadOfficeParty()
Gets the value of the headOfficeParty property.- Returns:
- possible object is
PartyType
-
setHeadOfficeParty
public void setHeadOfficeParty(PartyType value)
Sets the value of the headOfficeParty property.- Parameters:
value- allowed object isPartyType
-
getShareholderParty
public List<ShareholderPartyType> getShareholderParty()
Gets the value of the shareholderParty 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
setmethod 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- Returns:
- The value of the shareholderParty property.
-
-