|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.ChartOptionsType.HorizontalAxis.FixedAxis
public static class ChartOptionsType.HorizontalAxis.FixedAxis
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">
<all>
<element name="begin-date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="end-date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
beginDate
|
protected XMLGregorianCalendar |
endDate
|
| Constructor Summary | |
|---|---|
ChartOptionsType.HorizontalAxis.FixedAxis()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getBeginDate()
Gets the value of the beginDate property. |
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
void |
setBeginDate(XMLGregorianCalendar value)
Sets the value of the beginDate property. |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar beginDate
protected XMLGregorianCalendar endDate
| Constructor Detail |
|---|
public ChartOptionsType.HorizontalAxis.FixedAxis()
| Method Detail |
|---|
public XMLGregorianCalendar getBeginDate()
XMLGregorianCalendarpublic void setBeginDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||