@CodingStyleguideUnaware public class ImmobilizedSecurityType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ImmobilizedSecurityType()
Default constructor<br>
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 <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
FaceValueAmountType |
getFaceValueAmount()
<pre>
<?
|
BigDecimal |
getFaceValueAmountValue()
Get the value of the contained FaceValueAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ImmobilizationCertificateIDType |
getImmobilizationCertificateID()
<pre>
<?
|
String |
getImmobilizationCertificateIDValue()
Get the value of the contained ImmobilizationCertificateIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueDateType |
getIssueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getIssueDateValue()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getIssueDateValueLocal()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getIssuerParty()
<pre>
<?
|
MarketValueAmountType |
getMarketValueAmount()
<pre>
<?
|
BigDecimal |
getMarketValueAmountValue()
Get the value of the contained MarketValueAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SecurityIDType |
getSecurityID()
<pre>
<?
|
String |
getSecurityIDValue()
Get the value of the contained SecurityIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SharesNumberQuantityType |
getSharesNumberQuantity()
<pre>
<?
|
BigDecimal |
getSharesNumberQuantityValue()
Get the value of the contained SharesNumberQuantityType object<br>
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<br>
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<br>
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueDateType |
setIssueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
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<br>
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SharesNumberQuantityType |
setSharesNumberQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
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()
ImmobilizationCertificateIDTypepublic void setImmobilizationCertificateID(@Nullable ImmobilizationCertificateIDType value)
value - allowed object is
ImmobilizationCertificateIDType@Nullable public SecurityIDType getSecurityID()
SecurityIDTypepublic void setSecurityID(@Nullable SecurityIDType value)
value - allowed object is
SecurityIDType@Nullable public IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(@Nullable IssueDateType value)
value - allowed object is
IssueDateType@Nullable public FaceValueAmountType getFaceValueAmount()
FaceValueAmountTypepublic void setFaceValueAmount(@Nullable FaceValueAmountType value)
value - allowed object is
FaceValueAmountType@Nullable public MarketValueAmountType getMarketValueAmount()
MarketValueAmountTypepublic void setMarketValueAmount(@Nullable MarketValueAmountType value)
value - allowed object is
MarketValueAmountType@Nullable public SharesNumberQuantityType getSharesNumberQuantity()
SharesNumberQuantityTypepublic void setSharesNumberQuantity(@Nullable SharesNumberQuantityType value)
value - allowed object is
SharesNumberQuantityType@Nullable public PartyType getIssuerParty()
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)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ImmobilizedSecurityType clone()
@Nonnull public FaceValueAmountType setFaceValueAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MarketValueAmountType setMarketValueAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ImmobilizationCertificateIDType setImmobilizationCertificateID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SecurityIDType setSecurityID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SharesNumberQuantityType setSharesNumberQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getImmobilizationCertificateIDValue()
@Nullable public String getSecurityIDValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getIssueDateValue()
@Nullable public LocalDate getIssueDateValueLocal()
@Nullable public BigDecimal getFaceValueAmountValue()
@Nullable public BigDecimal getMarketValueAmountValue()
@Nullable public BigDecimal getSharesNumberQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.