Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.PriceType
-
Packages that use PriceType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of PriceType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as PriceType Modifier and Type Field Description protected PriceTypeConsumptionLineType. priceprotected PriceTypeCreditNoteLineType. priceprotected PriceTypeDebitNoteLineType. priceprotected PriceTypeInvoiceLineType. priceprotected PriceTypeItemLocationQuantityType. priceprotected PriceTypeLineItemType. priceprotected PriceTypeTelecommunicationsServiceType. priceFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type PriceType Modifier and Type Field Description protected List<PriceType>PricingReferenceType. alternativeConditionPriceprotected List<PriceType>SalesItemType. taxExclusivePriceprotected List<PriceType>SalesItemType. taxInclusivePriceMethods in network.oxalis.peppol.ubl2.jaxb.cac that return PriceType Modifier and Type Method Description PriceTypeObjectFactory. createPriceType()Create an instance ofPriceTypePriceTypeConsumptionLineType. getPrice()Gets the value of the price property.PriceTypeCreditNoteLineType. getPrice()Gets the value of the price property.PriceTypeDebitNoteLineType. getPrice()Gets the value of the price property.PriceTypeInvoiceLineType. getPrice()Gets the value of the price property.PriceTypeItemLocationQuantityType. getPrice()Gets the value of the price property.PriceTypeLineItemType. getPrice()Gets the value of the price property.PriceTypeTelecommunicationsServiceType. getPrice()Gets the value of the price property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type PriceType Modifier and Type Method Description javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createAlternativeConditionPrice(PriceType value)javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createPrice(PriceType value)javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createTaxExclusivePrice(PriceType value)javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createTaxInclusivePrice(PriceType value)List<PriceType>PricingReferenceType. getAlternativeConditionPrice()Gets the value of the alternativeConditionPrice property.List<PriceType>SalesItemType. getTaxExclusivePrice()Gets the value of the taxExclusivePrice property.List<PriceType>SalesItemType. getTaxInclusivePrice()Gets the value of the taxInclusivePrice property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type PriceType Modifier and Type Method Description javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createAlternativeConditionPrice(PriceType value)javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createPrice(PriceType value)javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createTaxExclusivePrice(PriceType value)javax.xml.bind.JAXBElement<PriceType>ObjectFactory. createTaxInclusivePrice(PriceType value)voidConsumptionLineType. setPrice(PriceType value)Sets the value of the price property.voidCreditNoteLineType. setPrice(PriceType value)Sets the value of the price property.voidDebitNoteLineType. setPrice(PriceType value)Sets the value of the price property.voidInvoiceLineType. setPrice(PriceType value)Sets the value of the price property.voidItemLocationQuantityType. setPrice(PriceType value)Sets the value of the price property.voidLineItemType. setPrice(PriceType value)Sets the value of the price property.voidTelecommunicationsServiceType. setPrice(PriceType value)Sets the value of the price property.
-