GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours Class Reference

Public Member Functions

XMLGregorianCalendar getFrom ()
 
void setFrom (XMLGregorianCalendar value)
 
XMLGregorianCalendar getTo ()
 
void setTo (XMLGregorianCalendar value)
 

Protected Attributes

XMLGregorianCalendar from
 
XMLGregorianCalendar to
 

Detailed Description

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 39 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.

Member Function Documentation

XMLGregorianCalendar eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours.getFrom ( )

Gets the value of the from property.

Returns
possible object is XMLGregorianCalendar

Definition at line 56 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.

XMLGregorianCalendar eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours.getTo ( )

Gets the value of the to property.

Returns
possible object is XMLGregorianCalendar

Definition at line 80 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours.setFrom ( XMLGregorianCalendar  value)

Sets the value of the from property.

Parameters
valueallowed object is XMLGregorianCalendar

Definition at line 68 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours.setTo ( XMLGregorianCalendar  value)

Sets the value of the to property.

Parameters
valueallowed object is XMLGregorianCalendar

Definition at line 92 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.

Member Data Documentation

XMLGregorianCalendar eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours.from
protected

Definition at line 43 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.

XMLGregorianCalendar eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.Hours.to
protected

Definition at line 46 of file fpcs/datatypes/soap/v1/timeframe/Hours.java.


The documentation for this class was generated from the following file: