GLS ShipIT  2.8.11
GLS ShipIT - REST services
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 49 of file TULReferenceData.java.

Member Function Documentation

◆ getDateFrom()

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 146 of file TULReferenceData.java.

◆ getDateTo()

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 170 of file TULReferenceData.java.

◆ getShipmentReference()

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 98 of file TULReferenceData.java.

◆ getShipmentUnitReference()

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 122 of file TULReferenceData.java.

◆ getTrackID()

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 74 of file TULReferenceData.java.

◆ setDateFrom()

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 158 of file TULReferenceData.java.

◆ setDateTo()

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 182 of file TULReferenceData.java.

◆ setShipmentReference()

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 110 of file TULReferenceData.java.

◆ setShipmentUnitReference()

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 134 of file TULReferenceData.java.

◆ setTrackID()

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 86 of file TULReferenceData.java.

Member Data Documentation

◆ dateFrom

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

Definition at line 60 of file TULReferenceData.java.

◆ dateTo

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

Definition at line 64 of file TULReferenceData.java.

◆ shipmentReference

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

Definition at line 54 of file TULReferenceData.java.

◆ shipmentUnitReference

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

Definition at line 56 of file TULReferenceData.java.

◆ trackID

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

Definition at line 52 of file TULReferenceData.java.


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