GLS ShipIT  3.5.15
GLS ShipIT - SOAP services
Public Member Functions | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory Class Reference

Public Member Functions

 ObjectFactory ()
 
ValidateShipmentRequestData createValidateShipmentRequestData ()
 
Shipment createShipment ()
 
ShipmentRequestData createShipmentRequestData ()
 
PrintingOptions createPrintingOptions ()
 
CustomContent createCustomContent ()
 
ReturnOptions createReturnOptions ()
 
AllowedServicesRequestParameter createAllowedServicesRequestParameter ()
 
Location createLocation ()
 
UpdateParcelWeightRequestParameter createUpdateParcelWeightRequestParameter ()
 
CreateParcelsResponse createCreateParcelsResponse ()
 
CreatedShipment createCreatedShipment ()
 
ValidateParcelsResponse createValidateParcelsResponse ()
 
ShipmentValidationResult createShipmentValidationResult ()
 
CancelParcelResponse createCancelParcelResponse ()
 
AllowedServicesResponse createAllowedServicesResponse ()
 
AllowedService createAllowedService ()
 
EndOfDayResponse createEndOfDayResponse ()
 
UpdateParcelWeightResponse createUpdateParcelWeightResponse ()
 
RelabelParcelRequestParameter createRelabelParcelRequestParameter ()
 
RelabelParcelResponse createRelabelParcelResponse ()
 
ReprintParcelRequestParameter createReprintParcelRequestParameter ()
 
ReprintParcelResponse createReprintParcelResponse ()
 
InvalidShipmentIDFault createInvalidShipmentIDFault ()
 
InvalidShipmentUnitFault createInvalidShipmentUnitFault ()
 
ShipmentUnit createShipmentUnit ()
 
CouldNotTransmitShipmentsFault createCouldNotTransmitShipmentsFault ()
 
ValidationIssue createValidationIssue ()
 
Document createDocument ()
 
ParcelData createParcelData ()
 
NDIArea createNDIArea ()
 
MondialRelayArea createMondialRelayArea ()
 
MetaData createMetaData ()
 
RoutingInfo createRoutingInfo ()
 
ExpressData createExpressData ()
 
ServiceArea createServiceArea ()
 
ServiceInfo createServiceInfo ()
 
Information createInformation ()
 
Barcodes createBarcodes ()
 
ReturnLabels createReturnLabels ()
 
DefinePrinter createDefinePrinter ()
 
JAXBElement< String > createTrackID (String value)
 
JAXBElement< String > createEndOfDayDate (String value)
 

Detailed Description

This object contains factory methods for each Java content interface and Java element interface generated in the eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Definition at line 25 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

Constructor & Destructor Documentation

◆ ObjectFactory()

eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.ObjectFactory ( )

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing

Definition at line 34 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

Member Function Documentation

◆ createAllowedService()

AllowedService eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createAllowedService ( )

◆ createAllowedServicesRequestParameter()

AllowedServicesRequestParameter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createAllowedServicesRequestParameter ( )

◆ createAllowedServicesResponse()

AllowedServicesResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createAllowedServicesResponse ( )

◆ createBarcodes()

Barcodes eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createBarcodes ( )

Create an instance of Barcodes

Definition at line 337 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createCancelParcelResponse()

CancelParcelResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createCancelParcelResponse ( )

◆ createCouldNotTransmitShipmentsFault()

CouldNotTransmitShipmentsFault eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createCouldNotTransmitShipmentsFault ( )

◆ createCreatedShipment()

CreatedShipment eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createCreatedShipment ( )

◆ createCreateParcelsResponse()

CreateParcelsResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createCreateParcelsResponse ( )

◆ createCustomContent()

CustomContent eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createCustomContent ( )

◆ createDefinePrinter()

DefinePrinter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createDefinePrinter ( )

◆ createDocument()

Document eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createDocument ( )

Create an instance of Document

Definition at line 257 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createEndOfDayDate()

JAXBElement<String> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createEndOfDayDate ( String  value)

Create an instance of JAXBElement

<

String

>
Parameters
valueJava instance representing xml element's value.
Returns
the new instance of JAXBElement
<
String
>

Definition at line 379 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createEndOfDayResponse()

EndOfDayResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createEndOfDayResponse ( )

◆ createExpressData()

ExpressData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createExpressData ( )

◆ createInformation()

Information eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createInformation ( )

◆ createInvalidShipmentIDFault()

InvalidShipmentIDFault eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createInvalidShipmentIDFault ( )

◆ createInvalidShipmentUnitFault()

InvalidShipmentUnitFault eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createInvalidShipmentUnitFault ( )

◆ createLocation()

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createLocation ( )

Create an instance of Location

Definition at line 97 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createMetaData()

MetaData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createMetaData ( )

Create an instance of MetaData

Definition at line 289 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createMondialRelayArea()

MondialRelayArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createMondialRelayArea ( )

◆ createNDIArea()

NDIArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createNDIArea ( )

Create an instance of NDIArea

Definition at line 273 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createParcelData()

ParcelData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createParcelData ( )

◆ createPrintingOptions()

PrintingOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createPrintingOptions ( )

◆ createRelabelParcelRequestParameter()

RelabelParcelRequestParameter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createRelabelParcelRequestParameter ( )

◆ createRelabelParcelResponse()

RelabelParcelResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createRelabelParcelResponse ( )

◆ createReprintParcelRequestParameter()

ReprintParcelRequestParameter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createReprintParcelRequestParameter ( )

◆ createReprintParcelResponse()

ReprintParcelResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createReprintParcelResponse ( )

◆ createReturnLabels()

ReturnLabels eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createReturnLabels ( )

◆ createReturnOptions()

ReturnOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createReturnOptions ( )

◆ createRoutingInfo()

RoutingInfo eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createRoutingInfo ( )

◆ createServiceArea()

ServiceArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createServiceArea ( )

◆ createServiceInfo()

ServiceInfo eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createServiceInfo ( )

◆ createShipment()

Shipment eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createShipment ( )

Create an instance of Shipment

Definition at line 49 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createShipmentRequestData()

ShipmentRequestData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createShipmentRequestData ( )

◆ createShipmentUnit()

ShipmentUnit eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createShipmentUnit ( )

◆ createShipmentValidationResult()

ShipmentValidationResult eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createShipmentValidationResult ( )

◆ createTrackID()

JAXBElement<String> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createTrackID ( String  value)

Create an instance of JAXBElement

<

String

>
Parameters
valueJava instance representing xml element's value.
Returns
the new instance of JAXBElement
<
String
>

Definition at line 366 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ObjectFactory.java.

◆ createUpdateParcelWeightRequestParameter()

UpdateParcelWeightRequestParameter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createUpdateParcelWeightRequestParameter ( )

◆ createUpdateParcelWeightResponse()

UpdateParcelWeightResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createUpdateParcelWeightResponse ( )

◆ createValidateParcelsResponse()

ValidateParcelsResponse eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createValidateParcelsResponse ( )

◆ createValidateShipmentRequestData()

ValidateShipmentRequestData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createValidateShipmentRequestData ( )

◆ createValidationIssue()

ValidationIssue eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ObjectFactory.createValidationIssue ( )

The documentation for this class was generated from the following file: