|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser121.Element
public class Element
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 |
|---|
protected java.lang.String name
protected EnumComponent component
protected java.util.List<java.math.BigInteger> index
protected java.lang.String parameterKey
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic EnumComponent getComponent()
EnumComponentpublic void setComponent(EnumComponent value)
value - allowed object is
EnumComponentpublic java.util.List<java.math.BigInteger> getIndex()
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
public java.lang.String getParameterKey()
Stringpublic void setParameterKey(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 | |||||||