@CodingStyleguideUnaware public class CatalogueRequestLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CatalogueRequestLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRequiredItemLocationQuantity(ItemLocationQuantityType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CatalogueRequestLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CatalogueRequestLineType 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
|
ContractSubdivisionType |
getContractSubdivision()
<pre>
<?
|
String |
getContractSubdivisionValue()
Get the value of the contained ContractSubdivisionType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ItemType |
getItem()
<pre>
<?
|
PeriodType |
getLineValidityPeriod()
<pre>
<?
|
List<NoteType> |
getNote()
<pre>
<?
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ItemLocationQuantityType> |
getRequiredItemLocationQuantity()
<pre>
<?
|
ItemLocationQuantityType |
getRequiredItemLocationQuantityAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRequiredItemLocationQuantityCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRequiredItemLocationQuantityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRequiredItemLocationQuantityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContractSubdivision(ContractSubdivisionType value)
Sets the value of the contractSubdivision property.
|
ContractSubdivisionType |
setContractSubdivision(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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 |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setLineValidityPeriod(PeriodType value)
Sets the value of the lineValidityPeriod property.
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRequiredItemLocationQuantity(List<ItemLocationQuantityType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CatalogueRequestLineType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public ContractSubdivisionType getContractSubdivision()
ContractSubdivisionTypepublic void setContractSubdivision(@Nullable ContractSubdivisionType value)
value - allowed object is
ContractSubdivisionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nullable public PeriodType getLineValidityPeriod()
PeriodTypepublic void setLineValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ItemLocationQuantityType> getRequiredItemLocationQuantity()
ItemLocationQuantityType@Nullable public ItemType getItem()
ItemTypepublic void setItem(@Nullable ItemType value)
value - allowed object is
ItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be <code>null</code>.public void setRequiredItemLocationQuantity(@Nullable List<ItemLocationQuantityType> aList)
aList - The new list member to set. May 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 hasRequiredItemLocationQuantityEntries()
public boolean hasNoRequiredItemLocationQuantityEntries()
@Nonnegative public int getRequiredItemLocationQuantityCount()
@Nullable public ItemLocationQuantityType getRequiredItemLocationQuantityAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addRequiredItemLocationQuantity(@Nonnull ItemLocationQuantityType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CatalogueRequestLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CatalogueRequestLineType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ContractSubdivisionType setContractSubdivision(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getContractSubdivisionValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.