|
||||||||||
| 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
public static class ChartOptionsType.HorizontalAxis
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">
<choice>
<element name="rolling-axis">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="latest-number-of-days" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="fixed-axis">
<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>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ChartOptionsType.HorizontalAxis.FixedAxis
Java class for anonymous complex type. |
static class |
ChartOptionsType.HorizontalAxis.RollingAxis
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ChartOptionsType.HorizontalAxis.FixedAxis |
fixedAxis
|
protected ChartOptionsType.HorizontalAxis.RollingAxis |
rollingAxis
|
| Constructor Summary | |
|---|---|
ChartOptionsType.HorizontalAxis()
|
|
| Method Summary | |
|---|---|
ChartOptionsType.HorizontalAxis.FixedAxis |
getFixedAxis()
Gets the value of the fixedAxis property. |
ChartOptionsType.HorizontalAxis.RollingAxis |
getRollingAxis()
Gets the value of the rollingAxis property. |
void |
setFixedAxis(ChartOptionsType.HorizontalAxis.FixedAxis value)
Sets the value of the fixedAxis property. |
void |
setRollingAxis(ChartOptionsType.HorizontalAxis.RollingAxis value)
Sets the value of the rollingAxis property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ChartOptionsType.HorizontalAxis.RollingAxis rollingAxis
protected ChartOptionsType.HorizontalAxis.FixedAxis fixedAxis
| Constructor Detail |
|---|
public ChartOptionsType.HorizontalAxis()
| Method Detail |
|---|
public ChartOptionsType.HorizontalAxis.RollingAxis getRollingAxis()
ChartOptionsType.HorizontalAxis.RollingAxispublic void setRollingAxis(ChartOptionsType.HorizontalAxis.RollingAxis value)
value - allowed object is
ChartOptionsType.HorizontalAxis.RollingAxispublic ChartOptionsType.HorizontalAxis.FixedAxis getFixedAxis()
ChartOptionsType.HorizontalAxis.FixedAxispublic void setFixedAxis(ChartOptionsType.HorizontalAxis.FixedAxis value)
value - allowed object is
ChartOptionsType.HorizontalAxis.FixedAxis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||