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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesDateRange

public class AesDateRange
extends Object

This type is used to specifiy a date range.

Java class for AesDateRange complex type.

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

 <complexType name="AesDateRange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="on" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="between">
           <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>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AesDateRange.Between
          Java class for anonymous complex type.
 
Field Summary
protected  AesDateRange.Between between
           
protected  XMLGregorianCalendar on
           
 
Constructor Summary
AesDateRange()
           
 
Method Summary
 AesDateRange.Between getBetween()
          Gets the value of the between property.
 XMLGregorianCalendar getOn()
          Gets the value of the on property.
 void setBetween(AesDateRange.Between value)
          Sets the value of the between property.
 void setOn(XMLGregorianCalendar value)
          Sets the value of the on property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

on

protected XMLGregorianCalendar on

between

protected AesDateRange.Between between
Constructor Detail

AesDateRange

public AesDateRange()
Method Detail

getOn

public XMLGregorianCalendar getOn()
Gets the value of the on property.

Returns:
possible object is XMLGregorianCalendar

setOn

public void setOn(XMLGregorianCalendar value)
Sets the value of the on property.

Parameters:
value - allowed object is XMLGregorianCalendar

getBetween

public AesDateRange.Between getBetween()
Gets the value of the between property.

Returns:
possible object is AesDateRange.Between

setBetween

public void setBetween(AesDateRange.Between value)
Sets the value of the between property.

Parameters:
value - allowed object is AesDateRange.Between


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