Class RequestForTenderLineType


  • public class RequestForTenderLineType
    extends Object

    Java class for RequestForTenderLineType complex type.

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

     <complexType name="RequestForTenderLineType">
       <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}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}Quantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxIncludedIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedAmount" 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}DeliveryPeriod" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredItemLocationQuantity" maxOccurs="unbounded" 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}Item"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubRequestForTenderLine" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RequestForTenderLineType

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

        public void setMinimumQuantity​(MinimumQuantityType value)
        Sets the value of the minimumQuantity property.
        Parameters:
        value - allowed object is MinimumQuantityType
      • setMaximumQuantity

        public void setMaximumQuantity​(MaximumQuantityType value)
        Sets the value of the maximumQuantity property.
        Parameters:
        value - allowed object is MaximumQuantityType
      • setMinimumAmount

        public void setMinimumAmount​(MinimumAmountType value)
        Sets the value of the minimumAmount property.
        Parameters:
        value - allowed object is MinimumAmountType
      • setMaximumAmount

        public void setMaximumAmount​(MaximumAmountType value)
        Sets the value of the maximumAmount property.
        Parameters:
        value - allowed object is MaximumAmountType
      • setEstimatedAmount

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

      • getDeliveryPeriod

        public List<PeriodType> getDeliveryPeriod()
        Gets the value of the deliveryPeriod 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 deliveryPeriod property.

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

            getDeliveryPeriod().add(newItem);
         

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

      • getRequiredItemLocationQuantity

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

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

            getRequiredItemLocationQuantity().add(newItem);
         

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

      • 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
      • 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
      • getSubRequestForTenderLine

        public List<RequestForTenderLineType> getSubRequestForTenderLine()
        Gets the value of the subRequestForTenderLine 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 subRequestForTenderLine property.

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

            getSubRequestForTenderLine().add(newItem);
         

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