com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesOnceSchedule
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executionDateTime
protected XMLGregorianCalendar executionDateTime
AesOnceSchedule
public AesOnceSchedule()
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.