org.spase.parser121
Class Element

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

public class Element
extends java.lang.Object

A component or indiviual 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnumComponent component
           
protected  java.util.List<java.math.BigInteger> index
           
protected  java.lang.String name
           
protected  java.lang.String parameterKey
           
 
Constructor Summary
Element()
           
 
Method Summary
 EnumComponent getComponent()
          Gets the value of the component 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.
 void setComponent(EnumComponent value)
          Sets the value of the component 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.
 
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
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