Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.PriceListType
-
Packages that use PriceListType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of PriceListType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as PriceListType Modifier and Type Field Description protected PriceListTypePriceListType. previousPriceListprotected PriceListTypePriceType. priceListMethods in network.oxalis.peppol.ubl2.jaxb.cac that return PriceListType Modifier and Type Method Description PriceListTypeObjectFactory. createPriceListType()Create an instance ofPriceListTypePriceListTypePriceListType. getPreviousPriceList()Gets the value of the previousPriceList property.PriceListTypePriceType. getPriceList()Gets the value of the priceList property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type PriceListType Modifier and Type Method Description javax.xml.bind.JAXBElement<PriceListType>ObjectFactory. createPreviousPriceList(PriceListType value)javax.xml.bind.JAXBElement<PriceListType>ObjectFactory. createPriceList(PriceListType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type PriceListType Modifier and Type Method Description javax.xml.bind.JAXBElement<PriceListType>ObjectFactory. createPreviousPriceList(PriceListType value)javax.xml.bind.JAXBElement<PriceListType>ObjectFactory. createPriceList(PriceListType value)voidPriceListType. setPreviousPriceList(PriceListType value)Sets the value of the previousPriceList property.voidPriceType. setPriceList(PriceListType value)Sets the value of the priceList property.
-