|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.Catalog
public class Catalog
A tabular listing of events or observational notes, especially those that have utility in aiding a user in locating data. Catalogues include lists of events, files in a product, and data availability.
Java class for Catalog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Catalog">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}ResourceID"/>
<element ref="{http://www.spase-group.org/data/schema}ResourceHeader"/>
<element ref="{http://www.spase-group.org/data/schema}AccessInformation" maxOccurs="unbounded"/>
<element ref="{http://www.spase-group.org/data/schema}ProviderResourceName" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}ProviderVersion" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}InstrumentID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}PhenomenonType" maxOccurs="unbounded"/>
<element ref="{http://www.spase-group.org/data/schema}TimeSpan" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Caveats" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Keyword" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}InputResourceID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Parameter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<AccessInformation> |
accessInformation
|
protected java.lang.String |
caveats
|
protected java.util.List<Extension> |
extension
|
protected java.util.List<java.lang.String> |
inputResourceID
|
protected java.util.List<java.lang.String> |
instrumentID
|
protected java.util.List<java.lang.String> |
keyword
|
protected java.util.List<Parameter> |
parameter
|
protected java.util.List<EnumPhenomenonType> |
phenomenonType
|
protected java.lang.String |
providerResourceName
|
protected java.lang.String |
providerVersion
|
protected ResourceHeader |
resourceHeader
|
protected java.lang.String |
resourceID
|
protected TimeSpan |
timeSpan
|
| Constructor Summary | |
|---|---|
Catalog()
|
|
| Method Summary | |
|---|---|
java.util.List<AccessInformation> |
getAccessInformation()
Gets the value of the accessInformation property. |
java.lang.String |
getCaveats()
Gets the value of the caveats property. |
java.util.List<Extension> |
getExtension()
Gets the value of the extension property. |
java.util.List<java.lang.String> |
getInputResourceID()
Gets the value of the inputResourceID property. |
java.util.List<java.lang.String> |
getInstrumentID()
Gets the value of the instrumentID property. |
java.util.List<java.lang.String> |
getKeyword()
Gets the value of the keyword property. |
java.util.List<Parameter> |
getParameter()
Gets the value of the parameter property. |
java.util.List<EnumPhenomenonType> |
getPhenomenonType()
Gets the value of the phenomenonType property. |
java.lang.String |
getProviderResourceName()
Gets the value of the providerResourceName property. |
java.lang.String |
getProviderVersion()
Gets the value of the providerVersion property. |
ResourceHeader |
getResourceHeader()
Gets the value of the resourceHeader property. |
java.lang.String |
getResourceID()
Gets the value of the resourceID property. |
TimeSpan |
getTimeSpan()
Gets the value of the timeSpan property. |
void |
setCaveats(java.lang.String value)
Sets the value of the caveats property. |
void |
setProviderResourceName(java.lang.String value)
Sets the value of the providerResourceName property. |
void |
setProviderVersion(java.lang.String value)
Sets the value of the providerVersion property. |
void |
setResourceHeader(ResourceHeader value)
Sets the value of the resourceHeader property. |
void |
setResourceID(java.lang.String value)
Sets the value of the resourceID property. |
void |
setTimeSpan(TimeSpan value)
Sets the value of the timeSpan 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 resourceID
protected ResourceHeader resourceHeader
protected java.util.List<AccessInformation> accessInformation
protected java.lang.String providerResourceName
protected java.lang.String providerVersion
protected java.util.List<java.lang.String> instrumentID
protected java.util.List<EnumPhenomenonType> phenomenonType
protected TimeSpan timeSpan
protected java.lang.String caveats
protected java.util.List<java.lang.String> keyword
protected java.util.List<java.lang.String> inputResourceID
protected java.util.List<Parameter> parameter
protected java.util.List<Extension> extension
| Constructor Detail |
|---|
public Catalog()
| Method Detail |
|---|
public java.lang.String getResourceID()
Stringpublic void setResourceID(java.lang.String value)
value - allowed object is
Stringpublic ResourceHeader getResourceHeader()
ResourceHeaderpublic void setResourceHeader(ResourceHeader value)
value - allowed object is
ResourceHeaderpublic java.util.List<AccessInformation> getAccessInformation()
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 accessInformation property.
For example, to add a new item, do as follows:
getAccessInformation().add(newItem);
Objects of the following type(s) are allowed in the list
AccessInformation
public java.lang.String getProviderResourceName()
Stringpublic void setProviderResourceName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderVersion()
Stringpublic void setProviderVersion(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getInstrumentID()
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 instrumentID property.
For example, to add a new item, do as follows:
getInstrumentID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<EnumPhenomenonType> getPhenomenonType()
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 phenomenonType property.
For example, to add a new item, do as follows:
getPhenomenonType().add(newItem);
Objects of the following type(s) are allowed in the list
EnumPhenomenonType
public TimeSpan getTimeSpan()
TimeSpanpublic void setTimeSpan(TimeSpan value)
value - allowed object is
TimeSpanpublic java.lang.String getCaveats()
Stringpublic void setCaveats(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getKeyword()
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 keyword property.
For example, to add a new item, do as follows:
getKeyword().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getInputResourceID()
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 inputResourceID property.
For example, to add a new item, do as follows:
getInputResourceID().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Parameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||