org.spase.parser120
Class DisplayData

java.lang.Object
  extended by org.spase.parser120.DisplayData

public class DisplayData
extends java.lang.Object

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

resourceID

protected java.lang.String resourceID

resourceHeader

protected ResourceHeader resourceHeader

accessInformation

protected java.util.List<AccessInformation> accessInformation

processingLevel

protected EnumProcessingLevel processingLevel

providerResourceName

protected java.lang.String providerResourceName

providerProcessingLevel

protected java.lang.String providerProcessingLevel

providerVersion

protected java.lang.String providerVersion

instrumentID

protected java.util.List<java.lang.String> instrumentID

measurementType

protected java.util.List<EnumMeasurementType> measurementType

temporalDescription

protected TemporalDescription temporalDescription

spectralRange

protected java.util.List<EnumSpectralRange> spectralRange

displayCadence

protected javax.xml.datatype.Duration displayCadence

observedRegion

protected java.util.List<EnumRegion> observedRegion

caveats

protected java.lang.String caveats

keyword

protected java.util.List<java.lang.String> keyword

inputResourceID

protected java.util.List<java.lang.String> inputResourceID
Constructor Detail

DisplayData

public DisplayData()
Method Detail

getResourceID

public java.lang.String getResourceID()
Gets the value of the resourceID property.

Returns:
possible object is String

setResourceID

public void setResourceID(java.lang.String value)
Sets the value of the resourceID property.

Parameters:
value - allowed object is String

getResourceHeader

public ResourceHeader getResourceHeader()
Gets the value of the resourceHeader property.

Returns:
possible object is ResourceHeader

setResourceHeader

public void setResourceHeader(ResourceHeader value)
Sets the value of the resourceHeader property.

Parameters:
value - allowed object is ResourceHeader

getAccessInformation

public java.util.List<AccessInformation> getAccessInformation()
Gets the value of the accessInformation 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 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


getProcessingLevel

public EnumProcessingLevel getProcessingLevel()
Gets the value of the processingLevel property.

Returns:
possible object is EnumProcessingLevel

setProcessingLevel

public void setProcessingLevel(EnumProcessingLevel value)
Sets the value of the processingLevel property.

Parameters:
value - allowed object is EnumProcessingLevel

getProviderResourceName

public java.lang.String getProviderResourceName()
Gets the value of the providerResourceName property.

Returns:
possible object is String

setProviderResourceName

public void setProviderResourceName(java.lang.String value)
Sets the value of the providerResourceName property.

Parameters:
value - allowed object is String

getProviderProcessingLevel

public java.lang.String getProviderProcessingLevel()
Gets the value of the providerProcessingLevel property.

Returns:
possible object is String

setProviderProcessingLevel

public void setProviderProcessingLevel(java.lang.String value)
Sets the value of the providerProcessingLevel property.

Parameters:
value - allowed object is String

getProviderVersion

public java.lang.String getProviderVersion()
Gets the value of the providerVersion property.

Returns:
possible object is String

setProviderVersion

public void setProviderVersion(java.lang.String value)
Sets the value of the providerVersion property.

Parameters:
value - allowed object is String

getInstrumentID

public java.util.List<java.lang.String> getInstrumentID()
Gets the value of the instrumentID 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 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


getMeasurementType

public java.util.List<EnumMeasurementType> getMeasurementType()
Gets the value of the measurementType 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 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


getTemporalDescription

public TemporalDescription getTemporalDescription()
Gets the value of the temporalDescription property.

Returns:
possible object is TemporalDescription

setTemporalDescription

public void setTemporalDescription(TemporalDescription value)
Sets the value of the temporalDescription property.

Parameters:
value - allowed object is TemporalDescription

getSpectralRange

public java.util.List<EnumSpectralRange> getSpectralRange()
Gets the value of the spectralRange 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 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


getDisplayCadence

public javax.xml.datatype.Duration getDisplayCadence()
Gets the value of the displayCadence property.

Returns:
possible object is Duration

setDisplayCadence

public void setDisplayCadence(javax.xml.datatype.Duration value)
Sets the value of the displayCadence property.

Parameters:
value - allowed object is Duration

getObservedRegion

public java.util.List<EnumRegion> getObservedRegion()
Gets the value of the observedRegion 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 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


getCaveats

public java.lang.String getCaveats()
Gets the value of the caveats property.

Returns:
possible object is String

setCaveats

public void setCaveats(java.lang.String value)
Sets the value of the caveats property.

Parameters:
value - allowed object is String

getKeyword

public java.util.List<java.lang.String> getKeyword()
Gets the value of the keyword 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 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


getInputResourceID

public java.util.List<java.lang.String> getInputResourceID()
Gets the value of the inputResourceID 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 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