public class DespatchLineType extends Object
Java class for DespatchLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DespatchLineType">
<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}UUID" minOccurs="0"/>
<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}LineStatusCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DeliveredQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BackorderQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BackorderReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OutstandingQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OutstandingReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OversupplyQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OrderLineReference" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" 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}Shipment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BackorderQuantityType |
backorderQuantity |
protected List<BackorderReasonType> |
backorderReason |
protected DeliveredQuantityType |
deliveredQuantity |
protected List<DocumentReferenceType> |
documentReference |
protected IDType |
id |
protected ItemType |
item |
protected LineStatusCodeType |
lineStatusCode |
protected List<NoteType> |
note |
protected List<OrderLineReferenceType> |
orderLineReference |
protected OutstandingQuantityType |
outstandingQuantity |
protected List<OutstandingReasonType> |
outstandingReason |
protected OversupplyQuantityType |
oversupplyQuantity |
protected List<ShipmentType> |
shipment |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
DespatchLineType() |
| Modifier and Type | Method and Description |
|---|---|
BackorderQuantityType |
getBackorderQuantity()
Gets the value of the backorderQuantity property.
|
List<BackorderReasonType> |
getBackorderReason()
Gets the value of the backorderReason property.
|
DeliveredQuantityType |
getDeliveredQuantity()
Gets the value of the deliveredQuantity property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
ItemType |
getItem()
Gets the value of the item property.
|
LineStatusCodeType |
getLineStatusCode()
Gets the value of the lineStatusCode property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
List<OrderLineReferenceType> |
getOrderLineReference()
Gets the value of the orderLineReference property.
|
OutstandingQuantityType |
getOutstandingQuantity()
Gets the value of the outstandingQuantity property.
|
List<OutstandingReasonType> |
getOutstandingReason()
Gets the value of the outstandingReason property.
|
OversupplyQuantityType |
getOversupplyQuantity()
Gets the value of the oversupplyQuantity property.
|
List<ShipmentType> |
getShipment()
Gets the value of the shipment property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setBackorderQuantity(BackorderQuantityType value)
Sets the value of the backorderQuantity property.
|
void |
setDeliveredQuantity(DeliveredQuantityType value)
Sets the value of the deliveredQuantity property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setLineStatusCode(LineStatusCodeType value)
Sets the value of the lineStatusCode property.
|
void |
setOutstandingQuantity(OutstandingQuantityType value)
Sets the value of the outstandingQuantity property.
|
void |
setOversupplyQuantity(OversupplyQuantityType value)
Sets the value of the oversupplyQuantity property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected IDType id
protected UUIDType uuid
protected LineStatusCodeType lineStatusCode
protected DeliveredQuantityType deliveredQuantity
protected BackorderQuantityType backorderQuantity
protected List<BackorderReasonType> backorderReason
protected OutstandingQuantityType outstandingQuantity
protected List<OutstandingReasonType> outstandingReason
protected OversupplyQuantityType oversupplyQuantity
protected List<OrderLineReferenceType> orderLineReference
protected List<DocumentReferenceType> documentReference
protected ItemType item
protected List<ShipmentType> shipment
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic 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 LineStatusCodeType getLineStatusCode()
LineStatusCodeTypepublic void setLineStatusCode(LineStatusCodeType value)
value - allowed object is
LineStatusCodeTypepublic DeliveredQuantityType getDeliveredQuantity()
DeliveredQuantityTypepublic void setDeliveredQuantity(DeliveredQuantityType value)
value - allowed object is
DeliveredQuantityTypepublic BackorderQuantityType getBackorderQuantity()
BackorderQuantityTypepublic void setBackorderQuantity(BackorderQuantityType value)
value - allowed object is
BackorderQuantityTypepublic List<BackorderReasonType> getBackorderReason()
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 backorderReason property.
For example, to add a new item, do as follows:
getBackorderReason().add(newItem);
Objects of the following type(s) are allowed in the list
BackorderReasonType
public OutstandingQuantityType getOutstandingQuantity()
OutstandingQuantityTypepublic void setOutstandingQuantity(OutstandingQuantityType value)
value - allowed object is
OutstandingQuantityTypepublic List<OutstandingReasonType> getOutstandingReason()
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 outstandingReason property.
For example, to add a new item, do as follows:
getOutstandingReason().add(newItem);
Objects of the following type(s) are allowed in the list
OutstandingReasonType
public OversupplyQuantityType getOversupplyQuantity()
OversupplyQuantityTypepublic void setOversupplyQuantity(OversupplyQuantityType value)
value - allowed object is
OversupplyQuantityTypepublic List<OrderLineReferenceType> getOrderLineReference()
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 orderLineReference property.
For example, to add a new item, do as follows:
getOrderLineReference().add(newItem);
Objects of the following type(s) are allowed in the list
OrderLineReferenceType
public List<DocumentReferenceType> getDocumentReference()
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 documentReference property.
For example, to add a new item, do as follows:
getDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
public ItemType getItem()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic List<ShipmentType> getShipment()
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 shipment property.
For example, to add a new item, do as follows:
getShipment().add(newItem);
Objects of the following type(s) are allowed in the list
ShipmentType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.