Class TenderLineType


  • public class TenderLineType
    extends Object

    Java class for TenderLineType complex type

    .

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

    
     <complexType name="TenderLineType">
       <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}OrderableUnit" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContentUnitQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderQuantityIncrementNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumOrderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumOrderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WarrantyInformation" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackLevelCode" 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" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OfferedItemLocationQuantity" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReplacementRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WarrantyParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WarrantyValidityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubTenderLine" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallForTendersLineReference" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallForTendersDocumentReference" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TenderLineType

        public TenderLineType()
    • 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

        Returns:
        The value of the note property.
      • 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
      • setOrderableUnit

        public void setOrderableUnit​(OrderableUnitType value)
        Sets the value of the orderableUnit property.
        Parameters:
        value - allowed object is OrderableUnitType
      • getWarrantyInformation

        public List<WarrantyInformationType> getWarrantyInformation()
        Gets the value of the warrantyInformation 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 warrantyInformation property.

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

         getWarrantyInformation().add(newItem);
         

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

        Returns:
        The value of the warrantyInformation property.
      • setPackLevelCode

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

        Returns:
        The value of the documentReference property.
      • getItem

        public ItemType getItem()
        Gets the value of the item property.
        Returns:
        possible object is ItemType
      • setItem

        public void setItem​(ItemType value)
        Sets the value of the item property.
        Parameters:
        value - allowed object is ItemType
      • getOfferedItemLocationQuantity

        public List<ItemLocationQuantityType> getOfferedItemLocationQuantity()
        Gets the value of the offeredItemLocationQuantity 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 offeredItemLocationQuantity property.

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

         getOfferedItemLocationQuantity().add(newItem);
         

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

        Returns:
        The value of the offeredItemLocationQuantity property.
      • getReplacementRelatedItem

        public List<RelatedItemType> getReplacementRelatedItem()
        Gets the value of the replacementRelatedItem 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 replacementRelatedItem property.

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

         getReplacementRelatedItem().add(newItem);
         

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

        Returns:
        The value of the replacementRelatedItem property.
      • getWarrantyParty

        public PartyType getWarrantyParty()
        Gets the value of the warrantyParty property.
        Returns:
        possible object is PartyType
      • setWarrantyParty

        public void setWarrantyParty​(PartyType value)
        Sets the value of the warrantyParty property.
        Parameters:
        value - allowed object is PartyType
      • getWarrantyValidityPeriod

        public PeriodType getWarrantyValidityPeriod()
        Gets the value of the warrantyValidityPeriod property.
        Returns:
        possible object is PeriodType
      • setWarrantyValidityPeriod

        public void setWarrantyValidityPeriod​(PeriodType value)
        Sets the value of the warrantyValidityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getSubTenderLine

        public List<TenderLineType> getSubTenderLine()
        Gets the value of the subTenderLine 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 subTenderLine property.

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

         getSubTenderLine().add(newItem);
         

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

        Returns:
        The value of the subTenderLine property.
      • getCallForTendersLineReference

        public LineReferenceType getCallForTendersLineReference()
        Gets the value of the callForTendersLineReference property.
        Returns:
        possible object is LineReferenceType
      • setCallForTendersLineReference

        public void setCallForTendersLineReference​(LineReferenceType value)
        Sets the value of the callForTendersLineReference property.
        Parameters:
        value - allowed object is LineReferenceType
      • getCallForTendersDocumentReference

        public DocumentReferenceType getCallForTendersDocumentReference()
        Gets the value of the callForTendersDocumentReference property.
        Returns:
        possible object is DocumentReferenceType
      • setCallForTendersDocumentReference

        public void setCallForTendersDocumentReference​(DocumentReferenceType value)
        Sets the value of the callForTendersDocumentReference property.
        Parameters:
        value - allowed object is DocumentReferenceType