|
||||||||||
| 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.AesIntradaySchedule.OnlyBetween
public static class AesIntradaySchedule.OnlyBetween
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">
<sequence>
<element name="betweenStart" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="betweenEnd" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
betweenEnd
|
protected XMLGregorianCalendar |
betweenStart
|
| Constructor Summary | |
|---|---|
AesIntradaySchedule.OnlyBetween()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getBetweenEnd()
Gets the value of the betweenEnd property. |
XMLGregorianCalendar |
getBetweenStart()
Gets the value of the betweenStart property. |
void |
setBetweenEnd(XMLGregorianCalendar value)
Sets the value of the betweenEnd property. |
void |
setBetweenStart(XMLGregorianCalendar value)
Sets the value of the betweenStart property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar betweenStart
protected XMLGregorianCalendar betweenEnd
| Constructor Detail |
|---|
public AesIntradaySchedule.OnlyBetween()
| Method Detail |
|---|
public XMLGregorianCalendar getBetweenStart()
XMLGregorianCalendarpublic void setBetweenStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getBetweenEnd()
XMLGregorianCalendarpublic void setBetweenEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||