@CodingStyleguideUnaware public class StockAvailabilityReportLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
StockAvailabilityReportLineType()
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
|
StockAvailabilityReportLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(StockAvailabilityReportLineType 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
|
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
|
ValueAmountType |
getValueAmount()
<pre>
<?
|
BigDecimal |
getValueAmountValue()
Get the value of the contained ValueAmountType 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 |
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.
|
ValueAmountType |
setValueAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValueAmount(ValueAmountType value)
Sets the value of the valueAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public StockAvailabilityReportLineType()
@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 ValueAmountType getValueAmount()
ValueAmountTypepublic void setValueAmount(@Nullable ValueAmountType value)
value - allowed object is
ValueAmountType@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
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 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 StockAvailabilityReportLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public StockAvailabilityReportLineType clone()
@Nonnull public ValueAmountType setValueAmount(@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 getValueAmountValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getAvailabilityDateValue()
@Nullable public LocalDate getAvailabilityDateValueLocal()
@Nullable public String getAvailabilityStatusCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.