org.hackystat.telemetry.service.resource.chart.jaxb
Class YAxis

java.lang.Object
  extended by org.hackystat.telemetry.service.resource.chart.jaxb.YAxis
All Implemented Interfaces:
java.io.Serializable

public class YAxis
extends java.lang.Object
implements java.io.Serializable

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">
       <attribute ref="{}Name use="required""/>
       <attribute ref="{}Units use="required""/>
       <attribute ref="{}NumberType"/>
       <attribute ref="{}LowerBound"/>
       <attribute ref="{}UpperBound"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.math.BigInteger lowerBound
           
protected  java.lang.String name
           
protected  java.lang.String numberType
           
protected  java.lang.String units
           
protected  java.math.BigInteger upperBound
           
 
Constructor Summary
YAxis()
           
 
Method Summary
 java.math.BigInteger getLowerBound()
          Gets the value of the lowerBound property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNumberType()
          Gets the value of the numberType property.
 java.lang.String getUnits()
          Gets the value of the units property.
 java.math.BigInteger getUpperBound()
          Gets the value of the upperBound property.
 boolean isSetLowerBound()
           
 boolean isSetName()
           
 boolean isSetNumberType()
           
 boolean isSetUnits()
           
 boolean isSetUpperBound()
           
 void setLowerBound(java.math.BigInteger value)
          Sets the value of the lowerBound property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNumberType(java.lang.String value)
          Sets the value of the numberType property.
 void setUnits(java.lang.String value)
          Sets the value of the units property.
 void setUpperBound(java.math.BigInteger value)
          Sets the value of the upperBound property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

units

protected java.lang.String units

numberType

protected java.lang.String numberType

lowerBound

protected java.math.BigInteger lowerBound

upperBound

protected java.math.BigInteger upperBound
Constructor Detail

YAxis

public YAxis()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getUnits

public java.lang.String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(java.lang.String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

isSetUnits

public boolean isSetUnits()

getNumberType

public java.lang.String getNumberType()
Gets the value of the numberType property.

Returns:
possible object is String

setNumberType

public void setNumberType(java.lang.String value)
Sets the value of the numberType property.

Parameters:
value - allowed object is String

isSetNumberType

public boolean isSetNumberType()

getLowerBound

public java.math.BigInteger getLowerBound()
Gets the value of the lowerBound property.

Returns:
possible object is BigInteger

setLowerBound

public void setLowerBound(java.math.BigInteger value)
Sets the value of the lowerBound property.

Parameters:
value - allowed object is BigInteger

isSetLowerBound

public boolean isSetLowerBound()

getUpperBound

public java.math.BigInteger getUpperBound()
Gets the value of the upperBound property.

Returns:
possible object is BigInteger

setUpperBound

public void setUpperBound(java.math.BigInteger value)
Sets the value of the upperBound property.

Parameters:
value - allowed object is BigInteger

isSetUpperBound

public boolean isSetUpperBound()