@CodingStyleguideUnaware public class PartyLegalEntityType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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>Party Legal Entity. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a party as a legal entity.</ccts:Definition><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass></ccts:Component>
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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
PartyLegalEntityType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addShareholderParty(ShareholderPartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyLegalEntityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PartyLegalEntityType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CompanyIDType |
getCompanyID()
<?
|
String |
getCompanyIDValue()
Get the value of the contained CompanyIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CompanyLegalFormType |
getCompanyLegalForm()
<?
|
CompanyLegalFormCodeType |
getCompanyLegalFormCode()
<?
|
String |
getCompanyLegalFormCodeValue()
Get the value of the contained CompanyLegalFormCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getCompanyLegalFormValue()
Get the value of the contained CompanyLegalFormType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CompanyLiquidationStatusCodeType |
getCompanyLiquidationStatusCode()
<?
|
String |
getCompanyLiquidationStatusCodeValue()
Get the value of the contained CompanyLiquidationStatusCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CorporateRegistrationSchemeType |
getCorporateRegistrationScheme()
<?
|
CorporateStockAmountType |
getCorporateStockAmount()
<?
|
BigDecimal |
getCorporateStockAmountValue()
Get the value of the contained CorporateStockAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
FullyPaidSharesIndicatorType |
getFullyPaidSharesIndicator()
<?
|
PartyType |
getHeadOfficeParty()
<?
|
AddressType |
getRegistrationAddress()
<?
|
RegistrationDateType |
getRegistrationDate()
<?
|
LocalDate |
getRegistrationDateValue()
Get the value of the contained RegistrationDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RegistrationExpirationDateType |
getRegistrationExpirationDate()
<?
|
LocalDate |
getRegistrationExpirationDateValue()
Get the value of the contained RegistrationExpirationDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RegistrationNameType |
getRegistrationName()
<?
|
String |
getRegistrationNameValue()
Get the value of the contained RegistrationNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<ShareholderPartyType> |
getShareholderParty()
<?
|
ShareholderPartyType |
getShareholderPartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getShareholderPartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SoleProprietorshipIndicatorType |
getSoleProprietorshipIndicator()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoShareholderPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasShareholderPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isFullyPaidSharesIndicatorValue(boolean nullValue)
Get the value of the contained FullyPaidSharesIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
isSoleProprietorshipIndicatorValue(boolean nullValue)
Get the value of the contained SoleProprietorshipIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCompanyID(CompanyIDType value)
Sets the value of the companyID property.
|
CompanyIDType |
setCompanyID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCompanyLegalForm(CompanyLegalFormType value)
Sets the value of the companyLegalForm property.
|
CompanyLegalFormType |
setCompanyLegalForm(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCompanyLegalFormCode(CompanyLegalFormCodeType value)
Sets the value of the companyLegalFormCode property.
|
CompanyLegalFormCodeType |
setCompanyLegalFormCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCompanyLiquidationStatusCode(CompanyLiquidationStatusCodeType value)
Sets the value of the companyLiquidationStatusCode property.
|
CompanyLiquidationStatusCodeType |
setCompanyLiquidationStatusCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCorporateRegistrationScheme(CorporateRegistrationSchemeType value)
Sets the value of the corporateRegistrationScheme property.
|
CorporateStockAmountType |
setCorporateStockAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCorporateStockAmount(CorporateStockAmountType value)
Sets the value of the corporateStockAmount property.
|
FullyPaidSharesIndicatorType |
setFullyPaidSharesIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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.
|
RegistrationDateType |
setRegistrationDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRegistrationDate(RegistrationDateType value)
Sets the value of the registrationDate property.
|
RegistrationExpirationDateType |
setRegistrationExpirationDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRegistrationExpirationDate(RegistrationExpirationDateType value)
Sets the value of the registrationExpirationDate property.
|
void |
setRegistrationName(RegistrationNameType value)
Sets the value of the registrationName property.
|
RegistrationNameType |
setRegistrationName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setShareholderParty(List<ShareholderPartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SoleProprietorshipIndicatorType |
setSoleProprietorshipIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSoleProprietorshipIndicator(SoleProprietorshipIndicatorType value)
Sets the value of the soleProprietorshipIndicator property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PartyLegalEntityType()
@Nullable public RegistrationNameType getRegistrationName()
<?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>Party Legal Entity. Registration_ Name. Name</ccts:DictionaryEntryName><ccts:Definition>The name of the party as registered with the relevant legal authority.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType><ccts:Examples>Microsoft Corporation </ccts:Examples></ccts:Component>
RegistrationNameTypepublic void setRegistrationName(@Nullable RegistrationNameType value)
value - allowed object is
RegistrationNameType@Nullable public CompanyIDType getCompanyID()
<?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>Party Legal Entity. Company Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the party as registered within a company registration scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Company Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Business Registration Number, Company Number</ccts:AlternativeBusinessTerms><ccts:Examples>3556625 </ccts:Examples></ccts:Component>
CompanyIDTypepublic void setCompanyID(@Nullable CompanyIDType value)
value - allowed object is
CompanyIDType@Nullable public RegistrationDateType getRegistrationDate()
<?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>Party Legal Entity. Registration_ Date. Date</ccts:DictionaryEntryName><ccts:Definition>The registration date of the CompanyID.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
RegistrationDateTypepublic void setRegistrationDate(@Nullable RegistrationDateType value)
value - allowed object is
RegistrationDateType@Nullable public RegistrationExpirationDateType getRegistrationExpirationDate()
<?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>Party Legal Entity. Registration Expiration_ Date. Date</ccts:DictionaryEntryName><ccts:Definition>The date upon which a registration expires (e.g., registration for an import/export license).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration Expiration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
RegistrationExpirationDateTypepublic void setRegistrationExpirationDate(@Nullable RegistrationExpirationDateType value)
value - allowed object is
RegistrationExpirationDateType@Nullable public CompanyLegalFormCodeType getCompanyLegalFormCode()
<?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>Party Legal Entity. Company Legal Form Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the party's legal status.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Company Legal Form Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Legal Status</ccts:AlternativeBusinessTerms></ccts:Component>
CompanyLegalFormCodeTypepublic void setCompanyLegalFormCode(@Nullable CompanyLegalFormCodeType value)
value - allowed object is
CompanyLegalFormCodeType@Nullable public CompanyLegalFormType getCompanyLegalForm()
<?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>Party Legal Entity. Company Legal Form. Text</ccts:DictionaryEntryName><ccts:Definition>The company legal status, expressed as a text.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Company Legal Form</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>
CompanyLegalFormTypepublic void setCompanyLegalForm(@Nullable CompanyLegalFormType value)
value - allowed object is
CompanyLegalFormType@Nullable public SoleProprietorshipIndicatorType getSoleProprietorshipIndicator()
<?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>Party Legal Entity. Sole Proprietorship Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>An indicator that the company is owned and controlled by one person (true) or not (false).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Sole Proprietorship Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
SoleProprietorshipIndicatorTypepublic void setSoleProprietorshipIndicator(@Nullable SoleProprietorshipIndicatorType value)
value - allowed object is
SoleProprietorshipIndicatorType@Nullable public CompanyLiquidationStatusCodeType getCompanyLiquidationStatusCode()
<?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>Party Legal Entity. Company Liquidation Status Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the party's liquidation status.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Company Liquidation Status Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
CompanyLiquidationStatusCodeTypepublic void setCompanyLiquidationStatusCode(@Nullable CompanyLiquidationStatusCodeType value)
value - allowed object is
CompanyLiquidationStatusCodeType@Nullable public CorporateStockAmountType getCorporateStockAmount()
<?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>Party Legal Entity. Corporate Stock_ Amount. Amount</ccts:DictionaryEntryName><ccts:Definition>The number of shares in the capital stock of a corporation.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Corporate Stock</ccts:PropertyTermQualifier><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
CorporateStockAmountTypepublic void setCorporateStockAmount(@Nullable CorporateStockAmountType value)
value - allowed object is
CorporateStockAmountType@Nullable public FullyPaidSharesIndicatorType getFullyPaidSharesIndicator()
<?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>Party Legal Entity. Fully Paid Shares Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>An indicator that all shares of corporate stock have been paid by shareholders (true) or not (false).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Fully Paid Shares Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
FullyPaidSharesIndicatorTypepublic void setFullyPaidSharesIndicator(@Nullable FullyPaidSharesIndicatorType value)
value - allowed object is
FullyPaidSharesIndicatorType@Nullable public AddressType getRegistrationAddress()
<?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>Party Legal Entity. Registration_ Address. Address</ccts:DictionaryEntryName><ccts:Definition>The registered address of the party within a corporate registration scheme.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Address</ccts:PropertyTerm><ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Address</ccts:RepresentationTerm></ccts:Component>
AddressTypepublic void setRegistrationAddress(@Nullable AddressType value)
value - allowed object is
AddressType@Nullable public CorporateRegistrationSchemeType getCorporateRegistrationScheme()
<?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>Party Legal Entity. Corporate Registration Scheme</ccts:DictionaryEntryName><ccts:Definition>The corporate registration scheme used to register the party.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Corporate Registration Scheme</ccts:PropertyTerm><ccts:AssociatedObjectClass>Corporate Registration Scheme</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Corporate Registration Scheme</ccts:RepresentationTerm></ccts:Component>
CorporateRegistrationSchemeTypepublic void setCorporateRegistrationScheme(@Nullable CorporateRegistrationSchemeType value)
value - allowed object is
CorporateRegistrationSchemeType@Nullable public PartyType getHeadOfficeParty()
<?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>Party Legal Entity. Head Office_ Party. Party</ccts:DictionaryEntryName><ccts:Definition>The head office of the legal entity</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTermQualifier>Head Office</ccts:PropertyTermQualifier><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Party</ccts:RepresentationTerm></ccts:Component>
PartyTypepublic void setHeadOfficeParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ShareholderPartyType> getShareholderParty()
<?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>Party Legal Entity. Shareholder Party</ccts:DictionaryEntryName><ccts:Definition>A party owning shares in this legal entity.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Party Legal Entity</ccts:ObjectClass><ccts:PropertyTerm>Shareholder Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Shareholder Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Shareholder Party</ccts:RepresentationTerm></ccts:Component>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 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
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setShareholderParty(@Nullable List<ShareholderPartyType> aList)
aList - The new list member to set. May be null.public boolean hasShareholderPartyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoShareholderPartyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getShareholderPartyCount()
@Nullable public ShareholderPartyType getShareholderPartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addShareholderParty(@Nonnull ShareholderPartyType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PartyLegalEntityType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public PartyLegalEntityType clone()
@Nonnull public CorporateStockAmountType setCorporateStockAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CompanyLegalFormCodeType setCompanyLegalFormCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CompanyLiquidationStatusCodeType setCompanyLiquidationStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RegistrationDateType setRegistrationDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RegistrationExpirationDateType setRegistrationExpirationDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CompanyIDType setCompanyID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SoleProprietorshipIndicatorType setSoleProprietorshipIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public FullyPaidSharesIndicatorType setFullyPaidSharesIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public CompanyLegalFormType setCompanyLegalForm(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RegistrationNameType setRegistrationName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getRegistrationNameValue()
null@Nullable public String getCompanyIDValue()
null@Nullable public LocalDate getRegistrationDateValue()
null@Nullable public LocalDate getRegistrationExpirationDateValue()
null@Nullable public String getCompanyLegalFormCodeValue()
null@Nullable public String getCompanyLegalFormValue()
nullpublic boolean isSoleProprietorshipIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is null@Nullable public String getCompanyLiquidationStatusCodeValue()
null@Nullable public BigDecimal getCorporateStockAmountValue()
nullpublic boolean isFullyPaidSharesIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is nullCopyright © 2014–2020 Philip Helger. All rights reserved.