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

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.ChartOptionsType.HorizontalAxis
Enclosing class:
ChartOptionsType

public static class ChartOptionsType.HorizontalAxis
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">
       <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

rollingAxis

protected ChartOptionsType.HorizontalAxis.RollingAxis rollingAxis

fixedAxis

protected ChartOptionsType.HorizontalAxis.FixedAxis fixedAxis
Constructor Detail

ChartOptionsType.HorizontalAxis

public ChartOptionsType.HorizontalAxis()
Method Detail

getRollingAxis

public ChartOptionsType.HorizontalAxis.RollingAxis getRollingAxis()
Gets the value of the rollingAxis property.

Returns:
possible object is ChartOptionsType.HorizontalAxis.RollingAxis

setRollingAxis

public void setRollingAxis(ChartOptionsType.HorizontalAxis.RollingAxis value)
Sets the value of the rollingAxis property.

Parameters:
value - allowed object is ChartOptionsType.HorizontalAxis.RollingAxis

getFixedAxis

public ChartOptionsType.HorizontalAxis.FixedAxis getFixedAxis()
Gets the value of the fixedAxis property.

Returns:
possible object is ChartOptionsType.HorizontalAxis.FixedAxis

setFixedAxis

public void setFixedAxis(ChartOptionsType.HorizontalAxis.FixedAxis value)
Sets the value of the fixedAxis property.

Parameters:
value - allowed object is ChartOptionsType.HorizontalAxis.FixedAxis


Copyright © 2012 Human Inference. All Rights Reserved.