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

Public Member Functions

String getServiceName ()
 
void setServiceName (String value)
 
Date getPickupDate ()
 
void setPickupDate (Date value)
 
boolean isSendEMailToShipper ()
 
void setSendEMailToShipper (boolean value)
 
boolean isSendEMailToConsignee ()
 
void setSendEMailToConsignee (boolean value)
 
boolean isSendSMSToShipper ()
 
void setSendSMSToShipper (boolean value)
 

Protected Attributes

String serviceName
 
Date pickupDate
 
boolean sendEMailToShipper
 
boolean sendEMailToConsignee
 
boolean sendSMSToShipper
 

Detailed Description

Pick and return service attributes

Java class for PickAndReturnService complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="PickAndReturnService">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="PickupDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
        <element name="SendEMailToShipper" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="SendEMailToConsignee" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
        <element name="SendSMSToShipper" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 48 of file PickAndReturnService.java.

Member Function Documentation

◆ getPickupDate()

Date eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.getPickupDate ( )

Gets the value of the pickupDate property.

Returns
possible object is String

Definition at line 95 of file PickAndReturnService.java.

◆ getServiceName()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.getServiceName ( )

Gets the value of the serviceName property.

Returns
possible object is String

Definition at line 71 of file PickAndReturnService.java.

◆ isSendEMailToConsignee()

boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.isSendEMailToConsignee ( )

Gets the value of the sendEMailToConsignee property.

Definition at line 131 of file PickAndReturnService.java.

◆ isSendEMailToShipper()

boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.isSendEMailToShipper ( )

Gets the value of the sendEMailToShipper property.

Definition at line 115 of file PickAndReturnService.java.

◆ isSendSMSToShipper()

boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.isSendSMSToShipper ( )

Gets the value of the sendSMSToShipper property.

Definition at line 147 of file PickAndReturnService.java.

◆ setPickupDate()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.setPickupDate ( Date  value)

Sets the value of the pickupDate property.

Parameters
valueallowed object is String

Definition at line 107 of file PickAndReturnService.java.

◆ setSendEMailToConsignee()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.setSendEMailToConsignee ( boolean  value)

Sets the value of the sendEMailToConsignee property.

Definition at line 139 of file PickAndReturnService.java.

◆ setSendEMailToShipper()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.setSendEMailToShipper ( boolean  value)

Sets the value of the sendEMailToShipper property.

Definition at line 123 of file PickAndReturnService.java.

◆ setSendSMSToShipper()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.setSendSMSToShipper ( boolean  value)

Sets the value of the sendSMSToShipper property.

Definition at line 155 of file PickAndReturnService.java.

◆ setServiceName()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.setServiceName ( String  value)

Sets the value of the serviceName property.

Parameters
valueallowed object is String

Definition at line 83 of file PickAndReturnService.java.

Member Data Documentation

◆ pickupDate

Date eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.pickupDate
protected

Definition at line 55 of file PickAndReturnService.java.

◆ sendEMailToConsignee

boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.sendEMailToConsignee
protected

Definition at line 59 of file PickAndReturnService.java.

◆ sendEMailToShipper

boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.sendEMailToShipper
protected

Definition at line 57 of file PickAndReturnService.java.

◆ sendSMSToShipper

boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.sendSMSToShipper
protected

Definition at line 61 of file PickAndReturnService.java.

◆ serviceName

String eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndReturnService.serviceName
protected

Definition at line 51 of file PickAndReturnService.java.


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