@CodingStyleguideUnaware public class EconomicOperatorPartyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EconomicOperatorPartyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addQualifyingParty(QualifyingPartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EconomicOperatorPartyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EconomicOperatorPartyType 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
|
EconomicOperatorRoleType |
getEconomicOperatorRole()
<pre>
<?
|
PartyType |
getParty()
<pre>
<?
|
List<QualifyingPartyType> |
getQualifyingParty()
<pre>
<?
|
QualifyingPartyType |
getQualifyingPartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getQualifyingPartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoQualifyingPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasQualifyingPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEconomicOperatorRole(EconomicOperatorRoleType value)
Sets the value of the economicOperatorRole property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setQualifyingParty(List<QualifyingPartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EconomicOperatorPartyType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<QualifyingPartyType> getQualifyingParty()
QualifyingPartyType@Nullable public EconomicOperatorRoleType getEconomicOperatorRole()
EconomicOperatorRoleTypepublic void setEconomicOperatorRole(@Nullable EconomicOperatorRoleType value)
value - allowed object is
EconomicOperatorRoleType@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 setQualifyingParty(@Nullable List<QualifyingPartyType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasQualifyingPartyEntries()
public boolean hasNoQualifyingPartyEntries()
@Nonnegative public int getQualifyingPartyCount()
@Nullable public QualifyingPartyType getQualifyingPartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addQualifyingParty(@Nonnull QualifyingPartyType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EconomicOperatorPartyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EconomicOperatorPartyType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.