Class QuotationType


  • public class QuotationType
    extends Object

    Java class for QuotationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="QuotationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/>
             <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}CopyIndicator" minOccurs="0"/>
             <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}IssueDate"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" 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}PricingCurrencyCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineCountNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ValidityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequestForQuotationDocumentReference" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Contract" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerSupplierParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BuyerCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OriginatorCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Delivery" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryTerms" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentMeans" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransactionConditions" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DestinationCountry" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}QuotedMonetaryTotal"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}QuotationLine" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • QuotationType

        public QuotationType()
    • Method Detail

      • setUBLExtensions

        public void setUBLExtensions​(UBLExtensionsType value)
        Sets the value of the ublExtensions property.
        Parameters:
        value - allowed object is UBLExtensionsType
      • setUBLVersionID

        public void setUBLVersionID​(UBLVersionIDType value)
        Sets the value of the ublVersionID property.
        Parameters:
        value - allowed object is UBLVersionIDType
      • setCustomizationID

        public void setCustomizationID​(CustomizationIDType value)
        Sets the value of the customizationID property.
        Parameters:
        value - allowed object is CustomizationIDType
      • getProfileID

        public ProfileIDType getProfileID()
        Gets the value of the profileID property.
        Returns:
        possible object is ProfileIDType
      • setProfileID

        public void setProfileID​(ProfileIDType value)
        Sets the value of the profileID property.
        Parameters:
        value - allowed object is ProfileIDType
      • 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
      • setCopyIndicator

        public void setCopyIndicator​(CopyIndicatorType value)
        Sets the value of the copyIndicator property.
        Parameters:
        value - allowed object is CopyIndicatorType
      • getUUID

        public UUIDType getUUID()
        Gets the value of the uuid property.
        Returns:
        possible object is UUIDType
      • setUUID

        public void setUUID​(UUIDType value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is UUIDType
      • getIssueDate

        public IssueDateType getIssueDate()
        Gets the value of the issueDate property.
        Returns:
        possible object is IssueDateType
      • setIssueDate

        public void setIssueDate​(IssueDateType value)
        Sets the value of the issueDate property.
        Parameters:
        value - allowed object is IssueDateType
      • getIssueTime

        public IssueTimeType getIssueTime()
        Gets the value of the issueTime property.
        Returns:
        possible object is IssueTimeType
      • setIssueTime

        public void setIssueTime​(IssueTimeType value)
        Sets the value of the issueTime property.
        Parameters:
        value - allowed object is IssueTimeType
      • 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

      • getValidityPeriod

        public PeriodType getValidityPeriod()
        Gets the value of the validityPeriod property.
        Returns:
        possible object is PeriodType
      • setValidityPeriod

        public void setValidityPeriod​(PeriodType value)
        Sets the value of the validityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getRequestForQuotationDocumentReference

        public DocumentReferenceType getRequestForQuotationDocumentReference()
        Gets the value of the requestForQuotationDocumentReference property.
        Returns:
        possible object is DocumentReferenceType
      • setRequestForQuotationDocumentReference

        public void setRequestForQuotationDocumentReference​(DocumentReferenceType value)
        Sets the value of the requestForQuotationDocumentReference property.
        Parameters:
        value - allowed object is DocumentReferenceType
      • getAdditionalDocumentReference

        public List<DocumentReferenceType> getAdditionalDocumentReference()
        Gets the value of the additionalDocumentReference 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 additionalDocumentReference property.

        For example, to add a new item, do as follows:

            getAdditionalDocumentReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list DocumentReferenceType

      • getContract

        public List<ContractType> getContract()
        Gets the value of the contract 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 contract property.

        For example, to add a new item, do as follows:

            getContract().add(newItem);
         

        Objects of the following type(s) are allowed in the list ContractType

      • getSignature

        public List<SignatureType> getSignature()
        Gets the value of the signature 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 signature property.

        For example, to add a new item, do as follows:

            getSignature().add(newItem);
         

        Objects of the following type(s) are allowed in the list SignatureType

      • getSellerSupplierParty

        public SupplierPartyType getSellerSupplierParty()
        Gets the value of the sellerSupplierParty property.
        Returns:
        possible object is SupplierPartyType
      • setSellerSupplierParty

        public void setSellerSupplierParty​(SupplierPartyType value)
        Sets the value of the sellerSupplierParty property.
        Parameters:
        value - allowed object is SupplierPartyType
      • getBuyerCustomerParty

        public CustomerPartyType getBuyerCustomerParty()
        Gets the value of the buyerCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setBuyerCustomerParty

        public void setBuyerCustomerParty​(CustomerPartyType value)
        Sets the value of the buyerCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • getOriginatorCustomerParty

        public CustomerPartyType getOriginatorCustomerParty()
        Gets the value of the originatorCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setOriginatorCustomerParty

        public void setOriginatorCustomerParty​(CustomerPartyType value)
        Sets the value of the originatorCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • getDelivery

        public List<DeliveryType> getDelivery()
        Gets the value of the delivery 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 delivery property.

        For example, to add a new item, do as follows:

            getDelivery().add(newItem);
         

        Objects of the following type(s) are allowed in the list DeliveryType

      • setDeliveryTerms

        public void setDeliveryTerms​(DeliveryTermsType value)
        Sets the value of the deliveryTerms property.
        Parameters:
        value - allowed object is DeliveryTermsType
      • setPaymentMeans

        public void setPaymentMeans​(PaymentMeansType value)
        Sets the value of the paymentMeans property.
        Parameters:
        value - allowed object is PaymentMeansType
      • getAllowanceCharge

        public List<AllowanceChargeType> getAllowanceCharge()
        Gets the value of the allowanceCharge 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 allowanceCharge property.

        For example, to add a new item, do as follows:

            getAllowanceCharge().add(newItem);
         

        Objects of the following type(s) are allowed in the list AllowanceChargeType

      • getDestinationCountry

        public CountryType getDestinationCountry()
        Gets the value of the destinationCountry property.
        Returns:
        possible object is CountryType
      • setDestinationCountry

        public void setDestinationCountry​(CountryType value)
        Sets the value of the destinationCountry property.
        Parameters:
        value - allowed object is CountryType
      • getTaxTotal

        public List<TaxTotalType> getTaxTotal()
        Gets the value of the taxTotal 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 taxTotal property.

        For example, to add a new item, do as follows:

            getTaxTotal().add(newItem);
         

        Objects of the following type(s) are allowed in the list TaxTotalType

      • getQuotedMonetaryTotal

        public MonetaryTotalType getQuotedMonetaryTotal()
        Gets the value of the quotedMonetaryTotal property.
        Returns:
        possible object is MonetaryTotalType
      • setQuotedMonetaryTotal

        public void setQuotedMonetaryTotal​(MonetaryTotalType value)
        Sets the value of the quotedMonetaryTotal property.
        Parameters:
        value - allowed object is MonetaryTotalType
      • getQuotationLine

        public List<QuotationLineType> getQuotationLine()
        Gets the value of the quotationLine 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 quotationLine property.

        For example, to add a new item, do as follows:

            getQuotationLine().add(newItem);
         

        Objects of the following type(s) are allowed in the list QuotationLineType