Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.DeliveryUnitType
-
Packages that use DeliveryUnitType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of DeliveryUnitType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as DeliveryUnitType Modifier and Type Field Description protected DeliveryUnitTypeDeliveryType. maximumDeliveryUnitprotected DeliveryUnitTypeDeliveryType. minimumDeliveryUnitFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type DeliveryUnitType Modifier and Type Field Description protected List<DeliveryUnitType>ItemLocationQuantityType. deliveryUnitprotected List<DeliveryUnitType>PackageType. deliveryUnitMethods in network.oxalis.peppol.ubl2.jaxb.cac that return DeliveryUnitType Modifier and Type Method Description DeliveryUnitTypeObjectFactory. createDeliveryUnitType()Create an instance ofDeliveryUnitTypeDeliveryUnitTypeDeliveryType. getMaximumDeliveryUnit()Gets the value of the maximumDeliveryUnit property.DeliveryUnitTypeDeliveryType. getMinimumDeliveryUnit()Gets the value of the minimumDeliveryUnit property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type DeliveryUnitType Modifier and Type Method Description javax.xml.bind.JAXBElement<DeliveryUnitType>ObjectFactory. createDeliveryUnit(DeliveryUnitType value)javax.xml.bind.JAXBElement<DeliveryUnitType>ObjectFactory. createMaximumDeliveryUnit(DeliveryUnitType value)javax.xml.bind.JAXBElement<DeliveryUnitType>ObjectFactory. createMinimumDeliveryUnit(DeliveryUnitType value)List<DeliveryUnitType>ItemLocationQuantityType. getDeliveryUnit()Gets the value of the deliveryUnit property.List<DeliveryUnitType>PackageType. getDeliveryUnit()Gets the value of the deliveryUnit property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type DeliveryUnitType Modifier and Type Method Description javax.xml.bind.JAXBElement<DeliveryUnitType>ObjectFactory. createDeliveryUnit(DeliveryUnitType value)javax.xml.bind.JAXBElement<DeliveryUnitType>ObjectFactory. createMaximumDeliveryUnit(DeliveryUnitType value)javax.xml.bind.JAXBElement<DeliveryUnitType>ObjectFactory. createMinimumDeliveryUnit(DeliveryUnitType value)voidDeliveryType. setMaximumDeliveryUnit(DeliveryUnitType value)Sets the value of the maximumDeliveryUnit property.voidDeliveryType. setMinimumDeliveryUnit(DeliveryUnitType value)Sets the value of the minimumDeliveryUnit property.
-