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

Public Member Functions

Location getSource ()
 
void setSource (Location value)
 
Location getDestination ()
 
void setDestination (Location value)
 
String getContactID ()
 
void setContactID (String value)
 

Protected Attributes

Location source
 
Location destination
 
String contactID
 

Detailed Description

Request (input) parameters for getAllowedServices request

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Source" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Location"/>
        <element name="Destination" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Location"/>
        <element name="ContactID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 44 of file AllowedServicesRequestParameter.java.

Member Function Documentation

◆ getContactID()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.getContactID ( )

Gets the value of the contactID property.

Returns
possible object is String

Definition at line 109 of file AllowedServicesRequestParameter.java.

◆ getDestination()

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.getDestination ( )

Gets the value of the destination property.

Returns
possible object is Location

Definition at line 85 of file AllowedServicesRequestParameter.java.

◆ getSource()

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.getSource ( )

Gets the value of the source property.

Returns
possible object is Location

Definition at line 61 of file AllowedServicesRequestParameter.java.

◆ setContactID()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.setContactID ( String  value)

Sets the value of the contactID property.

Parameters
valueallowed object is String

Definition at line 121 of file AllowedServicesRequestParameter.java.

◆ setDestination()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.setDestination ( Location  value)

Sets the value of the destination property.

Parameters
valueallowed object is Location

Definition at line 97 of file AllowedServicesRequestParameter.java.

◆ setSource()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.setSource ( Location  value)

Sets the value of the source property.

Parameters
valueallowed object is Location

Definition at line 73 of file AllowedServicesRequestParameter.java.

Member Data Documentation

◆ contactID

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.contactID
protected

Definition at line 51 of file AllowedServicesRequestParameter.java.

◆ destination

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.destination
protected

Definition at line 49 of file AllowedServicesRequestParameter.java.

◆ source

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.source
protected

Definition at line 47 of file AllowedServicesRequestParameter.java.


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