|
GLS ShipIT
4.0.f3
GLS ShipIT - REST 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" minOccurs="0"/>
<element name="OpeningHours" type="{http://fpcs.gls-group.eu/v1/ParcelShop}OpeningClosingHours" minOccurs="0"/>
<element name="Breaks" type="{http://fpcs.gls-group.eu/v1/ParcelShop}OpeningClosingHours" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 43 of file WorkingDay.java.
| OpeningClosingHours eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.getBreaks | ( | ) |
Gets the value of the breaks property.
Definition at line 109 of file WorkingDay.java.
| DayOfWeek eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.getDayOfWeek | ( | ) |
Gets the value of the dayOfWeek property.
Definition at line 61 of file WorkingDay.java.
| OpeningClosingHours eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.WorkingDay.getOpeningHours | ( | ) |
Gets the value of the openingHours property.
Definition at line 85 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 121 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 73 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 97 of file WorkingDay.java.
|
protected |
Definition at line 51 of file WorkingDay.java.
|
protected |
Definition at line 47 of file WorkingDay.java.
|
protected |
Definition at line 49 of file WorkingDay.java.
1.8.13