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

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

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


Field Summary
protected  Integer height
           
protected  boolean logarithmicScale
           
protected  Integer maximumValue
           
protected  Integer minimumValue
           
 
Constructor Summary
ChartOptionsType.VerticalAxis()
           
 
Method Summary
 Integer getHeight()
          Gets the value of the height property.
 Integer getMaximumValue()
          Gets the value of the maximumValue property.
 Integer getMinimumValue()
          Gets the value of the minimumValue property.
 boolean isLogarithmicScale()
          Gets the value of the logarithmicScale property.
 void setHeight(Integer value)
          Sets the value of the height property.
 void setLogarithmicScale(boolean value)
          Sets the value of the logarithmicScale property.
 void setMaximumValue(Integer value)
          Sets the value of the maximumValue property.
 void setMinimumValue(Integer value)
          Sets the value of the minimumValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

protected Integer height

logarithmicScale

protected boolean logarithmicScale

minimumValue

protected Integer minimumValue

maximumValue

protected Integer maximumValue
Constructor Detail

ChartOptionsType.VerticalAxis

public ChartOptionsType.VerticalAxis()
Method Detail

getHeight

public Integer getHeight()
Gets the value of the height property.

Returns:
possible object is Integer

setHeight

public void setHeight(Integer value)
Sets the value of the height property.

Parameters:
value - allowed object is Integer

isLogarithmicScale

public boolean isLogarithmicScale()
Gets the value of the logarithmicScale property.


setLogarithmicScale

public void setLogarithmicScale(boolean value)
Sets the value of the logarithmicScale property.


getMinimumValue

public Integer getMinimumValue()
Gets the value of the minimumValue property.

Returns:
possible object is Integer

setMinimumValue

public void setMinimumValue(Integer value)
Sets the value of the minimumValue property.

Parameters:
value - allowed object is Integer

getMaximumValue

public Integer getMaximumValue()
Gets the value of the maximumValue property.

Returns:
possible object is Integer

setMaximumValue

public void setMaximumValue(Integer value)
Sets the value of the maximumValue property.

Parameters:
value - allowed object is Integer


Copyright © 2012 Human Inference. All Rights Reserved.