Class QuotationLineType


  • 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>
     
    • Constructor Detail

      • QuotationLineType

        public QuotationLineType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • getNote

        public List<NoteType> getNote()
        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

      • getQuantity

        public QuantityType getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is QuantityType
      • setQuantity

        public void setQuantity​(QuantityType value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is QuantityType
      • setTotalTaxAmount

        public void setTotalTaxAmount​(TotalTaxAmountType value)
        Sets the value of the totalTaxAmount property.
        Parameters:
        value - allowed object is TotalTaxAmountType
      • getDocumentReference

        public List<DocumentReferenceType> getDocumentReference()
        Gets the value of the documentReference 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 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

      • getLineItem

        public LineItemType getLineItem()
        Gets the value of the lineItem property.
        Returns:
        possible object is LineItemType
      • setLineItem

        public void setLineItem​(LineItemType value)
        Sets the value of the lineItem property.
        Parameters:
        value - allowed object is LineItemType
      • getSellerProposedSubstituteLineItem

        public List<LineItemType> getSellerProposedSubstituteLineItem()
        Gets the value of the sellerProposedSubstituteLineItem 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 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

      • getAlternativeLineItem

        public List<LineItemType> getAlternativeLineItem()
        Gets the value of the alternativeLineItem 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 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

      • getRequestLineReference

        public LineReferenceType getRequestLineReference()
        Gets the value of the requestLineReference property.
        Returns:
        possible object is LineReferenceType
      • setRequestLineReference

        public void setRequestLineReference​(LineReferenceType value)
        Sets the value of the requestLineReference property.
        Parameters:
        value - allowed object is LineReferenceType