Uses of Class
network.oxalis.peppol.ubl2.jaxb.cbc.TotalTaxAmountType
-
Packages that use TotalTaxAmountType Package Description network.oxalis.peppol.ubl2.jaxb.cac network.oxalis.peppol.ubl2.jaxb.cbc -
-
Uses of TotalTaxAmountType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as TotalTaxAmountType Modifier and Type Field Description protected TotalTaxAmountTypeLineItemType. totalTaxAmountprotected TotalTaxAmountTypeQuotationLineType. totalTaxAmountprotected TotalTaxAmountTypeTenderLineType. totalTaxAmountMethods in network.oxalis.peppol.ubl2.jaxb.cac that return TotalTaxAmountType Modifier and Type Method Description TotalTaxAmountTypeLineItemType. getTotalTaxAmount()Gets the value of the totalTaxAmount property.TotalTaxAmountTypeQuotationLineType. getTotalTaxAmount()Gets the value of the totalTaxAmount property.TotalTaxAmountTypeTenderLineType. getTotalTaxAmount()Gets the value of the totalTaxAmount property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type TotalTaxAmountType Modifier and Type Method Description voidLineItemType. setTotalTaxAmount(TotalTaxAmountType value)Sets the value of the totalTaxAmount property.voidQuotationLineType. setTotalTaxAmount(TotalTaxAmountType value)Sets the value of the totalTaxAmount property.voidTenderLineType. setTotalTaxAmount(TotalTaxAmountType value)Sets the value of the totalTaxAmount property. -
Uses of TotalTaxAmountType in network.oxalis.peppol.ubl2.jaxb.cbc
Methods in network.oxalis.peppol.ubl2.jaxb.cbc that return TotalTaxAmountType Modifier and Type Method Description TotalTaxAmountTypeObjectFactory. createTotalTaxAmountType()Create an instance ofTotalTaxAmountTypeMethods in network.oxalis.peppol.ubl2.jaxb.cbc that return types with arguments of type TotalTaxAmountType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TotalTaxAmountType>ObjectFactory. createTotalTaxAmount(TotalTaxAmountType value)Methods in network.oxalis.peppol.ubl2.jaxb.cbc with parameters of type TotalTaxAmountType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TotalTaxAmountType>ObjectFactory. createTotalTaxAmount(TotalTaxAmountType value)
-