GLS ShipIT
2.8.11
GLS ShipIT - SOAP services
|
Public Member Functions | |
DayOfWeek | getDayOfWeek () |
void | setDayOfWeek (DayOfWeek value) |
OpeningClosingHours | getOpeningHours () |
void | setOpeningHours (OpeningClosingHours value) |
OpeningClosingHours | getBreaks () |
void | setBreaks (OpeningClosingHours value) |
Protected Attributes | |
DayOfWeek | dayOfWeek |
OpeningClosingHours | openingHours |
OpeningClosingHours | breaks |
Opening hours (per day) including breaks
Java class for WorkingDay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkingDay"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DayOfWeek" type="{http://fpcs.gls-group.eu/v1/Common}DayOfWeek"/> <element name="OpeningHours" type="{http://fpcs.gls-group.eu/v1/ParcelShop}OpeningClosingHours"/> <element name="Breaks" type="{http://fpcs.gls-group.eu/v1/ParcelShop}OpeningClosingHours" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 40 of file WorkingDay.java.
OpeningClosingHours eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.getBreaks | ( | ) |
Gets the value of the breaks property.
Definition at line 105 of file WorkingDay.java.
DayOfWeek eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.getDayOfWeek | ( | ) |
Gets the value of the dayOfWeek property.
Definition at line 57 of file WorkingDay.java.
OpeningClosingHours eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.getOpeningHours | ( | ) |
Gets the value of the openingHours property.
Definition at line 81 of file WorkingDay.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.setBreaks | ( | OpeningClosingHours | value | ) |
Sets the value of the breaks property.
value | allowed object is OpeningClosingHours |
Definition at line 117 of file WorkingDay.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.setDayOfWeek | ( | DayOfWeek | value | ) |
Sets the value of the dayOfWeek property.
value | allowed object is DayOfWeek |
Definition at line 69 of file WorkingDay.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.setOpeningHours | ( | OpeningClosingHours | value | ) |
Sets the value of the openingHours property.
value | allowed object is OpeningClosingHours |
Definition at line 93 of file WorkingDay.java.
|
protected |
Definition at line 47 of file WorkingDay.java.
|
protected |
Definition at line 43 of file WorkingDay.java.
|
protected |
Definition at line 45 of file WorkingDay.java.