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.PickAndShipService 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 ship service attributes

Java class for PickAndShipService complex type.

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

<complexType name="PickAndShipService">
  <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 49 of file PickAndShipService.java.

Member Function Documentation

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

Gets the value of the pickupDate property.

Returns
possible object is String

Definition at line 96 of file PickAndShipService.java.

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

Gets the value of the serviceName property.

Returns
possible object is String

Definition at line 72 of file PickAndShipService.java.

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

Gets the value of the sendEMailToConsignee property.

Definition at line 132 of file PickAndShipService.java.

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

Gets the value of the sendEMailToShipper property.

Definition at line 116 of file PickAndShipService.java.

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

Gets the value of the sendSMSToShipper property.

Definition at line 148 of file PickAndShipService.java.

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

Sets the value of the pickupDate property.

Parameters
valueallowed object is String

Definition at line 108 of file PickAndShipService.java.

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

Sets the value of the sendEMailToConsignee property.

Definition at line 140 of file PickAndShipService.java.

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

Sets the value of the sendEMailToShipper property.

Definition at line 124 of file PickAndShipService.java.

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

Sets the value of the sendSMSToShipper property.

Definition at line 156 of file PickAndShipService.java.

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

Sets the value of the serviceName property.

Parameters
valueallowed object is String

Definition at line 84 of file PickAndShipService.java.

Member Data Documentation

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

Definition at line 56 of file PickAndShipService.java.

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

Definition at line 60 of file PickAndShipService.java.

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

Definition at line 58 of file PickAndShipService.java.

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

Definition at line 62 of file PickAndShipService.java.

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

Definition at line 52 of file PickAndShipService.java.


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