GLS ShipIT
2.8.11
GLS ShipIT - REST services
|
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 |
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 48 of file PickAndShipService.java.
Date eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.getPickupDate | ( | ) |
Gets the value of the pickupDate property.
Definition at line 95 of file PickAndShipService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 71 of file PickAndShipService.java.
boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.isSendEMailToConsignee | ( | ) |
Gets the value of the sendEMailToConsignee property.
Definition at line 131 of file PickAndShipService.java.
boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.isSendEMailToShipper | ( | ) |
Gets the value of the sendEMailToShipper property.
Definition at line 115 of file PickAndShipService.java.
boolean eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.isSendSMSToShipper | ( | ) |
Gets the value of the sendSMSToShipper property.
Definition at line 147 of file PickAndShipService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.setPickupDate | ( | Date | value | ) |
Sets the value of the pickupDate property.
value | allowed object is String |
Definition at line 107 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 139 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 123 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 155 of file PickAndShipService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.PickAndShipService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
value | allowed object is String |
Definition at line 83 of file PickAndShipService.java.
|
protected |
Definition at line 55 of file PickAndShipService.java.
|
protected |
Definition at line 59 of file PickAndShipService.java.
|
protected |
Definition at line 57 of file PickAndShipService.java.
|
protected |
Definition at line 61 of file PickAndShipService.java.
|
protected |
Definition at line 51 of file PickAndShipService.java.