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

Public Member Functions

String getTrackID ()
 
void setTrackID (String value)
 
String getResult ()
 
void setResult (String value)
 

Protected Attributes

String trackID
 
String result
 

Detailed Description

Response attributes of cancelShipment 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 ref="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}TrackID"/>
        <element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 40 of file CancelParcelResponse.java.

Member Function Documentation

◆ getResult()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse.getResult ( )

Gets the value of the result property.

Returns
possible object is String

Definition at line 79 of file CancelParcelResponse.java.

◆ getTrackID()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse.getTrackID ( )

Gets the value of the trackID property.

Returns
possible object is String

Definition at line 55 of file CancelParcelResponse.java.

◆ setResult()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse.setResult ( String  value)

Sets the value of the result property.

Parameters
valueallowed object is String

Definition at line 91 of file CancelParcelResponse.java.

◆ setTrackID()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse.setTrackID ( String  value)

Sets the value of the trackID property.

Parameters
valueallowed object is String

Definition at line 67 of file CancelParcelResponse.java.

Member Data Documentation

◆ result

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse.result
protected

Definition at line 45 of file CancelParcelResponse.java.

◆ trackID

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CancelParcelResponse.trackID
protected

Definition at line 43 of file CancelParcelResponse.java.


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