org.eobjects.datacleaner.monitor.jaxb
Class ChartOptionsType

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.jaxb.ChartOptionsType

public class ChartOptionsType
extends Object

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

horizontalAxis

protected ChartOptionsType.HorizontalAxis horizontalAxis

verticalAxis

protected ChartOptionsType.VerticalAxis verticalAxis
Constructor Detail

ChartOptionsType

public ChartOptionsType()
Method Detail

getHorizontalAxis

public ChartOptionsType.HorizontalAxis getHorizontalAxis()
Gets the value of the horizontalAxis property.

Returns:
possible object is ChartOptionsType.HorizontalAxis

setHorizontalAxis

public void setHorizontalAxis(ChartOptionsType.HorizontalAxis value)
Sets the value of the horizontalAxis property.

Parameters:
value - allowed object is ChartOptionsType.HorizontalAxis

getVerticalAxis

public ChartOptionsType.VerticalAxis getVerticalAxis()
Gets the value of the verticalAxis property.

Returns:
possible object is ChartOptionsType.VerticalAxis

setVerticalAxis

public void setVerticalAxis(ChartOptionsType.VerticalAxis value)
Sets the value of the verticalAxis property.

Parameters:
value - allowed object is ChartOptionsType.VerticalAxis


Copyright © 2012 Human Inference. All Rights Reserved.