com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesDateRange.Between

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesDateRange.Between
Enclosing class:
AesDateRange

public static class AesDateRange.Between
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="fromDate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="toDate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar fromDate
           
protected  XMLGregorianCalendar toDate
           
 
Constructor Summary
AesDateRange.Between()
           
 
Method Summary
 XMLGregorianCalendar getFromDate()
          Gets the value of the fromDate property.
 XMLGregorianCalendar getToDate()
          Gets the value of the toDate property.
 void setFromDate(XMLGregorianCalendar value)
          Sets the value of the fromDate property.
 void setToDate(XMLGregorianCalendar value)
          Sets the value of the toDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromDate

protected XMLGregorianCalendar fromDate

toDate

protected XMLGregorianCalendar toDate
Constructor Detail

AesDateRange.Between

public AesDateRange.Between()
Method Detail

getFromDate

public XMLGregorianCalendar getFromDate()
Gets the value of the fromDate property.

Returns:
possible object is XMLGregorianCalendar

setFromDate

public void setFromDate(XMLGregorianCalendar value)
Sets the value of the fromDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getToDate

public XMLGregorianCalendar getToDate()
Gets the value of the toDate property.

Returns:
possible object is XMLGregorianCalendar

setToDate

public void setToDate(XMLGregorianCalendar value)
Sets the value of the toDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.