public class ReceiptLineType extends Object
Java class for ReceiptLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReceiptLineType">
<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}ReceivedQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ShortQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ShortageActionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RejectedQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RejectReasonCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RejectReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RejectActionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}QuantityDiscrepancyCode" 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:CommonBasicComponents-2}ReceivedDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimingComplaintCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimingComplaint" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OrderLineReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DespatchLineReference" maxOccurs="unbounded" minOccurs="0"/>
<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" maxOccurs="unbounded" minOccurs="0"/>
<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 List<LineReferenceType> |
despatchLineReference |
protected List<DocumentReferenceType> |
documentReference |
protected IDType |
id |
protected List<ItemType> |
item |
protected List<NoteType> |
note |
protected OrderLineReferenceType |
orderLineReference |
protected OversupplyQuantityType |
oversupplyQuantity |
protected QuantityDiscrepancyCodeType |
quantityDiscrepancyCode |
protected ReceivedDateType |
receivedDate |
protected ReceivedQuantityType |
receivedQuantity |
protected RejectActionCodeType |
rejectActionCode |
protected RejectedQuantityType |
rejectedQuantity |
protected List<RejectReasonType> |
rejectReason |
protected RejectReasonCodeType |
rejectReasonCode |
protected List<ShipmentType> |
shipment |
protected ShortageActionCodeType |
shortageActionCode |
protected ShortQuantityType |
shortQuantity |
protected TimingComplaintType |
timingComplaint |
protected TimingComplaintCodeType |
timingComplaintCode |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
ReceiptLineType() |
| Modifier and Type | Method and Description |
|---|---|
List<LineReferenceType> |
getDespatchLineReference()
Gets the value of the despatchLineReference property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
List<ItemType> |
getItem()
Gets the value of the item property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
OrderLineReferenceType |
getOrderLineReference()
Gets the value of the orderLineReference property.
|
OversupplyQuantityType |
getOversupplyQuantity()
Gets the value of the oversupplyQuantity property.
|
QuantityDiscrepancyCodeType |
getQuantityDiscrepancyCode()
Gets the value of the quantityDiscrepancyCode property.
|
ReceivedDateType |
getReceivedDate()
Gets the value of the receivedDate property.
|
ReceivedQuantityType |
getReceivedQuantity()
Gets the value of the receivedQuantity property.
|
RejectActionCodeType |
getRejectActionCode()
Gets the value of the rejectActionCode property.
|
RejectedQuantityType |
getRejectedQuantity()
Gets the value of the rejectedQuantity property.
|
List<RejectReasonType> |
getRejectReason()
Gets the value of the rejectReason property.
|
RejectReasonCodeType |
getRejectReasonCode()
Gets the value of the rejectReasonCode property.
|
List<ShipmentType> |
getShipment()
Gets the value of the shipment property.
|
ShortageActionCodeType |
getShortageActionCode()
Gets the value of the shortageActionCode property.
|
ShortQuantityType |
getShortQuantity()
Gets the value of the shortQuantity property.
|
TimingComplaintType |
getTimingComplaint()
Gets the value of the timingComplaint property.
|
TimingComplaintCodeType |
getTimingComplaintCode()
Gets the value of the timingComplaintCode property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setOrderLineReference(OrderLineReferenceType value)
Sets the value of the orderLineReference property.
|
void |
setOversupplyQuantity(OversupplyQuantityType value)
Sets the value of the oversupplyQuantity property.
|
void |
setQuantityDiscrepancyCode(QuantityDiscrepancyCodeType value)
Sets the value of the quantityDiscrepancyCode property.
|
void |
setReceivedDate(ReceivedDateType value)
Sets the value of the receivedDate property.
|
void |
setReceivedQuantity(ReceivedQuantityType value)
Sets the value of the receivedQuantity property.
|
void |
setRejectActionCode(RejectActionCodeType value)
Sets the value of the rejectActionCode property.
|
void |
setRejectedQuantity(RejectedQuantityType value)
Sets the value of the rejectedQuantity property.
|
void |
setRejectReasonCode(RejectReasonCodeType value)
Sets the value of the rejectReasonCode property.
|
void |
setShortageActionCode(ShortageActionCodeType value)
Sets the value of the shortageActionCode property.
|
void |
setShortQuantity(ShortQuantityType value)
Sets the value of the shortQuantity property.
|
void |
setTimingComplaint(TimingComplaintType value)
Sets the value of the timingComplaint property.
|
void |
setTimingComplaintCode(TimingComplaintCodeType value)
Sets the value of the timingComplaintCode property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected IDType id
protected UUIDType uuid
protected ReceivedQuantityType receivedQuantity
protected ShortQuantityType shortQuantity
protected ShortageActionCodeType shortageActionCode
protected RejectedQuantityType rejectedQuantity
protected RejectReasonCodeType rejectReasonCode
protected List<RejectReasonType> rejectReason
protected RejectActionCodeType rejectActionCode
protected QuantityDiscrepancyCodeType quantityDiscrepancyCode
protected OversupplyQuantityType oversupplyQuantity
protected ReceivedDateType receivedDate
protected TimingComplaintCodeType timingComplaintCode
protected TimingComplaintType timingComplaint
protected OrderLineReferenceType orderLineReference
protected List<LineReferenceType> despatchLineReference
protected List<DocumentReferenceType> documentReference
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 ReceivedQuantityType getReceivedQuantity()
ReceivedQuantityTypepublic void setReceivedQuantity(ReceivedQuantityType value)
value - allowed object is
ReceivedQuantityTypepublic ShortQuantityType getShortQuantity()
ShortQuantityTypepublic void setShortQuantity(ShortQuantityType value)
value - allowed object is
ShortQuantityTypepublic ShortageActionCodeType getShortageActionCode()
ShortageActionCodeTypepublic void setShortageActionCode(ShortageActionCodeType value)
value - allowed object is
ShortageActionCodeTypepublic RejectedQuantityType getRejectedQuantity()
RejectedQuantityTypepublic void setRejectedQuantity(RejectedQuantityType value)
value - allowed object is
RejectedQuantityTypepublic RejectReasonCodeType getRejectReasonCode()
RejectReasonCodeTypepublic void setRejectReasonCode(RejectReasonCodeType value)
value - allowed object is
RejectReasonCodeTypepublic List<RejectReasonType> getRejectReason()
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 rejectReason property.
For example, to add a new item, do as follows:
getRejectReason().add(newItem);
Objects of the following type(s) are allowed in the list
RejectReasonType
public RejectActionCodeType getRejectActionCode()
RejectActionCodeTypepublic void setRejectActionCode(RejectActionCodeType value)
value - allowed object is
RejectActionCodeTypepublic QuantityDiscrepancyCodeType getQuantityDiscrepancyCode()
QuantityDiscrepancyCodeTypepublic void setQuantityDiscrepancyCode(QuantityDiscrepancyCodeType value)
value - allowed object is
QuantityDiscrepancyCodeTypepublic OversupplyQuantityType getOversupplyQuantity()
OversupplyQuantityTypepublic void setOversupplyQuantity(OversupplyQuantityType value)
value - allowed object is
OversupplyQuantityTypepublic ReceivedDateType getReceivedDate()
ReceivedDateTypepublic void setReceivedDate(ReceivedDateType value)
value - allowed object is
ReceivedDateTypepublic TimingComplaintCodeType getTimingComplaintCode()
TimingComplaintCodeTypepublic void setTimingComplaintCode(TimingComplaintCodeType value)
value - allowed object is
TimingComplaintCodeTypepublic TimingComplaintType getTimingComplaint()
TimingComplaintTypepublic void setTimingComplaint(TimingComplaintType value)
value - allowed object is
TimingComplaintTypepublic OrderLineReferenceType getOrderLineReference()
OrderLineReferenceTypepublic void setOrderLineReference(OrderLineReferenceType value)
value - allowed object is
OrderLineReferenceTypepublic List<LineReferenceType> getDespatchLineReference()
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 despatchLineReference property.
For example, to add a new item, do as follows:
getDespatchLineReference().add(newItem);
Objects of the following type(s) are allowed in the list
LineReferenceType
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 List<ItemType> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ItemType
public 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.