@CodingStyleguideUnaware public class ImmobilizedSecurityType 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>Immobilized Security. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe an immobilized security to be used as a guarantee.</ccts:Definition><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass></ccts:Component>
Java class for ImmobilizedSecurityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImmobilizedSecurityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ImmobilizationCertificateID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SecurityID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FaceValueAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MarketValueAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SharesNumberQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerParty" 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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
ImmobilizedSecurityType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
ImmobilizedSecurityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ImmobilizedSecurityType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
FaceValueAmountType |
getFaceValueAmount()
<?
|
BigDecimal |
getFaceValueAmountValue()
Get the value of the contained FaceValueAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ImmobilizationCertificateIDType |
getImmobilizationCertificateID()
<?
|
String |
getImmobilizationCertificateIDValue()
Get the value of the contained ImmobilizationCertificateIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IssueDateType |
getIssueDate()
<?
|
LocalDate |
getIssueDateValue()
Get the value of the contained IssueDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PartyType |
getIssuerParty()
<?
|
MarketValueAmountType |
getMarketValueAmount()
<?
|
BigDecimal |
getMarketValueAmountValue()
Get the value of the contained MarketValueAmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SecurityIDType |
getSecurityID()
<?
|
String |
getSecurityIDValue()
Get the value of the contained SecurityIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SharesNumberQuantityType |
getSharesNumberQuantity()
<?
|
BigDecimal |
getSharesNumberQuantityValue()
Get the value of the contained SharesNumberQuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
FaceValueAmountType |
setFaceValueAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFaceValueAmount(FaceValueAmountType value)
Sets the value of the faceValueAmount property.
|
void |
setImmobilizationCertificateID(ImmobilizationCertificateIDType value)
Sets the value of the immobilizationCertificateID property.
|
ImmobilizationCertificateIDType |
setImmobilizationCertificateID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
IssueDateType |
setIssueDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
MarketValueAmountType |
setMarketValueAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMarketValueAmount(MarketValueAmountType value)
Sets the value of the marketValueAmount property.
|
void |
setSecurityID(SecurityIDType value)
Sets the value of the securityID property.
|
SecurityIDType |
setSecurityID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SharesNumberQuantityType |
setSharesNumberQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSharesNumberQuantity(SharesNumberQuantityType value)
Sets the value of the sharesNumberQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ImmobilizedSecurityType()
@Nullable public ImmobilizationCertificateIDType getImmobilizationCertificateID()
<?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>Immobilized Security. Immobilization Certificate Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the certificate of this immobilized security.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTerm>Immobilization Certificate Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
ImmobilizationCertificateIDTypepublic void setImmobilizationCertificateID(@Nullable ImmobilizationCertificateIDType value)
value - allowed object is
ImmobilizationCertificateIDType@Nullable public SecurityIDType getSecurityID()
<?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>Immobilized Security. Security Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the security being immobilized.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTerm>Security Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
SecurityIDTypepublic void setSecurityID(@Nullable SecurityIDType value)
value - allowed object is
SecurityIDType@Nullable public IssueDateType getIssueDate()
<?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>Immobilized Security. Issue Date. Date</ccts:DictionaryEntryName><ccts:Definition>The date on which this immobilized security was issued.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTerm>Issue Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
IssueDateTypepublic void setIssueDate(@Nullable IssueDateType value)
value - allowed object is
IssueDateType@Nullable public FaceValueAmountType getFaceValueAmount()
<?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>Immobilized Security. Face Value. Amount</ccts:DictionaryEntryName><ccts:Definition>The value of the security on the day it was immobilized.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTerm>Face Value</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
FaceValueAmountTypepublic void setFaceValueAmount(@Nullable FaceValueAmountType value)
value - allowed object is
FaceValueAmountType@Nullable public MarketValueAmountType getMarketValueAmount()
<?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>Immobilized Security. Market Value. Amount</ccts:DictionaryEntryName><ccts:Definition>The current market value of the immobilized security.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTerm>Market Value</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></ccts:Component>
MarketValueAmountTypepublic void setMarketValueAmount(@Nullable MarketValueAmountType value)
value - allowed object is
MarketValueAmountType@Nullable public SharesNumberQuantityType getSharesNumberQuantity()
<?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>Immobilized Security. Shares Number. Quantity</ccts:DictionaryEntryName><ccts:Definition>The number of shares immobilized.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTerm>Shares Number</ccts:PropertyTerm><ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm><ccts:DataType>Quantity. Type</ccts:DataType></ccts:Component>
SharesNumberQuantityTypepublic void setSharesNumberQuantity(@Nullable SharesNumberQuantityType value)
value - allowed object is
SharesNumberQuantityType@Nullable public PartyType getIssuerParty()
<?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>Immobilized Security. Issuer_ Party. Party</ccts:DictionaryEntryName><ccts:Definition>The party issuing the immobilized security certificate.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Immobilized Security</ccts:ObjectClass><ccts:PropertyTermQualifier>Issuer</ccts:PropertyTermQualifier><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Party</ccts:RepresentationTerm></ccts:Component>
PartyTypepublic void setIssuerParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ImmobilizedSecurityType 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 ImmobilizedSecurityType clone()
@Nonnull public FaceValueAmountType setFaceValueAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MarketValueAmountType setMarketValueAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IssueDateType setIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ImmobilizationCertificateIDType setImmobilizationCertificateID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SecurityIDType setSecurityID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SharesNumberQuantityType setSharesNumberQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getImmobilizationCertificateIDValue()
null@Nullable public String getSecurityIDValue()
null@Nullable public LocalDate getIssueDateValue()
null@Nullable public BigDecimal getFaceValueAmountValue()
null@Nullable public BigDecimal getMarketValueAmountValue()
null@Nullable public BigDecimal getSharesNumberQuantityValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.