@CodingStyleguideUnaware public class LotsGroupType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LotsGroupType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProcurementProjectLotReference(ProcurementProjectLotReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LotsGroupType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LotsGroupType 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
|
LotsGroupIDType |
getLotsGroupID()
Gets the value of the lotsGroupID property.
|
String |
getLotsGroupIDValue()
Get the value of the contained LotsGroupIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<ProcurementProjectLotReferenceType> |
getProcurementProjectLotReference()
Gets the value of the procurementProjectLotReference property.
|
ProcurementProjectLotReferenceType |
getProcurementProjectLotReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getProcurementProjectLotReferenceCount()
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 |
hasNoProcurementProjectLotReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasProcurementProjectLotReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLotsGroupID(LotsGroupIDType value)
Sets the value of the lotsGroupID property.
|
LotsGroupIDType |
setLotsGroupID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setProcurementProjectLotReference(List<ProcurementProjectLotReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LotsGroupType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public LotsGroupIDType getLotsGroupID()
LotsGroupIDTypepublic void setLotsGroupID(@Nullable LotsGroupIDType value)
value - allowed object is
LotsGroupIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProcurementProjectLotReferenceType> getProcurementProjectLotReference()
ProcurementProjectLotReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setProcurementProjectLotReference(@Nullable List<ProcurementProjectLotReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasProcurementProjectLotReferenceEntries()
public boolean hasNoProcurementProjectLotReferenceEntries()
@Nonnegative public int getProcurementProjectLotReferenceCount()
@Nullable public ProcurementProjectLotReferenceType getProcurementProjectLotReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addProcurementProjectLotReference(@Nonnull ProcurementProjectLotReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull LotsGroupType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LotsGroupType clone()
@Nonnull public LotsGroupIDType setLotsGroupID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2019–2021 Philip Helger. All rights reserved.