@CodingStyleguideUnaware public class ContractingPartyTypeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ContractingPartyTypeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ContractingPartyTypeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ContractingPartyTypeType 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
|
PartyTypeType |
getPartyType()
<pre>
<?
|
PartyTypeCodeType |
getPartyTypeCode()
<pre>
<?
|
String |
getPartyTypeCodeValue()
Get the value of the contained PartyTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getPartyTypeValue()
Get the value of the contained PartyTypeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setPartyType(PartyTypeType value)
Sets the value of the partyType property.
|
PartyTypeType |
setPartyType(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPartyTypeCode(PartyTypeCodeType value)
Sets the value of the partyTypeCode property.
|
PartyTypeCodeType |
setPartyTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingPartyTypeType()
@Nullable public PartyTypeCodeType getPartyTypeCode()
PartyTypeCodeTypepublic void setPartyTypeCode(@Nullable PartyTypeCodeType value)
value - allowed object is
PartyTypeCodeType@Nullable public PartyTypeType getPartyType()
PartyTypeTypepublic void setPartyType(@Nullable PartyTypeType value)
value - allowed object is
PartyTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ContractingPartyTypeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ContractingPartyTypeType clone()
@Nonnull public PartyTypeCodeType setPartyTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PartyTypeType setPartyType(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getPartyTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.