Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.SalesItemType
-
Packages that use SalesItemType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of SalesItemType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as SalesItemType Modifier and Type Field Description protected SalesItemTypeForecastLineType. salesItemprotected SalesItemTypeForecastRevisionLineType. salesItemFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type SalesItemType Modifier and Type Field Description protected List<SalesItemType>ActivityDataLineType. salesItemprotected List<SalesItemType>ItemInformationRequestLineType. salesItemMethods in network.oxalis.peppol.ubl2.jaxb.cac that return SalesItemType Modifier and Type Method Description SalesItemTypeObjectFactory. createSalesItemType()Create an instance ofSalesItemTypeSalesItemTypeForecastLineType. getSalesItem()Gets the value of the salesItem property.SalesItemTypeForecastRevisionLineType. getSalesItem()Gets the value of the salesItem property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type SalesItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<SalesItemType>ObjectFactory. createSalesItem(SalesItemType value)List<SalesItemType>ActivityDataLineType. getSalesItem()Gets the value of the salesItem property.List<SalesItemType>ItemInformationRequestLineType. getSalesItem()Gets the value of the salesItem property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type SalesItemType Modifier and Type Method Description javax.xml.bind.JAXBElement<SalesItemType>ObjectFactory. createSalesItem(SalesItemType value)voidForecastLineType. setSalesItem(SalesItemType value)Sets the value of the salesItem property.voidForecastRevisionLineType. setSalesItem(SalesItemType value)Sets the value of the salesItem property.
-