@CodingStyleguideUnaware public class GoodsProcessingType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
GoodsProcessingType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCriterionItem(CriterionItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubGoodsProcessing(GoodsProcessingType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
GoodsProcessingType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(GoodsProcessingType 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<CriterionItemType> |
getCriterionItem()
Gets the value of the criterionItem property.
|
CriterionItemType |
getCriterionItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCriterionItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
PartyType |
getProcessingParty()
Gets the value of the processingParty property.
|
List<GoodsProcessingType> |
getSubGoodsProcessing()
Gets the value of the subGoodsProcessing property.
|
GoodsProcessingType |
getSubGoodsProcessingAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubGoodsProcessingCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TypeCodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained TypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
boolean |
hasCriterionItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCriterionItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubGoodsProcessingEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubGoodsProcessingEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCriterionItem(List<CriterionItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setProcessingParty(PartyType value)
Sets the value of the processingParty property.
|
void |
setSubGoodsProcessing(List<GoodsProcessingType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TypeCodeType |
setTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTypeCode(TypeCodeType value)
Sets the value of the typeCode property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public GoodsProcessingType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public TypeCodeType getTypeCode()
TypeCodeTypepublic void setTypeCode(@Nullable TypeCodeType value)
value - allowed object is
TypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PartyType getProcessingParty()
PartyTypepublic void setProcessingParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CriterionItemType> getCriterionItem()
CriterionItemType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<GoodsProcessingType> getSubGoodsProcessing()
GoodsProcessingTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be <code>null</code>.public void setCriterionItem(@Nullable List<CriterionItemType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSubGoodsProcessing(@Nullable List<GoodsProcessingType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasNoteEntries()
public boolean hasNoNoteEntries()
@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasCriterionItemEntries()
public boolean hasNoCriterionItemEntries()
@Nonnegative public int getCriterionItemCount()
@Nullable public CriterionItemType getCriterionItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCriterionItem(@Nonnull CriterionItemType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSubGoodsProcessingEntries()
public boolean hasNoSubGoodsProcessingEntries()
@Nonnegative public int getSubGoodsProcessingCount()
@Nullable public GoodsProcessingType getSubGoodsProcessingAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSubGoodsProcessing(@Nonnull GoodsProcessingType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull GoodsProcessingType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public GoodsProcessingType clone()
@Nonnull public TypeCodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.