@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 |
|---|---|
void |
addPartyType(PartyTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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
|
List<PartyTypeType> |
getPartyType()
Gets the value of the partyType property.
|
PartyTypeType |
getPartyTypeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyTypeCodeType |
getPartyTypeCode()
Gets the value of the partyTypeCode property.
|
String |
getPartyTypeCodeValue()
Get the value of the contained PartyTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getPartyTypeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoPartyTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPartyTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPartyType(List<PartyTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ContractingPartyTypeType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public PartyTypeCodeType getPartyTypeCode()
PartyTypeCodeTypepublic void setPartyTypeCode(@Nullable PartyTypeCodeType value)
value - allowed object is
PartyTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PartyTypeType> getPartyType()
PartyTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPartyType(@Nullable List<PartyTypeType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPartyTypeEntries()
public boolean hasNoPartyTypeEntries()
@Nonnegative public int getPartyTypeCount()
@Nullable public PartyTypeType getPartyTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPartyType(@Nonnull PartyTypeType elem)
elem - The element to be added. May not be <code>null</code>.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>.Copyright © 2019–2021 Philip Helger. All rights reserved.