|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| XMLGregorianCalendar | getFrom () |
| void | setFrom (XMLGregorianCalendar value) |
| XMLGregorianCalendar | getTo () |
| void | setTo (XMLGregorianCalendar value) |
Protected Attributes | |
| XMLGregorianCalendar | from |
| XMLGregorianCalendar | to |
Hour from -> to (format HHMM or HHMMSS)
Java class for Hours complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Hours">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="To" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 40 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
| XMLGregorianCalendar eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Hours.getFrom | ( | ) |
Gets the value of the from property.
Definition at line 57 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
| XMLGregorianCalendar eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Hours.getTo | ( | ) |
Gets the value of the to property.
Definition at line 81 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Hours.setFrom | ( | XMLGregorianCalendar | value | ) |
Sets the value of the from property.
| value | allowed object is XMLGregorianCalendar |
Definition at line 69 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Hours.setTo | ( | XMLGregorianCalendar | value | ) |
Sets the value of the to property.
| value | allowed object is XMLGregorianCalendar |
Definition at line 93 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
|
protected |
Definition at line 44 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
|
protected |
Definition at line 47 of file fpcs/datatypes/soap/v1/parcelshop/Hours.java.
1.8.13