@CodingStyleguideUnaware public class ShareholderPartyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ShareholderPartyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ShareholderPartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ShareholderPartyType 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
|
PartecipationPercentType |
getPartecipationPercent()
<pre>
<?
|
BigDecimal |
getPartecipationPercentValue()
Get the value of the contained PartecipationPercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getParty()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
PartecipationPercentType |
setPartecipationPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPartecipationPercent(PartecipationPercentType value)
Sets the value of the partecipationPercent property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ShareholderPartyType()
@Nullable public PartecipationPercentType getPartecipationPercent()
PartecipationPercentTypepublic void setPartecipationPercent(@Nullable PartecipationPercentType value)
value - allowed object is
PartecipationPercentType@Nullable public PartyType getParty()
PartyTypepublic void setParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ShareholderPartyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ShareholderPartyType clone()
@Nonnull public PartecipationPercentType setPartecipationPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getPartecipationPercentValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.