@CodingStyleguideUnaware public class EconomicOperatorShortListType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EconomicOperatorShortListType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLimitationDescription(LimitationDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPreSelectedParty(PartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EconomicOperatorShortListType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EconomicOperatorShortListType 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
|
ExpectedQuantityType |
getExpectedQuantity()
<pre>
<?
|
BigDecimal |
getExpectedQuantityValue()
Get the value of the contained ExpectedQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<LimitationDescriptionType> |
getLimitationDescription()
<pre>
<?
|
LimitationDescriptionType |
getLimitationDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLimitationDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumQuantityType |
getMaximumQuantity()
<pre>
<?
|
BigDecimal |
getMaximumQuantityValue()
Get the value of the contained MaximumQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MinimumQuantityType |
getMinimumQuantity()
<pre>
<?
|
BigDecimal |
getMinimumQuantityValue()
Get the value of the contained MinimumQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PartyType> |
getPreSelectedParty()
<pre>
<?
|
PartyType |
getPreSelectedPartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPreSelectedPartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLimitationDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLimitationDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPreSelectedPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPreSelectedPartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ExpectedQuantityType |
setExpectedQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setExpectedQuantity(ExpectedQuantityType value)
Sets the value of the expectedQuantity property.
|
void |
setLimitationDescription(List<LimitationDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumQuantityType |
setMaximumQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumQuantity(MaximumQuantityType value)
Sets the value of the maximumQuantity property.
|
MinimumQuantityType |
setMinimumQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMinimumQuantity(MinimumQuantityType value)
Sets the value of the minimumQuantity property.
|
void |
setPreSelectedParty(List<PartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EconomicOperatorShortListType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LimitationDescriptionType> getLimitationDescription()
LimitationDescriptionType@Nullable public ExpectedQuantityType getExpectedQuantity()
ExpectedQuantityTypepublic void setExpectedQuantity(@Nullable ExpectedQuantityType value)
value - allowed object is
ExpectedQuantityType@Nullable public MaximumQuantityType getMaximumQuantity()
MaximumQuantityTypepublic void setMaximumQuantity(@Nullable MaximumQuantityType value)
value - allowed object is
MaximumQuantityType@Nullable public MinimumQuantityType getMinimumQuantity()
MinimumQuantityTypepublic void setMinimumQuantity(@Nullable MinimumQuantityType value)
value - allowed object is
MinimumQuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PartyType> getPreSelectedParty()
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setLimitationDescription(@Nullable List<LimitationDescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setPreSelectedParty(@Nullable List<PartyType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasLimitationDescriptionEntries()
public boolean hasNoLimitationDescriptionEntries()
@Nonnegative public int getLimitationDescriptionCount()
@Nullable public LimitationDescriptionType getLimitationDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addLimitationDescription(@Nonnull LimitationDescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasPreSelectedPartyEntries()
public boolean hasNoPreSelectedPartyEntries()
@Nonnegative public int getPreSelectedPartyCount()
@Nullable public PartyType getPreSelectedPartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPreSelectedParty(@Nonnull PartyType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EconomicOperatorShortListType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EconomicOperatorShortListType clone()
@Nonnull public ExpectedQuantityType setExpectedQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumQuantityType setMaximumQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MinimumQuantityType setMinimumQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getExpectedQuantityValue()
@Nullable public BigDecimal getMaximumQuantityValue()
@Nullable public BigDecimal getMinimumQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.