Class RequestedTenderTotalType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TaxCategoryType>applicableTaxCategoryprotected AverageSubsequentContractAmountTypeaverageSubsequentContractAmountprotected EstimatedOverallContractAmountTypeestimatedOverallContractAmountprotected MaximumAmountTypemaximumAmountprotected MinimumAmountTypeminimumAmountprotected List<MonetaryScopeType>monetaryScopeprotected TaxIncludedIndicatorTypetaxIncludedIndicatorprotected TotalAmountTypetotalAmount
-
Constructor Summary
Constructors Constructor Description RequestedTenderTotalType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TaxCategoryType>getApplicableTaxCategory()Gets the value of the applicableTaxCategory property.AverageSubsequentContractAmountTypegetAverageSubsequentContractAmount()Gets the value of the averageSubsequentContractAmount property.EstimatedOverallContractAmountTypegetEstimatedOverallContractAmount()Gets the value of the estimatedOverallContractAmount property.MaximumAmountTypegetMaximumAmount()Gets the value of the maximumAmount property.MinimumAmountTypegetMinimumAmount()Gets the value of the minimumAmount property.List<MonetaryScopeType>getMonetaryScope()Gets the value of the monetaryScope property.TaxIncludedIndicatorTypegetTaxIncludedIndicator()Gets the value of the taxIncludedIndicator property.TotalAmountTypegetTotalAmount()Gets the value of the totalAmount property.voidsetAverageSubsequentContractAmount(AverageSubsequentContractAmountType value)Sets the value of the averageSubsequentContractAmount property.voidsetEstimatedOverallContractAmount(EstimatedOverallContractAmountType value)Sets the value of the estimatedOverallContractAmount property.voidsetMaximumAmount(MaximumAmountType value)Sets the value of the maximumAmount property.voidsetMinimumAmount(MinimumAmountType value)Sets the value of the minimumAmount property.voidsetTaxIncludedIndicator(TaxIncludedIndicatorType value)Sets the value of the taxIncludedIndicator property.voidsetTotalAmount(TotalAmountType value)Sets the value of the totalAmount property.
-
-
-
Field Detail
-
estimatedOverallContractAmount
protected EstimatedOverallContractAmountType estimatedOverallContractAmount
-
totalAmount
protected TotalAmountType totalAmount
-
taxIncludedIndicator
protected TaxIncludedIndicatorType taxIncludedIndicator
-
minimumAmount
protected MinimumAmountType minimumAmount
-
maximumAmount
protected MaximumAmountType maximumAmount
-
monetaryScope
protected List<MonetaryScopeType> monetaryScope
-
averageSubsequentContractAmount
protected AverageSubsequentContractAmountType averageSubsequentContractAmount
-
applicableTaxCategory
protected List<TaxCategoryType> applicableTaxCategory
-
-
Method Detail
-
getEstimatedOverallContractAmount
public EstimatedOverallContractAmountType getEstimatedOverallContractAmount()
Gets the value of the estimatedOverallContractAmount property.- Returns:
- possible object is
EstimatedOverallContractAmountType
-
setEstimatedOverallContractAmount
public void setEstimatedOverallContractAmount(EstimatedOverallContractAmountType value)
Sets the value of the estimatedOverallContractAmount property.- Parameters:
value- allowed object isEstimatedOverallContractAmountType
-
getTotalAmount
public TotalAmountType getTotalAmount()
Gets the value of the totalAmount property.- Returns:
- possible object is
TotalAmountType
-
setTotalAmount
public void setTotalAmount(TotalAmountType value)
Sets the value of the totalAmount property.- Parameters:
value- allowed object isTotalAmountType
-
getTaxIncludedIndicator
public TaxIncludedIndicatorType getTaxIncludedIndicator()
Gets the value of the taxIncludedIndicator property.- Returns:
- possible object is
TaxIncludedIndicatorType
-
setTaxIncludedIndicator
public void setTaxIncludedIndicator(TaxIncludedIndicatorType value)
Sets the value of the taxIncludedIndicator property.- Parameters:
value- allowed object isTaxIncludedIndicatorType
-
getMinimumAmount
public MinimumAmountType getMinimumAmount()
Gets the value of the minimumAmount property.- Returns:
- possible object is
MinimumAmountType
-
setMinimumAmount
public void setMinimumAmount(MinimumAmountType value)
Sets the value of the minimumAmount property.- Parameters:
value- allowed object isMinimumAmountType
-
getMaximumAmount
public MaximumAmountType getMaximumAmount()
Gets the value of the maximumAmount property.- Returns:
- possible object is
MaximumAmountType
-
setMaximumAmount
public void setMaximumAmount(MaximumAmountType value)
Sets the value of the maximumAmount property.- Parameters:
value- allowed object isMaximumAmountType
-
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
setmethod 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.
-
getAverageSubsequentContractAmount
public AverageSubsequentContractAmountType getAverageSubsequentContractAmount()
Gets the value of the averageSubsequentContractAmount property.- Returns:
- possible object is
AverageSubsequentContractAmountType
-
setAverageSubsequentContractAmount
public void setAverageSubsequentContractAmount(AverageSubsequentContractAmountType value)
Sets the value of the averageSubsequentContractAmount property.- Parameters:
value- allowed object isAverageSubsequentContractAmountType
-
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
setmethod 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.
-
-