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

Public Member Functions

String getContactID ()
 
void setContactID (String value)
 
Address getAlternativeShipperAddress ()
 
void setAlternativeShipperAddress (Address value)
 
String getFRAlphaCustomerReference ()
 
void setFRAlphaCustomerReference (String value)
 
Address getAddress ()
 
void setAddress (Address value)
 

Protected Attributes

String contactID
 
Address alternativeShipperAddress
 
String frAlphaCustomerReference
 
Address address
 

Detailed Description

Shipper attributes - if only contact id is supplied, the system should take the shipping address from database.

Java class for Shipper complex type.

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

<complexType name="Shipper">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ContactID" type="{http://fpcs.gls-group.eu/v1/Common}Index"/>
        <element name="AlternativeShipperAddress" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Address" minOccurs="0"/>
        <element name="FRAlphaCustomerReference" type="{http://fpcs.gls-group.eu/v1/Common}FRAlphaCustomerReference" minOccurs="0"/>
        <element name="Address" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Address" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 44 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

Member Function Documentation

◆ getAddress()

Address eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.getAddress ( )

Gets the value of the address property.

Returns
possible object is Address

Definition at line 135 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ getAlternativeShipperAddress()

Address eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.getAlternativeShipperAddress ( )

Gets the value of the alternativeShipperAddress property.

Returns
possible object is Address

Definition at line 87 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ getContactID()

String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.getContactID ( )

Gets the value of the contactID property.

Returns
possible object is String

Definition at line 63 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ getFRAlphaCustomerReference()

String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.getFRAlphaCustomerReference ( )

Gets the value of the frAlphaCustomerReference property.

Returns
possible object is String

Definition at line 111 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ setAddress()

void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.setAddress ( Address  value)

Sets the value of the address property.

Parameters
valueallowed object is Address

Definition at line 147 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ setAlternativeShipperAddress()

void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.setAlternativeShipperAddress ( Address  value)

Sets the value of the alternativeShipperAddress property.

Parameters
valueallowed object is Address

Definition at line 99 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ setContactID()

void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.setContactID ( String  value)

Sets the value of the contactID property.

Parameters
valueallowed object is String

Definition at line 75 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

◆ setFRAlphaCustomerReference()

void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.setFRAlphaCustomerReference ( String  value)

Sets the value of the frAlphaCustomerReference property.

Parameters
valueallowed object is String

Definition at line 123 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/Shipper.java.

Member Data Documentation

◆ address

Address eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.address
protected

◆ alternativeShipperAddress

Address eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.alternativeShipperAddress
protected

◆ contactID

String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.contactID
protected

◆ frAlphaCustomerReference

String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper.frAlphaCustomerReference
protected

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