Class RequestedTenderTotalType


  • public class RequestedTenderTotalType
    extends Object

    Java class for RequestedTenderTotalType complex type

    .

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

    
     <complexType name="RequestedTenderTotalType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EstimatedOverallContractAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalAmount" 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}MonetaryScope" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AverageSubsequentContractAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ApplicableTaxCategory" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RequestedTenderTotalType

        public RequestedTenderTotalType()
    • Method Detail

      • setTotalAmount

        public void setTotalAmount​(TotalAmountType value)
        Sets the value of the totalAmount property.
        Parameters:
        value - allowed object is TotalAmountType
      • 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
      • getMonetaryScope

        public List<MonetaryScopeType> getMonetaryScope()
        Gets the value of the monetaryScope 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 monetaryScope property.

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

         getMonetaryScope().add(newItem);
         

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

        Returns:
        The value of the monetaryScope property.
      • getApplicableTaxCategory

        public List<TaxCategoryType> getApplicableTaxCategory()
        Gets the value of the applicableTaxCategory 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 applicableTaxCategory property.

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

         getApplicableTaxCategory().add(newItem);
         

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

        Returns:
        The value of the applicableTaxCategory property.