org.spase.parser200
Class Element

java.lang.Object
  extended by org.spase.parser200.Element

public class Element
extends java.lang.Object

A component or individual unit of a multiple value quantity such as an array or vector.

Java class for Element complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Element">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Name"/>
         <element ref="{http://www.spase-group.org/data/schema}Component" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Index"/>
         <element ref="{http://www.spase-group.org/data/schema}ParameterKey" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}Units" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}UnitsConversion" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ValidMin" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}ValidMax" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}FillValue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnumComponent component
           
protected  java.lang.String fillValue
           
protected  java.util.List<java.math.BigInteger> index
           
protected  java.lang.String name
           
protected  java.lang.String parameterKey
           
protected  java.lang.String units
           
protected  java.lang.String unitsConversion
           
protected  java.lang.String validMax
           
protected  java.lang.String validMin
           
 
Constructor Summary
Element()
           
 
Method Summary
 EnumComponent getComponent()
          Gets the value of the component property.
 java.lang.String getFillValue()
          Gets the value of the fillValue property.
 java.util.List<java.math.BigInteger> getIndex()
          Gets the value of the index property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getParameterKey()
          Gets the value of the parameterKey property.
 java.lang.String getUnits()
          Gets the value of the units property.
 java.lang.String getUnitsConversion()
          Gets the value of the unitsConversion property.
 java.lang.String getValidMax()
          Gets the value of the validMax property.
 java.lang.String getValidMin()
          Gets the value of the validMin property.
 void setComponent(EnumComponent value)
          Sets the value of the component property.
 void setFillValue(java.lang.String value)
          Sets the value of the fillValue property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParameterKey(java.lang.String value)
          Sets the value of the parameterKey property.
 void setUnits(java.lang.String value)
          Sets the value of the units property.
 void setUnitsConversion(java.lang.String value)
          Sets the value of the unitsConversion property.
 void setValidMax(java.lang.String value)
          Sets the value of the validMax property.
 void setValidMin(java.lang.String value)
          Sets the value of the validMin 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

component

protected EnumComponent component

index

protected java.util.List<java.math.BigInteger> index

parameterKey

protected java.lang.String parameterKey

units

protected java.lang.String units

unitsConversion

protected java.lang.String unitsConversion

validMin

protected java.lang.String validMin

validMax

protected java.lang.String validMax

fillValue

protected java.lang.String fillValue
Constructor Detail

Element

public Element()
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

getComponent

public EnumComponent getComponent()
Gets the value of the component property.

Returns:
possible object is EnumComponent

setComponent

public void setComponent(EnumComponent value)
Sets the value of the component property.

Parameters:
value - allowed object is EnumComponent

getIndex

public java.util.List<java.math.BigInteger> getIndex()
Gets the value of the index property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the index property.

For example, to add a new item, do as follows:

    getIndex().add(newItem);
 

Objects of the following type(s) are allowed in the list BigInteger


getParameterKey

public java.lang.String getParameterKey()
Gets the value of the parameterKey property.

Returns:
possible object is String

setParameterKey

public void setParameterKey(java.lang.String value)
Sets the value of the parameterKey property.

Parameters:
value - allowed object is String

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

getUnitsConversion

public java.lang.String getUnitsConversion()
Gets the value of the unitsConversion property.

Returns:
possible object is String

setUnitsConversion

public void setUnitsConversion(java.lang.String value)
Sets the value of the unitsConversion property.

Parameters:
value - allowed object is String

getValidMin

public java.lang.String getValidMin()
Gets the value of the validMin property.

Returns:
possible object is String

setValidMin

public void setValidMin(java.lang.String value)
Sets the value of the validMin property.

Parameters:
value - allowed object is String

getValidMax

public java.lang.String getValidMax()
Gets the value of the validMax property.

Returns:
possible object is String

setValidMax

public void setValidMax(java.lang.String value)
Sets the value of the validMax property.

Parameters:
value - allowed object is String

getFillValue

public java.lang.String getFillValue()
Gets the value of the fillValue property.

Returns:
possible object is String

setFillValue

public void setFillValue(java.lang.String value)
Sets the value of the fillValue property.

Parameters:
value - allowed object is String