public class InventoryReportLineType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define a line in an Inventory Report.</ccts:Definition>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
AvailabilityStatusCodeType |
getAvailabilityStatusCode()
<?
|
IDType |
getID()
<?
|
LocationType |
getInventoryLocation()
<?
|
InventoryValueAmountType |
getInventoryValueAmount()
<?
|
ItemType |
getItem()
<?
|
List<NoteType> |
getNote()
<?
|
QuantityType |
getQuantity()
<?
|
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 IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this inventory report line.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic List<NoteType> getNote()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Note. Text</ccts:DictionaryEntryName>
<ccts:Definition>Free-form text conveying information that is not contained explicitly in other structures.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the note property.
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity of the item reported that is currently in stock.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic InventoryValueAmountType getInventoryValueAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Inventory_ Value. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The value of the quantity of the item reported that is currently in stock.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Inventory</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Value</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
InventoryValueAmountTypepublic void setInventoryValueAmount(InventoryValueAmountType value)
value - allowed object is
InventoryValueAmountTypepublic AvailabilityDateType getAvailabilityDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Availability Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The date from which the goods will be available. If not present, the goods are available now.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTerm>Availability Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
AvailabilityDateTypepublic void setAvailabilityDate(AvailabilityDateType value)
value - allowed object is
AvailabilityDateTypepublic AvailabilityStatusCodeType getAvailabilityStatusCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Availability Status Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the item's level of availability.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTerm>Availability Status Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
AvailabilityStatusCodeTypepublic void setAvailabilityStatusCode(AvailabilityStatusCodeType value)
value - allowed object is
AvailabilityStatusCodeTypepublic ItemType getItem()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Item</ccts:DictionaryEntryName>
<ccts:Definition>The item associated with this inventory report line.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTerm>Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Item</ccts:RepresentationTerm>
</ccts:Component>
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic LocationType getInventoryLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Inventory Report Line. Inventory_ Location. Location</ccts:DictionaryEntryName>
<ccts:Definition>The location of the reported quantity of goods.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Inventory Report Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Inventory</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Location</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location</ccts:RepresentationTerm>
</ccts:Component>
LocationTypepublic void setInventoryLocation(LocationType value)
value - allowed object is
LocationTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.