Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.InvoiceLineType
-
Packages that use InvoiceLineType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of InvoiceLineType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb with type parameters of type InvoiceLineType Modifier and Type Field Description protected List<InvoiceLineType>FreightInvoiceType. invoiceLineprotected List<InvoiceLineType>InvoiceType. invoiceLineprotected List<InvoiceLineType>SelfBilledInvoiceType. invoiceLineMethods in network.oxalis.peppol.ubl2.jaxb that return types with arguments of type InvoiceLineType Modifier and Type Method Description List<InvoiceLineType>FreightInvoiceType. getInvoiceLine()Gets the value of the invoiceLine property.List<InvoiceLineType>InvoiceType. getInvoiceLine()Gets the value of the invoiceLine property.List<InvoiceLineType>SelfBilledInvoiceType. getInvoiceLine()Gets the value of the invoiceLine property. -
Uses of InvoiceLineType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type InvoiceLineType Modifier and Type Field Description protected List<InvoiceLineType>GoodsItemType. invoiceLineprotected List<InvoiceLineType>InvoiceLineType. subInvoiceLineMethods in network.oxalis.peppol.ubl2.jaxb.cac that return InvoiceLineType Modifier and Type Method Description InvoiceLineTypeObjectFactory. createInvoiceLineType()Create an instance ofInvoiceLineTypeMethods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type InvoiceLineType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InvoiceLineType>ObjectFactory. createInvoiceLine(InvoiceLineType value)jakarta.xml.bind.JAXBElement<InvoiceLineType>ObjectFactory. createSubInvoiceLine(InvoiceLineType value)List<InvoiceLineType>GoodsItemType. getInvoiceLine()Gets the value of the invoiceLine property.List<InvoiceLineType>InvoiceLineType. getSubInvoiceLine()Gets the value of the subInvoiceLine property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type InvoiceLineType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InvoiceLineType>ObjectFactory. createInvoiceLine(InvoiceLineType value)jakarta.xml.bind.JAXBElement<InvoiceLineType>ObjectFactory. createSubInvoiceLine(InvoiceLineType value)
-