GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
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 42 of file Shipper.java.

Member Function Documentation

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 83 of file Shipper.java.

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 59 of file Shipper.java.

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 107 of file Shipper.java.

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 95 of file Shipper.java.

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 71 of file Shipper.java.

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 119 of file Shipper.java.

Member Data Documentation

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

Definition at line 47 of file Shipper.java.

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

Definition at line 45 of file Shipper.java.

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

Definition at line 49 of file Shipper.java.


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