|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser120.DisplayData
public class DisplayData
A graphical representation of data wherein the underlying numeric values are not (readily) accessible for analysis.. Examples are line plots and spectrograms.
Java class for DisplayData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayData">
<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}ProcessingLevel" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}ProviderResourceName" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}ProviderProcessingLevel" 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}MeasurementType" maxOccurs="unbounded"/>
<element ref="{http://www.spase-group.org/data/schema}TemporalDescription" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}SpectralRange" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}DisplayCadence" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}ObservedRegion" maxOccurs="unbounded" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<AccessInformation> |
accessInformation
|
protected java.lang.String |
caveats
|
protected javax.xml.datatype.Duration |
displayCadence
|
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<EnumMeasurementType> |
measurementType
|
protected java.util.List<EnumRegion> |
observedRegion
|
protected EnumProcessingLevel |
processingLevel
|
protected java.lang.String |
providerProcessingLevel
|
protected java.lang.String |
providerResourceName
|
protected java.lang.String |
providerVersion
|
protected ResourceHeader |
resourceHeader
|
protected java.lang.String |
resourceID
|
protected java.util.List<EnumSpectralRange> |
spectralRange
|
protected TemporalDescription |
temporalDescription
|
| Constructor Summary | |
|---|---|
DisplayData()
|
|
| 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. |
javax.xml.datatype.Duration |
getDisplayCadence()
Gets the value of the displayCadence 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<EnumMeasurementType> |
getMeasurementType()
Gets the value of the measurementType property. |
java.util.List<EnumRegion> |
getObservedRegion()
Gets the value of the observedRegion property. |
EnumProcessingLevel |
getProcessingLevel()
Gets the value of the processingLevel property. |
java.lang.String |
getProviderProcessingLevel()
Gets the value of the providerProcessingLevel 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. |
java.util.List<EnumSpectralRange> |
getSpectralRange()
Gets the value of the spectralRange property. |
TemporalDescription |
getTemporalDescription()
Gets the value of the temporalDescription property. |
void |
setCaveats(java.lang.String value)
Sets the value of the caveats property. |
void |
setDisplayCadence(javax.xml.datatype.Duration value)
Sets the value of the displayCadence property. |
void |
setProcessingLevel(EnumProcessingLevel value)
Sets the value of the processingLevel property. |
void |
setProviderProcessingLevel(java.lang.String value)
Sets the value of the providerProcessingLevel 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 |
setTemporalDescription(TemporalDescription value)
Sets the value of the temporalDescription 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 EnumProcessingLevel processingLevel
protected java.lang.String providerResourceName
protected java.lang.String providerProcessingLevel
protected java.lang.String providerVersion
protected java.util.List<java.lang.String> instrumentID
protected java.util.List<EnumMeasurementType> measurementType
protected TemporalDescription temporalDescription
protected java.util.List<EnumSpectralRange> spectralRange
protected javax.xml.datatype.Duration displayCadence
protected java.util.List<EnumRegion> observedRegion
protected java.lang.String caveats
protected java.util.List<java.lang.String> keyword
protected java.util.List<java.lang.String> inputResourceID
| Constructor Detail |
|---|
public DisplayData()
| 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 EnumProcessingLevel getProcessingLevel()
EnumProcessingLevelpublic void setProcessingLevel(EnumProcessingLevel value)
value - allowed object is
EnumProcessingLevelpublic java.lang.String getProviderResourceName()
Stringpublic void setProviderResourceName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderProcessingLevel()
Stringpublic void setProviderProcessingLevel(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<EnumMeasurementType> getMeasurementType()
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 measurementType property.
For example, to add a new item, do as follows:
getMeasurementType().add(newItem);
Objects of the following type(s) are allowed in the list
EnumMeasurementType
public TemporalDescription getTemporalDescription()
TemporalDescriptionpublic void setTemporalDescription(TemporalDescription value)
value - allowed object is
TemporalDescriptionpublic java.util.List<EnumSpectralRange> getSpectralRange()
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 spectralRange property.
For example, to add a new item, do as follows:
getSpectralRange().add(newItem);
Objects of the following type(s) are allowed in the list
EnumSpectralRange
public javax.xml.datatype.Duration getDisplayCadence()
Durationpublic void setDisplayCadence(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.util.List<EnumRegion> getObservedRegion()
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 observedRegion property.
For example, to add a new item, do as follows:
getObservedRegion().add(newItem);
Objects of the following type(s) are allowed in the list
EnumRegion
public 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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||