@CodingStyleguideUnaware public class LotDistributionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LotDistributionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupingLots(GroupingLotsType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LotDistributionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LotDistributionType 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<GroupingLotsType> |
getGroupingLots()
<pre>
<?
|
GroupingLotsType |
getGroupingLotsAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGroupingLotsCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumLotsAwardedNumericType |
getMaximumLotsAwardedNumeric()
<pre>
<?
|
BigDecimal |
getMaximumLotsAwardedNumericValue()
Get the value of the contained MaximumLotsAwardedNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumLotsSubmittedNumericType |
getMaximumLotsSubmittedNumeric()
<pre>
<?
|
BigDecimal |
getMaximumLotsSubmittedNumericValue()
Get the value of the contained MaximumLotsSubmittedNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasGroupingLotsEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoGroupingLotsEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGroupingLots(List<GroupingLotsType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MaximumLotsAwardedNumericType |
setMaximumLotsAwardedNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumLotsAwardedNumeric(MaximumLotsAwardedNumericType value)
Sets the value of the maximumLotsAwardedNumeric property.
|
MaximumLotsSubmittedNumericType |
setMaximumLotsSubmittedNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumLotsSubmittedNumeric(MaximumLotsSubmittedNumericType value)
Sets the value of the maximumLotsSubmittedNumeric property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LotDistributionType()
@Nullable public MaximumLotsAwardedNumericType getMaximumLotsAwardedNumeric()
MaximumLotsAwardedNumericTypepublic void setMaximumLotsAwardedNumeric(@Nullable MaximumLotsAwardedNumericType value)
value - allowed object is
MaximumLotsAwardedNumericType@Nullable public MaximumLotsSubmittedNumericType getMaximumLotsSubmittedNumeric()
MaximumLotsSubmittedNumericTypepublic void setMaximumLotsSubmittedNumeric(@Nullable MaximumLotsSubmittedNumericType value)
value - allowed object is
MaximumLotsSubmittedNumericType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<GroupingLotsType> getGroupingLots()
GroupingLotsTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setGroupingLots(@Nullable List<GroupingLotsType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasGroupingLotsEntries()
public boolean hasNoGroupingLotsEntries()
@Nonnegative public int getGroupingLotsCount()
@Nullable public GroupingLotsType getGroupingLotsAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addGroupingLots(@Nonnull GroupingLotsType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull LotDistributionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LotDistributionType clone()
@Nonnull public MaximumLotsAwardedNumericType setMaximumLotsAwardedNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumLotsSubmittedNumericType setMaximumLotsSubmittedNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getMaximumLotsAwardedNumericValue()
@Nullable public BigDecimal getMaximumLotsSubmittedNumericValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.