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

Public Member Functions

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

Protected Attributes

String contactID
 
Address alternativeShipperAddress
 
String frAlphaCustomerReference
 

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/v1/Common}Address" minOccurs="0"/>
        <element name="FRAlphaCustomerReference" type="{http://fpcs.gls-group.eu/v1/Common}FRAlphaCustomerReference" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 40 of file Shipper.java.

Member Function Documentation

◆ getAlternativeShipperAddress()

Address eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.getAlternativeShipperAddress ( )

Gets the value of the alternativeShipperAddress property.

Returns
possible object is Address

Definition at line 81 of file Shipper.java.

◆ getContactID()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.getContactID ( )

Gets the value of the contactID property.

Returns
possible object is String

Definition at line 57 of file Shipper.java.

◆ getFRAlphaCustomerReference()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.getFRAlphaCustomerReference ( )

Gets the value of the frAlphaCustomerReference property.

Returns
possible object is String

Definition at line 105 of file Shipper.java.

◆ setAlternativeShipperAddress()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.setAlternativeShipperAddress ( Address  value)

Sets the value of the alternativeShipperAddress property.

Parameters
valueallowed object is Address

Definition at line 93 of file Shipper.java.

◆ setContactID()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.setContactID ( String  value)

Sets the value of the contactID property.

Parameters
valueallowed object is String

Definition at line 69 of file Shipper.java.

◆ setFRAlphaCustomerReference()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.setFRAlphaCustomerReference ( String  value)

Sets the value of the frAlphaCustomerReference property.

Parameters
valueallowed object is String

Definition at line 117 of file Shipper.java.

Member Data Documentation

◆ alternativeShipperAddress

Address eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.alternativeShipperAddress
protected

Definition at line 45 of file Shipper.java.

◆ contactID

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.contactID
protected

Definition at line 43 of file Shipper.java.

◆ frAlphaCustomerReference

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.frAlphaCustomerReference
protected

Definition at line 47 of file Shipper.java.


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