public class InventoryReportLineType extends Object
Java class for InventoryReportLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryReportLineType">
<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}InventoryValueAmount" 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"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InventoryLocation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AvailabilityDateType |
availabilityDate |
protected AvailabilityStatusCodeType |
availabilityStatusCode |
protected IDType |
id |
protected LocationType |
inventoryLocation |
protected InventoryValueAmountType |
inventoryValueAmount |
protected ItemType |
item |
protected List<NoteType> |
note |
protected QuantityType |
quantity |
| Constructor and Description |
|---|
InventoryReportLineType() |
| 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.
|
LocationType |
getInventoryLocation()
Gets the value of the inventoryLocation property.
|
InventoryValueAmountType |
getInventoryValueAmount()
Gets the value of the inventoryValueAmount 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.
|
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 |
setInventoryLocation(LocationType value)
Sets the value of the inventoryLocation property.
|
void |
setInventoryValueAmount(InventoryValueAmountType value)
Sets the value of the inventoryValueAmount property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
protected IDType id
protected QuantityType quantity
protected InventoryValueAmountType inventoryValueAmount
protected AvailabilityDateType availabilityDate
protected AvailabilityStatusCodeType availabilityStatusCode
protected ItemType item
protected LocationType inventoryLocation
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 InventoryValueAmountType getInventoryValueAmount()
InventoryValueAmountTypepublic void setInventoryValueAmount(InventoryValueAmountType value)
value - allowed object is
InventoryValueAmountTypepublic 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()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic LocationType getInventoryLocation()
LocationTypepublic void setInventoryLocation(LocationType value)
value - allowed object is
LocationTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.