|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser110.Dimension
public class Dimension
Attributes of an independent variable or axis associated with the data.
Java class for Dimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dimension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}Size"/>
<element ref="{http://www.spase-group.org/data/schema}Description"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.math.BigInteger |
size
|
| Constructor Summary | |
|---|---|
Dimension()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.math.BigInteger |
getSize()
Gets the value of the size property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setSize(java.math.BigInteger value)
Sets the value of the size property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger size
protected java.lang.String description
| Constructor Detail |
|---|
public Dimension()
| Method Detail |
|---|
public java.math.BigInteger getSize()
BigIntegerpublic void setSize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
String
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||