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

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

public class AesOnceSchedule
extends Object

Java class for AesOnceSchedule complex type.

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

 <complexType name="AesOnceSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="executionDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar executionDateTime
           
 
Constructor Summary
AesOnceSchedule()
           
 
Method Summary
 XMLGregorianCalendar getExecutionDateTime()
          Gets the value of the executionDateTime property.
 void setExecutionDateTime(XMLGregorianCalendar value)
          Sets the value of the executionDateTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionDateTime

protected XMLGregorianCalendar executionDateTime
Constructor Detail

AesOnceSchedule

public AesOnceSchedule()
Method Detail

getExecutionDateTime

public XMLGregorianCalendar getExecutionDateTime()
Gets the value of the executionDateTime property.

Returns:
possible object is XMLGregorianCalendar

setExecutionDateTime

public void setExecutionDateTime(XMLGregorianCalendar value)
Sets the value of the executionDateTime property.

Parameters:
value - allowed object is XMLGregorianCalendar


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