public class StockAvailabilityReportLineType extends Object
Java class for StockAvailabilityReportLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StockAvailabilityReportLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValueAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AvailabilityDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AvailabilityStatusCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Item"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AvailabilityDateType |
availabilityDate |
protected AvailabilityStatusCodeType |
availabilityStatusCode |
protected IDType |
id |
protected ItemType |
item |
protected List<NoteType> |
note |
protected QuantityType |
quantity |
protected ValueAmountType |
valueAmount |
| Constructor and Description |
|---|
StockAvailabilityReportLineType() |
| Modifier and Type | Method and Description |
|---|---|
AvailabilityDateType |
getAvailabilityDate()
Gets the value of the availabilityDate property.
|
AvailabilityStatusCodeType |
getAvailabilityStatusCode()
Gets the value of the availabilityStatusCode property.
|
IDType |
getID()
Gets the value of the id property.
|
ItemType |
getItem()
Gets the value of the item property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
ValueAmountType |
getValueAmount()
Gets the value of the valueAmount property.
|
void |
setAvailabilityDate(AvailabilityDateType value)
Sets the value of the availabilityDate property.
|
void |
setAvailabilityStatusCode(AvailabilityStatusCodeType value)
Sets the value of the availabilityStatusCode property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setValueAmount(ValueAmountType value)
Sets the value of the valueAmount property.
|
protected IDType id
protected QuantityType quantity
protected ValueAmountType valueAmount
protected AvailabilityDateType availabilityDate
protected AvailabilityStatusCodeType availabilityStatusCode
protected ItemType item
public void setID(IDType value)
value - allowed object is
IDTypepublic List<NoteType> getNote()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic ValueAmountType getValueAmount()
ValueAmountTypepublic void setValueAmount(ValueAmountType value)
value - allowed object is
ValueAmountTypepublic AvailabilityDateType getAvailabilityDate()
AvailabilityDateTypepublic void setAvailabilityDate(AvailabilityDateType value)
value - allowed object is
AvailabilityDateTypepublic AvailabilityStatusCodeType getAvailabilityStatusCode()
AvailabilityStatusCodeTypepublic void setAvailabilityStatusCode(AvailabilityStatusCodeType value)
value - allowed object is
AvailabilityStatusCodeTypepublic ItemType getItem()
ItemTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.