Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.TaxCategoryType
-
Packages that use TaxCategoryType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of TaxCategoryType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as TaxCategoryType Modifier and Type Field Description protected TaxCategoryTypeDutyType. taxCategoryprotected TaxCategoryTypeTaxSubtotalType. taxCategoryprotected TaxCategoryTypeUtilityItemType. taxCategoryFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type TaxCategoryType Modifier and Type Field Description protected List<TaxCategoryType>ItemLocationQuantityType. applicableTaxCategoryprotected List<TaxCategoryType>RequestedTenderTotalType. applicableTaxCategoryprotected List<TaxCategoryType>ItemType. classifiedTaxCategoryprotected List<TaxCategoryType>AllowanceChargeType. taxCategoryMethods in network.oxalis.peppol.ubl2.jaxb.cac that return TaxCategoryType Modifier and Type Method Description TaxCategoryTypeObjectFactory. createTaxCategoryType()Create an instance ofTaxCategoryTypeTaxCategoryTypeDutyType. getTaxCategory()Gets the value of the taxCategory property.TaxCategoryTypeTaxSubtotalType. getTaxCategory()Gets the value of the taxCategory property.TaxCategoryTypeUtilityItemType. getTaxCategory()Gets the value of the taxCategory property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type TaxCategoryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaxCategoryType>ObjectFactory. createApplicableTaxCategory(TaxCategoryType value)jakarta.xml.bind.JAXBElement<TaxCategoryType>ObjectFactory. createClassifiedTaxCategory(TaxCategoryType value)jakarta.xml.bind.JAXBElement<TaxCategoryType>ObjectFactory. createTaxCategory(TaxCategoryType value)List<TaxCategoryType>ItemLocationQuantityType. getApplicableTaxCategory()Gets the value of the applicableTaxCategory property.List<TaxCategoryType>RequestedTenderTotalType. getApplicableTaxCategory()Gets the value of the applicableTaxCategory property.List<TaxCategoryType>ItemType. getClassifiedTaxCategory()Gets the value of the classifiedTaxCategory property.List<TaxCategoryType>AllowanceChargeType. getTaxCategory()Gets the value of the taxCategory property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type TaxCategoryType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TaxCategoryType>ObjectFactory. createApplicableTaxCategory(TaxCategoryType value)jakarta.xml.bind.JAXBElement<TaxCategoryType>ObjectFactory. createClassifiedTaxCategory(TaxCategoryType value)jakarta.xml.bind.JAXBElement<TaxCategoryType>ObjectFactory. createTaxCategory(TaxCategoryType value)voidDutyType. setTaxCategory(TaxCategoryType value)Sets the value of the taxCategory property.voidTaxSubtotalType. setTaxCategory(TaxCategoryType value)Sets the value of the taxCategory property.voidUtilityItemType. setTaxCategory(TaxCategoryType value)Sets the value of the taxCategory property.
-