org.spase.parser110
Class Dimension

java.lang.Object
  extended by org.spase.parser110.Dimension

public class Dimension
extends java.lang.Object

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

size

protected java.math.BigInteger size

description

protected java.lang.String description
Constructor Detail

Dimension

public Dimension()
Method Detail

getSize

public java.math.BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger

setSize

public void setSize(java.math.BigInteger value)
Sets the value of the size property.

Parameters:
value - allowed object is BigInteger

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String