|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesDateRange.Between
public static class AesDateRange.Between
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 |
|---|
protected XMLGregorianCalendar fromDate
protected XMLGregorianCalendar toDate
| Constructor Detail |
|---|
public AesDateRange.Between()
| Method Detail |
|---|
public XMLGregorianCalendar getFromDate()
XMLGregorianCalendarpublic void setFromDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getToDate()
XMLGregorianCalendarpublic void setToDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||