@CodingStyleguideUnaware public class InventoryReportLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
InventoryReportLineType()
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
|
InventoryReportLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(InventoryReportLineType 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
|
AvailabilityDateType |
getAvailabilityDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getAvailabilityDateValue()
Get the value of the contained AvailabilityDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getAvailabilityDateValueLocal()
Get the value of the contained AvailabilityDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
AvailabilityStatusCodeType |
getAvailabilityStatusCode()
<pre>
<?
|
String |
getAvailabilityStatusCodeValue()
Get the value of the contained AvailabilityStatusCodeType 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
|
LocationType |
getInventoryLocation()
<pre>
<?
|
InventoryValueAmountType |
getInventoryValueAmount()
<pre>
<?
|
BigDecimal |
getInventoryValueAmountValue()
Get the value of the contained InventoryValueAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ItemType |
getItem()
<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
|
QuantityType |
getQuantity()
<pre>
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAvailabilityDate(AvailabilityDateType value)
Sets the value of the availabilityDate property.
|
AvailabilityDateType |
setAvailabilityDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
AvailabilityDateType |
setAvailabilityDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAvailabilityStatusCode(AvailabilityStatusCodeType value)
Sets the value of the availabilityStatusCode property.
|
AvailabilityStatusCodeType |
setAvailabilityStatusCode(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 |
setInventoryLocation(LocationType value)
Sets the value of the inventoryLocation property.
|
InventoryValueAmountType |
setInventoryValueAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setInventoryValueAmount(InventoryValueAmountType value)
Sets the value of the inventoryValueAmount property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public InventoryReportLineType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public InventoryValueAmountType getInventoryValueAmount()
InventoryValueAmountTypepublic void setInventoryValueAmount(@Nullable InventoryValueAmountType value)
value - allowed object is
InventoryValueAmountType@Nullable public AvailabilityDateType getAvailabilityDate()
AvailabilityDateTypepublic void setAvailabilityDate(@Nullable AvailabilityDateType value)
value - allowed object is
AvailabilityDateType@Nullable public AvailabilityStatusCodeType getAvailabilityStatusCode()
AvailabilityStatusCodeTypepublic void setAvailabilityStatusCode(@Nullable AvailabilityStatusCodeType value)
value - allowed object is
AvailabilityStatusCodeType@Nullable public ItemType getItem()
ItemTypepublic void setItem(@Nullable ItemType value)
value - allowed object is
ItemType@Nullable public LocationType getInventoryLocation()
LocationTypepublic void setInventoryLocation(@Nullable LocationType value)
value - allowed object is
LocationTypepublic 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 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 void cloneTo(@Nonnull InventoryReportLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public InventoryReportLineType clone()
@Nonnull public InventoryValueAmountType setInventoryValueAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AvailabilityStatusCodeType setAvailabilityStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AvailabilityDateType setAvailabilityDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AvailabilityDateType setAvailabilityDate(@Nullable LocalDate 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>.@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public BigDecimal getQuantityValue()
@Nullable public BigDecimal getInventoryValueAmountValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getAvailabilityDateValue()
@Nullable public LocalDate getAvailabilityDateValueLocal()
@Nullable public String getAvailabilityStatusCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.