Uses of Class
network.oxalis.peppol.ubl2.jaxb.cbc.TaxAmountType
-
Packages that use TaxAmountType Package Description network.oxalis.peppol.ubl2.jaxb.cac network.oxalis.peppol.ubl2.jaxb.cbc -
-
Uses of TaxAmountType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as TaxAmountType Modifier and Type Field Description protected TaxAmountTypeTaxSubtotalType. taxAmountprotected TaxAmountTypeTaxTotalType. taxAmountMethods in network.oxalis.peppol.ubl2.jaxb.cac that return TaxAmountType Modifier and Type Method Description TaxAmountTypeTaxSubtotalType. getTaxAmount()Gets the value of the taxAmount property.TaxAmountTypeTaxTotalType. getTaxAmount()Gets the value of the taxAmount property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type TaxAmountType Modifier and Type Method Description voidTaxSubtotalType. setTaxAmount(TaxAmountType value)Sets the value of the taxAmount property.voidTaxTotalType. setTaxAmount(TaxAmountType value)Sets the value of the taxAmount property. -
Uses of TaxAmountType in network.oxalis.peppol.ubl2.jaxb.cbc
Methods in network.oxalis.peppol.ubl2.jaxb.cbc that return TaxAmountType Modifier and Type Method Description TaxAmountTypeObjectFactory. createTaxAmountType()Create an instance ofTaxAmountTypeMethods in network.oxalis.peppol.ubl2.jaxb.cbc that return types with arguments of type TaxAmountType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaxAmountType>ObjectFactory. createTaxAmount(TaxAmountType value)Methods in network.oxalis.peppol.ubl2.jaxb.cbc with parameters of type TaxAmountType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaxAmountType>ObjectFactory. createTaxAmount(TaxAmountType value)
-