|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getStartDate () |
| void | setStartDate (String value) |
| String | getEndDate () |
| void | setEndDate (String value) |
Protected Attributes | |
| String | startDate |
| String | endDate |
Holidays startDate -> endDate
Java class for Vacations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Vacations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file Vacations.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.getEndDate | ( | ) |
Gets the value of the endDate property.
Definition at line 76 of file Vacations.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.getStartDate | ( | ) |
Gets the value of the startDate property.
Definition at line 52 of file Vacations.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.setEndDate | ( | String | value | ) |
Sets the value of the endDate property.
| value | allowed object is String |
Definition at line 88 of file Vacations.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.setStartDate | ( | String | value | ) |
Sets the value of the startDate property.
| value | allowed object is String |
Definition at line 64 of file Vacations.java.
|
protected |
Definition at line 42 of file Vacations.java.
|
protected |
Definition at line 40 of file Vacations.java.
1.8.13