|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.service.resource.chart.jaxb.YAxis
public class YAxis
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>
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 |
---|
protected java.lang.String name
protected java.lang.String units
protected java.lang.String numberType
protected java.math.BigInteger lowerBound
protected java.math.BigInteger upperBound
Constructor Detail |
---|
public YAxis()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
public java.lang.String getUnits()
String
public void setUnits(java.lang.String value)
value
- allowed object is
String
public boolean isSetUnits()
public java.lang.String getNumberType()
String
public void setNumberType(java.lang.String value)
value
- allowed object is
String
public boolean isSetNumberType()
public java.math.BigInteger getLowerBound()
BigInteger
public void setLowerBound(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetLowerBound()
public java.math.BigInteger getUpperBound()
BigInteger
public void setUpperBound(java.math.BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetUpperBound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |