Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.TransportationServiceType
-
Packages that use TransportationServiceType Package Description network.oxalis.peppol.ubl2.jaxb network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of TransportationServiceType in network.oxalis.peppol.ubl2.jaxb
Fields in network.oxalis.peppol.ubl2.jaxb declared as TransportationServiceType Modifier and Type Field Description protected TransportationServiceTypeTransportExecutionPlanRequestType. mainTransportationServiceprotected TransportationServiceTypeTransportExecutionPlanType. mainTransportationServiceFields in network.oxalis.peppol.ubl2.jaxb with type parameters of type TransportationServiceType Modifier and Type Field Description protected List<TransportationServiceType>TransportExecutionPlanRequestType. additionalTransportationServiceprotected List<TransportationServiceType>TransportExecutionPlanType. additionalTransportationServiceprotected List<TransportationServiceType>TransportServiceDescriptionRequestType. transportationServiceprotected List<TransportationServiceType>TransportServiceDescriptionType. transportationServiceMethods in network.oxalis.peppol.ubl2.jaxb that return TransportationServiceType Modifier and Type Method Description TransportationServiceTypeTransportExecutionPlanRequestType. getMainTransportationService()Gets the value of the mainTransportationService property.TransportationServiceTypeTransportExecutionPlanType. getMainTransportationService()Gets the value of the mainTransportationService property.Methods in network.oxalis.peppol.ubl2.jaxb that return types with arguments of type TransportationServiceType Modifier and Type Method Description List<TransportationServiceType>TransportExecutionPlanRequestType. getAdditionalTransportationService()Gets the value of the additionalTransportationService property.List<TransportationServiceType>TransportExecutionPlanType. getAdditionalTransportationService()Gets the value of the additionalTransportationService property.List<TransportationServiceType>TransportServiceDescriptionRequestType. getTransportationService()Gets the value of the transportationService property.List<TransportationServiceType>TransportServiceDescriptionType. getTransportationService()Gets the value of the transportationService property.Methods in network.oxalis.peppol.ubl2.jaxb with parameters of type TransportationServiceType Modifier and Type Method Description voidTransportExecutionPlanRequestType. setMainTransportationService(TransportationServiceType value)Sets the value of the mainTransportationService property.voidTransportExecutionPlanType. setMainTransportationService(TransportationServiceType value)Sets the value of the mainTransportationService property. -
Uses of TransportationServiceType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as TransportationServiceType Modifier and Type Field Description protected TransportationServiceTypeConsignmentType. finalDeliveryTransportationServiceprotected TransportationServiceTypeConsignmentType. originalDespatchTransportationServiceprotected TransportationServiceTypeTransportationSegmentType. transportationServiceMethods in network.oxalis.peppol.ubl2.jaxb.cac that return TransportationServiceType Modifier and Type Method Description TransportationServiceTypeObjectFactory. createTransportationServiceType()Create an instance ofTransportationServiceTypeTransportationServiceTypeConsignmentType. getFinalDeliveryTransportationService()Gets the value of the finalDeliveryTransportationService property.TransportationServiceTypeConsignmentType. getOriginalDespatchTransportationService()Gets the value of the originalDespatchTransportationService property.TransportationServiceTypeTransportationSegmentType. getTransportationService()Gets the value of the transportationService property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type TransportationServiceType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TransportationServiceType>ObjectFactory. createAdditionalTransportationService(TransportationServiceType value)jakarta.xml.bind.JAXBElement<TransportationServiceType>ObjectFactory. createFinalDeliveryTransportationService(TransportationServiceType value)jakarta.xml.bind.JAXBElement<TransportationServiceType>ObjectFactory. createMainTransportationService(TransportationServiceType value)jakarta.xml.bind.JAXBElement<TransportationServiceType>ObjectFactory. createOriginalDespatchTransportationService(TransportationServiceType value)jakarta.xml.bind.JAXBElement<TransportationServiceType>ObjectFactory. createTransportationService(TransportationServiceType value)
-