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.tracking.TULReferenceData Class Reference

Public Member Functions

String getTrackID ()
 
void setTrackID (String value)
 
String getShipmentReference ()
 
void setShipmentReference (String value)
 
String getShipmentUnitReference ()
 
void setShipmentUnitReference (String value)
 
Date getDateFrom ()
 
void setDateFrom (Date value)
 
Date getDateTo ()
 
void setDateTo (Date value)
 

Protected Attributes

String trackID
 
String shipmentReference
 
String shipmentUnitReference
 
Date dateFrom
 
Date dateTo
 

Detailed Description

ReferenceData attributes (searchParcelStatus 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="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber" minOccurs="0"/>
        <element name="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" minOccurs="0"/>
        <element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" minOccurs="0"/>
        <element name="DateFrom" type="{http://www.w3.org/2001/XMLSchema}date"/>
        <element name="DateTo" type="{http://www.w3.org/2001/XMLSchema}date"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 50 of file TULReferenceData.java.

Member Function Documentation

Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getDateFrom ( )

Gets the value of the dateFrom property.

Returns
possible object is String

Definition at line 147 of file TULReferenceData.java.

Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getDateTo ( )

Gets the value of the dateTo property.

Returns
possible object is String

Definition at line 171 of file TULReferenceData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getShipmentReference ( )

Gets the value of the shipmentReference property.

Returns
possible object is String

Definition at line 99 of file TULReferenceData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getShipmentUnitReference ( )

Gets the value of the shipmentUnitReference property.

Returns
possible object is String

Definition at line 123 of file TULReferenceData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.getTrackID ( )

Gets the value of the trackID property.

Returns
possible object is String

Definition at line 75 of file TULReferenceData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setDateFrom ( Date  value)

Sets the value of the dateFrom property.

Parameters
valueallowed object is String

Definition at line 159 of file TULReferenceData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setDateTo ( Date  value)

Sets the value of the dateTo property.

Parameters
valueallowed object is String

Definition at line 183 of file TULReferenceData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setShipmentReference ( String  value)

Sets the value of the shipmentReference property.

Parameters
valueallowed object is String

Definition at line 111 of file TULReferenceData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setShipmentUnitReference ( String  value)

Sets the value of the shipmentUnitReference property.

Parameters
valueallowed object is String

Definition at line 135 of file TULReferenceData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.setTrackID ( String  value)

Sets the value of the trackID property.

Parameters
valueallowed object is String

Definition at line 87 of file TULReferenceData.java.

Member Data Documentation

Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.dateFrom
protected

Definition at line 61 of file TULReferenceData.java.

Date eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.dateTo
protected

Definition at line 65 of file TULReferenceData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.shipmentReference
protected

Definition at line 55 of file TULReferenceData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.shipmentUnitReference
protected

Definition at line 57 of file TULReferenceData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TULReferenceData.trackID
protected

Definition at line 53 of file TULReferenceData.java.


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