|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser121.Spase
public class Spase
Space Physics Archive Search and Extract (SPASE). The outermost container or envelope for SPASE metadata. This indicates the start of the SPASE metadata.
Java class for Spase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Spase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}Version"/>
<element ref="{http://www.spase-group.org/data/schema}ResourceEntity" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" default="en" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
lang
|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
resourceEntity
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
Spase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLang()
Gets the value of the lang property. |
java.util.List<javax.xml.bind.JAXBElement<?>> |
getResourceEntity()
Gets the value of the resourceEntity property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setVersion(java.lang.String value)
Sets the value of the version 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 version
protected java.util.List<javax.xml.bind.JAXBElement<?>> resourceEntity
protected java.lang.String lang
| Constructor Detail |
|---|
public Spase()
| Method Detail |
|---|
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<javax.xml.bind.JAXBElement<?>> getResourceEntity()
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 resourceEntity property.
For example, to add a new item, do as follows:
getResourceEntity().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Observatory>
JAXBElement<Granule>
JAXBElement<NumericalData>
JAXBElement<Repository>
JAXBElement<Service>
JAXBElement<Person>
JAXBElement<DisplayData>
JAXBElement<Registry>
JAXBElement<Extension>
JAXBElement<Catalog>
JAXBElement<Instrument>
JAXBElement<Object>
public java.lang.String getLang()
Stringpublic void setLang(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 | |||||||