Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.PriceExtensionType
-
Packages that use PriceExtensionType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of PriceExtensionType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as PriceExtensionType Modifier and Type Field Description protected PriceExtensionTypeCreditNoteLineType. itemPriceExtensionprotected PriceExtensionTypeInvoiceLineType. itemPriceExtensionprotected PriceExtensionTypeLineItemType. itemPriceExtensionMethods in network.oxalis.peppol.ubl2.jaxb.cac that return PriceExtensionType Modifier and Type Method Description PriceExtensionTypeObjectFactory. createPriceExtensionType()Create an instance ofPriceExtensionTypePriceExtensionTypeCreditNoteLineType. getItemPriceExtension()Gets the value of the itemPriceExtension property.PriceExtensionTypeInvoiceLineType. getItemPriceExtension()Gets the value of the itemPriceExtension property.PriceExtensionTypeLineItemType. getItemPriceExtension()Gets the value of the itemPriceExtension property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type PriceExtensionType Modifier and Type Method Description javax.xml.bind.JAXBElement<PriceExtensionType>ObjectFactory. createItemPriceExtension(PriceExtensionType value)javax.xml.bind.JAXBElement<PriceExtensionType>ObjectFactory. createPriceExtension(PriceExtensionType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type PriceExtensionType Modifier and Type Method Description javax.xml.bind.JAXBElement<PriceExtensionType>ObjectFactory. createItemPriceExtension(PriceExtensionType value)javax.xml.bind.JAXBElement<PriceExtensionType>ObjectFactory. createPriceExtension(PriceExtensionType value)voidCreditNoteLineType. setItemPriceExtension(PriceExtensionType value)Sets the value of the itemPriceExtension property.voidInvoiceLineType. setItemPriceExtension(PriceExtensionType value)Sets the value of the itemPriceExtension property.voidLineItemType. setItemPriceExtension(PriceExtensionType value)Sets the value of the itemPriceExtension property.
-