|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.ChartOptionsType
public class ChartOptionsType
Java class for chartOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="chartOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="horizontal-axis" minOccurs="0">
<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>
</element>
<element name="vertical-axis" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="logarithmic-scale" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="minimum-value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="maximum-value" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ChartOptionsType.HorizontalAxis
Java class for anonymous complex type. |
static class |
ChartOptionsType.VerticalAxis
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ChartOptionsType.HorizontalAxis |
horizontalAxis
|
protected ChartOptionsType.VerticalAxis |
verticalAxis
|
| Constructor Summary | |
|---|---|
ChartOptionsType()
|
|
| Method Summary | |
|---|---|
ChartOptionsType.HorizontalAxis |
getHorizontalAxis()
Gets the value of the horizontalAxis property. |
ChartOptionsType.VerticalAxis |
getVerticalAxis()
Gets the value of the verticalAxis property. |
void |
setHorizontalAxis(ChartOptionsType.HorizontalAxis value)
Sets the value of the horizontalAxis property. |
void |
setVerticalAxis(ChartOptionsType.VerticalAxis value)
Sets the value of the verticalAxis property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ChartOptionsType.HorizontalAxis horizontalAxis
protected ChartOptionsType.VerticalAxis verticalAxis
| Constructor Detail |
|---|
public ChartOptionsType()
| Method Detail |
|---|
public ChartOptionsType.HorizontalAxis getHorizontalAxis()
ChartOptionsType.HorizontalAxispublic void setHorizontalAxis(ChartOptionsType.HorizontalAxis value)
value - allowed object is
ChartOptionsType.HorizontalAxispublic ChartOptionsType.VerticalAxis getVerticalAxis()
ChartOptionsType.VerticalAxispublic void setVerticalAxis(ChartOptionsType.VerticalAxis value)
value - allowed object is
ChartOptionsType.VerticalAxis
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||