org.eobjects.datacleaner.monitor.jaxb
Class ChartOptionsType.HorizontalAxis.RollingAxis
java.lang.Object
org.eobjects.datacleaner.monitor.jaxb.ChartOptionsType.HorizontalAxis.RollingAxis
- Enclosing class:
- ChartOptionsType.HorizontalAxis
public static class ChartOptionsType.HorizontalAxis.RollingAxis
- extends Object
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="latest-number-of-days" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latestNumberOfDays
protected int latestNumberOfDays
ChartOptionsType.HorizontalAxis.RollingAxis
public ChartOptionsType.HorizontalAxis.RollingAxis()
getLatestNumberOfDays
public int getLatestNumberOfDays()
- Gets the value of the latestNumberOfDays property.
setLatestNumberOfDays
public void setLatestNumberOfDays(int value)
- Sets the value of the latestNumberOfDays property.
Copyright © 2012 Human Inference. All Rights Reserved.