org.eobjects.datacleaner.monitor.jaxb
Class ChartOptionsType.HorizontalAxis.RollingAxis

java.lang.Object
  extended by 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>
 


Field Summary
protected  int latestNumberOfDays
           
 
Constructor Summary
ChartOptionsType.HorizontalAxis.RollingAxis()
           
 
Method Summary
 int getLatestNumberOfDays()
          Gets the value of the latestNumberOfDays property.
 void setLatestNumberOfDays(int value)
          Sets the value of the latestNumberOfDays property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latestNumberOfDays

protected int latestNumberOfDays
Constructor Detail

ChartOptionsType.HorizontalAxis.RollingAxis

public ChartOptionsType.HorizontalAxis.RollingAxis()
Method Detail

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.