Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.LineItemType
-
Packages that use LineItemType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of LineItemType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as LineItemType Modifier and Type Field Description protected LineItemTypeOrderLineType. lineItemprotected LineItemTypeQuotationLineType. lineItemprotected LineItemTypeRequestForQuotationLineType. lineItemFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type LineItemType Modifier and Type Field Description protected List<LineItemType>QuotationLineType. alternativeLineItemprotected List<LineItemType>OrderLineType. buyerProposedSubstituteLineItemprotected List<LineItemType>OrderLineType. sellerProposedSubstituteLineItemprotected List<LineItemType>QuotationLineType. sellerProposedSubstituteLineItemprotected List<LineItemType>OrderLineType. sellerSubstitutedLineItemprotected List<LineItemType>LineItemType. subLineItemMethods in network.oxalis.peppol.ubl2.jaxb.cac that return LineItemType Modifier and Type Method Description LineItemTypeObjectFactory. createLineItemType()Create an instance ofLineItemTypeLineItemTypeOrderLineType. getLineItem()Gets the value of the lineItem property.LineItemTypeQuotationLineType. getLineItem()Gets the value of the lineItem property.LineItemTypeRequestForQuotationLineType. getLineItem()Gets the value of the lineItem property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type LineItemType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createAlternativeLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createBuyerProposedSubstituteLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createSellerProposedSubstituteLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createSellerSubstitutedLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createSubLineItem(LineItemType value)List<LineItemType>QuotationLineType. getAlternativeLineItem()Gets the value of the alternativeLineItem property.List<LineItemType>OrderLineType. getBuyerProposedSubstituteLineItem()Gets the value of the buyerProposedSubstituteLineItem property.List<LineItemType>OrderLineType. getSellerProposedSubstituteLineItem()Gets the value of the sellerProposedSubstituteLineItem property.List<LineItemType>QuotationLineType. getSellerProposedSubstituteLineItem()Gets the value of the sellerProposedSubstituteLineItem property.List<LineItemType>OrderLineType. getSellerSubstitutedLineItem()Gets the value of the sellerSubstitutedLineItem property.List<LineItemType>LineItemType. getSubLineItem()Gets the value of the subLineItem property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type LineItemType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createAlternativeLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createBuyerProposedSubstituteLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createSellerProposedSubstituteLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createSellerSubstitutedLineItem(LineItemType value)jakarta.xml.bind.JAXBElement<LineItemType>ObjectFactory. createSubLineItem(LineItemType value)voidOrderLineType. setLineItem(LineItemType value)Sets the value of the lineItem property.voidQuotationLineType. setLineItem(LineItemType value)Sets the value of the lineItem property.voidRequestForQuotationLineType. setLineItem(LineItemType value)Sets the value of the lineItem property.
-