@CodingStyleguideUnaware public class ProcurementAdditionalTypeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ProcurementAdditionalTypeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProcurementType(ProcurementTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProcurementAdditionalTypeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ProcurementAdditionalTypeType 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<ProcurementTypeType> |
getProcurementType()
Gets the value of the procurementType property.
|
ProcurementTypeType |
getProcurementTypeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProcurementTypeCodeType |
getProcurementTypeCode()
Gets the value of the procurementTypeCode property.
|
String |
getProcurementTypeCodeValue()
Get the value of the contained ProcurementTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getProcurementTypeCount()
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 |
hasNoProcurementTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasProcurementTypeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setProcurementType(List<ProcurementTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setProcurementTypeCode(ProcurementTypeCodeType value)
Sets the value of the procurementTypeCode property.
|
ProcurementTypeCodeType |
setProcurementTypeCode(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 ProcurementAdditionalTypeType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public ProcurementTypeCodeType getProcurementTypeCode()
ProcurementTypeCodeTypepublic void setProcurementTypeCode(@Nullable ProcurementTypeCodeType value)
value - allowed object is
ProcurementTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProcurementTypeType> getProcurementType()
ProcurementTypeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setProcurementType(@Nullable List<ProcurementTypeType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasProcurementTypeEntries()
public boolean hasNoProcurementTypeEntries()
@Nonnegative public int getProcurementTypeCount()
@Nullable public ProcurementTypeType getProcurementTypeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addProcurementType(@Nonnull ProcurementTypeType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ProcurementAdditionalTypeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ProcurementAdditionalTypeType clone()
@Nonnull public ProcurementTypeCodeType setProcurementTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getProcurementTypeCodeValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.