public class QuotationLineType extends Object
Java class for QuotationLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuotationLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" 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}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineExtensionAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalTaxAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RequestForQuotationLineID" 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}LineItem"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerProposedSubstituteLineItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AlternativeLineItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequestLineReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LineItemType> |
alternativeLineItem |
protected List<DocumentReferenceType> |
documentReference |
protected IDType |
id |
protected LineExtensionAmountType |
lineExtensionAmount |
protected LineItemType |
lineItem |
protected List<NoteType> |
note |
protected QuantityType |
quantity |
protected RequestForQuotationLineIDType |
requestForQuotationLineID |
protected LineReferenceType |
requestLineReference |
protected List<LineItemType> |
sellerProposedSubstituteLineItem |
protected TotalTaxAmountType |
totalTaxAmount |
| Constructor and Description |
|---|
QuotationLineType() |
| Modifier and Type | Method and Description |
|---|---|
List<LineItemType> |
getAlternativeLineItem()
Gets the value of the alternativeLineItem property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
LineExtensionAmountType |
getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.
|
LineItemType |
getLineItem()
Gets the value of the lineItem property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
RequestForQuotationLineIDType |
getRequestForQuotationLineID()
Gets the value of the requestForQuotationLineID property.
|
LineReferenceType |
getRequestLineReference()
Gets the value of the requestLineReference property.
|
List<LineItemType> |
getSellerProposedSubstituteLineItem()
Gets the value of the sellerProposedSubstituteLineItem property.
|
TotalTaxAmountType |
getTotalTaxAmount()
Gets the value of the totalTaxAmount property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.
|
void |
setLineItem(LineItemType value)
Sets the value of the lineItem property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setRequestForQuotationLineID(RequestForQuotationLineIDType value)
Sets the value of the requestForQuotationLineID property.
|
void |
setRequestLineReference(LineReferenceType value)
Sets the value of the requestLineReference property.
|
void |
setTotalTaxAmount(TotalTaxAmountType value)
Sets the value of the totalTaxAmount property.
|
protected IDType id
protected QuantityType quantity
protected LineExtensionAmountType lineExtensionAmount
protected TotalTaxAmountType totalTaxAmount
protected RequestForQuotationLineIDType requestForQuotationLineID
protected List<DocumentReferenceType> documentReference
protected LineItemType lineItem
protected List<LineItemType> sellerProposedSubstituteLineItem
protected List<LineItemType> alternativeLineItem
protected LineReferenceType requestLineReference
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 LineExtensionAmountType getLineExtensionAmount()
LineExtensionAmountTypepublic void setLineExtensionAmount(LineExtensionAmountType value)
value - allowed object is
LineExtensionAmountTypepublic TotalTaxAmountType getTotalTaxAmount()
TotalTaxAmountTypepublic void setTotalTaxAmount(TotalTaxAmountType value)
value - allowed object is
TotalTaxAmountTypepublic RequestForQuotationLineIDType getRequestForQuotationLineID()
RequestForQuotationLineIDTypepublic void setRequestForQuotationLineID(RequestForQuotationLineIDType value)
value - allowed object is
RequestForQuotationLineIDTypepublic 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 LineItemType getLineItem()
LineItemTypepublic void setLineItem(LineItemType value)
value - allowed object is
LineItemTypepublic List<LineItemType> getSellerProposedSubstituteLineItem()
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 sellerProposedSubstituteLineItem property.
For example, to add a new item, do as follows:
getSellerProposedSubstituteLineItem().add(newItem);
Objects of the following type(s) are allowed in the list
LineItemType
public List<LineItemType> getAlternativeLineItem()
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 alternativeLineItem property.
For example, to add a new item, do as follows:
getAlternativeLineItem().add(newItem);
Objects of the following type(s) are allowed in the list
LineItemType
public LineReferenceType getRequestLineReference()
LineReferenceTypepublic void setRequestLineReference(LineReferenceType value)
value - allowed object is
LineReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.