Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.OrderLineReferenceType
-
Packages that use OrderLineReferenceType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of OrderLineReferenceType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as OrderLineReferenceType Modifier and Type Field Description protected OrderLineReferenceTypeReceiptLineType. orderLineReferenceFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type OrderLineReferenceType Modifier and Type Field Description protected List<OrderLineReferenceType>CreditNoteLineType. orderLineReferenceprotected List<OrderLineReferenceType>DespatchLineType. orderLineReferenceprotected List<OrderLineReferenceType>InvoiceLineType. orderLineReferenceprotected List<OrderLineReferenceType>OrderLineType. orderLineReferenceMethods in network.oxalis.peppol.ubl2.jaxb.cac that return OrderLineReferenceType Modifier and Type Method Description OrderLineReferenceTypeObjectFactory. createOrderLineReferenceType()Create an instance ofOrderLineReferenceTypeOrderLineReferenceTypeReceiptLineType. getOrderLineReference()Gets the value of the orderLineReference property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type OrderLineReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<OrderLineReferenceType>ObjectFactory. createOrderLineReference(OrderLineReferenceType value)List<OrderLineReferenceType>CreditNoteLineType. getOrderLineReference()Gets the value of the orderLineReference property.List<OrderLineReferenceType>DespatchLineType. getOrderLineReference()Gets the value of the orderLineReference property.List<OrderLineReferenceType>InvoiceLineType. getOrderLineReference()Gets the value of the orderLineReference property.List<OrderLineReferenceType>OrderLineType. getOrderLineReference()Gets the value of the orderLineReference property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type OrderLineReferenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<OrderLineReferenceType>ObjectFactory. createOrderLineReference(OrderLineReferenceType value)voidReceiptLineType. setOrderLineReference(OrderLineReferenceType value)Sets the value of the orderLineReference property.
-