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