Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.DespatchType
-
Packages that use DespatchType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of DespatchType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as DespatchType Modifier and Type Field Description protected DespatchTypeDeliveryType. despatchprotected DespatchTypeGoodsItemType. despatchprotected DespatchTypePackageType. despatchprotected DespatchTypeTransportEquipmentType. despatchMethods in network.oxalis.peppol.ubl2.jaxb.cac that return DespatchType Modifier and Type Method Description DespatchTypeObjectFactory. createDespatchType()Create an instance ofDespatchTypeDespatchTypeDeliveryType. getDespatch()Gets the value of the despatch property.DespatchTypeGoodsItemType. getDespatch()Gets the value of the despatch property.DespatchTypePackageType. getDespatch()Gets the value of the despatch property.DespatchTypeTransportEquipmentType. getDespatch()Gets the value of the despatch property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type DespatchType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DespatchType>ObjectFactory. createDespatch(DespatchType value)Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type DespatchType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DespatchType>ObjectFactory. createDespatch(DespatchType value)voidDeliveryType. setDespatch(DespatchType value)Sets the value of the despatch property.voidGoodsItemType. setDespatch(DespatchType value)Sets the value of the despatch property.voidPackageType. setDespatch(DespatchType value)Sets the value of the despatch property.voidTransportEquipmentType. setDespatch(DespatchType value)Sets the value of the despatch property.
-