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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TaxCategoryType> |
applicableTaxCategory |
protected AverageSubsequentContractAmountType |
averageSubsequentContractAmount |
protected EstimatedOverallContractAmountType |
estimatedOverallContractAmount |
protected MaximumAmountType |
maximumAmount |
protected MinimumAmountType |
minimumAmount |
protected List<MonetaryScopeType> |
monetaryScope |
protected TaxIncludedIndicatorType |
taxIncludedIndicator |
protected TotalAmountType |
totalAmount |
| Constructor and Description |
|---|
RequestedTenderTotalType() |
| Modifier and Type | Method and Description |
|---|---|
List<TaxCategoryType> |
getApplicableTaxCategory()
Gets the value of the applicableTaxCategory property.
|
AverageSubsequentContractAmountType |
getAverageSubsequentContractAmount()
Gets the value of the averageSubsequentContractAmount property.
|
EstimatedOverallContractAmountType |
getEstimatedOverallContractAmount()
Gets the value of the estimatedOverallContractAmount property.
|
MaximumAmountType |
getMaximumAmount()
Gets the value of the maximumAmount property.
|
MinimumAmountType |
getMinimumAmount()
Gets the value of the minimumAmount property.
|
List<MonetaryScopeType> |
getMonetaryScope()
Gets the value of the monetaryScope property.
|
TaxIncludedIndicatorType |
getTaxIncludedIndicator()
Gets the value of the taxIncludedIndicator property.
|
TotalAmountType |
getTotalAmount()
Gets the value of the totalAmount property.
|
void |
setAverageSubsequentContractAmount(AverageSubsequentContractAmountType value)
Sets the value of the averageSubsequentContractAmount property.
|
void |
setEstimatedOverallContractAmount(EstimatedOverallContractAmountType value)
Sets the value of the estimatedOverallContractAmount property.
|
void |
setMaximumAmount(MaximumAmountType value)
Sets the value of the maximumAmount property.
|
void |
setMinimumAmount(MinimumAmountType value)
Sets the value of the minimumAmount property.
|
void |
setTaxIncludedIndicator(TaxIncludedIndicatorType value)
Sets the value of the taxIncludedIndicator property.
|
void |
setTotalAmount(TotalAmountType value)
Sets the value of the totalAmount property.
|
protected EstimatedOverallContractAmountType estimatedOverallContractAmount
protected TotalAmountType totalAmount
protected TaxIncludedIndicatorType taxIncludedIndicator
protected MinimumAmountType minimumAmount
protected MaximumAmountType maximumAmount
protected List<MonetaryScopeType> monetaryScope
protected AverageSubsequentContractAmountType averageSubsequentContractAmount
protected List<TaxCategoryType> applicableTaxCategory
public EstimatedOverallContractAmountType getEstimatedOverallContractAmount()
EstimatedOverallContractAmountTypepublic void setEstimatedOverallContractAmount(EstimatedOverallContractAmountType value)
value - allowed object is
EstimatedOverallContractAmountTypepublic TotalAmountType getTotalAmount()
TotalAmountTypepublic void setTotalAmount(TotalAmountType value)
value - allowed object is
TotalAmountTypepublic TaxIncludedIndicatorType getTaxIncludedIndicator()
TaxIncludedIndicatorTypepublic void setTaxIncludedIndicator(TaxIncludedIndicatorType value)
value - allowed object is
TaxIncludedIndicatorTypepublic MinimumAmountType getMinimumAmount()
MinimumAmountTypepublic void setMinimumAmount(MinimumAmountType value)
value - allowed object is
MinimumAmountTypepublic MaximumAmountType getMaximumAmount()
MaximumAmountTypepublic void setMaximumAmount(MaximumAmountType value)
value - allowed object is
MaximumAmountTypepublic List<MonetaryScopeType> getMonetaryScope()
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
public AverageSubsequentContractAmountType getAverageSubsequentContractAmount()
AverageSubsequentContractAmountTypepublic void setAverageSubsequentContractAmount(AverageSubsequentContractAmountType value)
value - allowed object is
AverageSubsequentContractAmountTypepublic List<TaxCategoryType> getApplicableTaxCategory()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.