|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eobjects.datacleaner.monitor.jaxb.ChartOptionsType.VerticalAxis
public static class ChartOptionsType.VerticalAxis
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 |
|---|
protected Integer height
protected boolean logarithmicScale
protected Integer minimumValue
protected Integer maximumValue
| Constructor Detail |
|---|
public ChartOptionsType.VerticalAxis()
| Method Detail |
|---|
public Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic boolean isLogarithmicScale()
public void setLogarithmicScale(boolean value)
public Integer getMinimumValue()
Integerpublic void setMinimumValue(Integer value)
value - allowed object is
Integerpublic Integer getMaximumValue()
Integerpublic void setMaximumValue(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||