Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.PaymentType
-
Packages that use PaymentType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of PaymentType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb with type parameters of type PaymentType Modifier and Type Field Description protected List<PaymentType>DebitNoteType. prepaidPaymentprotected List<PaymentType>FreightInvoiceType. prepaidPaymentprotected List<PaymentType>InvoiceType. prepaidPaymentprotected List<PaymentType>ReminderType. prepaidPaymentprotected List<PaymentType>SelfBilledInvoiceType. prepaidPaymentMethods in network.oxalis.peppol.ubl2.jaxb that return types with arguments of type PaymentType Modifier and Type Method Description List<PaymentType>DebitNoteType. getPrepaidPayment()Gets the value of the prepaidPayment property.List<PaymentType>FreightInvoiceType. getPrepaidPayment()Gets the value of the prepaidPayment property.List<PaymentType>InvoiceType. getPrepaidPayment()Gets the value of the prepaidPayment property.List<PaymentType>ReminderType. getPrepaidPayment()Gets the value of the prepaidPayment property.List<PaymentType>SelfBilledInvoiceType. getPrepaidPayment()Gets the value of the prepaidPayment property. -
Uses of PaymentType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type PaymentType Modifier and Type Field Description protected List<PaymentType>StatementLineType. collectedPaymentMethods in network.oxalis.peppol.ubl2.jaxb.cac that return PaymentType Modifier and Type Method Description PaymentTypeObjectFactory. createPaymentType()Create an instance ofPaymentTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type PaymentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PaymentType>ObjectFactory. createCollectedPayment(PaymentType value)jakarta.xml.bind.JAXBElement<PaymentType>ObjectFactory. createPayment(PaymentType value)jakarta.xml.bind.JAXBElement<PaymentType>ObjectFactory. createPrepaidPayment(PaymentType value)List<PaymentType>StatementLineType. getCollectedPayment()Gets the value of the collectedPayment property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type PaymentType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PaymentType>ObjectFactory. createCollectedPayment(PaymentType value)jakarta.xml.bind.JAXBElement<PaymentType>ObjectFactory. createPayment(PaymentType value)jakarta.xml.bind.JAXBElement<PaymentType>ObjectFactory. createPrepaidPayment(PaymentType value)
-