Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.PricingReferenceType
-
Packages that use PricingReferenceType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of PricingReferenceType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as PricingReferenceType Modifier and Type Field Description protected PricingReferenceTypeCreditNoteLineType. pricingReferenceprotected PricingReferenceTypeDebitNoteLineType. pricingReferenceprotected PricingReferenceTypeInvoiceLineType. pricingReferenceprotected PricingReferenceTypeLineItemType. pricingReferenceMethods in network.oxalis.peppol.ubl2.jaxb.cac that return PricingReferenceType Modifier and Type Method Description PricingReferenceTypeObjectFactory. createPricingReferenceType()Create an instance ofPricingReferenceTypePricingReferenceTypeCreditNoteLineType. getPricingReference()Gets the value of the pricingReference property.PricingReferenceTypeDebitNoteLineType. getPricingReference()Gets the value of the pricingReference property.PricingReferenceTypeInvoiceLineType. getPricingReference()Gets the value of the pricingReference property.PricingReferenceTypeLineItemType. getPricingReference()Gets the value of the pricingReference property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type PricingReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PricingReferenceType>ObjectFactory. createPricingReference(PricingReferenceType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type PricingReferenceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PricingReferenceType>ObjectFactory. createPricingReference(PricingReferenceType value)voidCreditNoteLineType. setPricingReference(PricingReferenceType value)Sets the value of the pricingReference property.voidDebitNoteLineType. setPricingReference(PricingReferenceType value)Sets the value of the pricingReference property.voidInvoiceLineType. setPricingReference(PricingReferenceType value)Sets the value of the pricingReference property.voidLineItemType. setPricingReference(PricingReferenceType value)Sets the value of the pricingReference property.
-