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.parcelshop.Vacations Class Reference

Public Member Functions

 Vacations ()
 
 Vacations (String startDate, String endDate)
 
String getStartDate ()
 
void setStartDate (String value)
 
String getEndDate ()
 
void setEndDate (String value)
 

Protected Attributes

String startDate
 
String endDate
 

Detailed Description

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 36 of file Vacations.java.

Constructor & Destructor Documentation

eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.Vacations ( )

Definition at line 43 of file Vacations.java.

eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.Vacations ( String  startDate,
String  endDate 
)

Definition at line 47 of file Vacations.java.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.getEndDate ( )

Gets the value of the endDate property.

Returns
possible object is String

Definition at line 85 of file Vacations.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.getStartDate ( )

Gets the value of the startDate property.

Returns
possible object is String

Definition at line 61 of file Vacations.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.setEndDate ( String  value)

Sets the value of the endDate property.

Parameters
valueallowed object is String

Definition at line 97 of file Vacations.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.setStartDate ( String  value)

Sets the value of the startDate property.

Parameters
valueallowed object is String

Definition at line 73 of file Vacations.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.endDate
protected

Definition at line 41 of file Vacations.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Vacations.startDate
protected

Definition at line 39 of file Vacations.java.


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