org.deegree.client.sos.storage.components
Class ObservationOffering

java.lang.Object
  extended by org.deegree.client.sos.storage.components.ObservationOffering

public class ObservationOffering
extends Object

Helper class for StorageGetCapabilities class containing the contents of the XML element "ObservationOffering".

Author:
Ulrich Neumeister, last edited by: $Author: aionita $

Constructor Summary
ObservationOffering()
           
 
Method Summary
 BoundedBy getBoundedBy()
           
 List<org.apache.axiom.om.OMElement> getFeaturesOfInterest()
           
 String getId()
           
 List<org.apache.axiom.om.OMElement> getIntendedApplications()
           
 List<org.apache.axiom.om.OMElement> getMetadata()
           
 List<String> getObservedProperties()
           
 List<String> getProcedures()
           
 List<org.apache.axiom.om.OMElement> getResponseFormats()
           
 List<org.apache.axiom.om.OMElement> getResponseModes()
           
 List<org.apache.axiom.om.OMElement> getResultModels()
           
 Time getTime()
           
 void setBoundedBy(BoundedBy that)
           
 void setFeaturesOfInterest(List<org.apache.axiom.om.OMElement> that)
           
 void setId(String that)
           
 void setIntendedApplications(List<org.apache.axiom.om.OMElement> that)
           
 void setMetadata(List<org.apache.axiom.om.OMElement> that)
           
 void setObservedProperties(List<String> that)
           
 void setProcedures(List<String> that)
           
 void setResponseFormats(List<org.apache.axiom.om.OMElement> that)
           
 void setResponseModes(List<org.apache.axiom.om.OMElement> that)
           
 void setResultModels(List<org.apache.axiom.om.OMElement> that)
           
 void setTime(Time that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservationOffering

public ObservationOffering()
Method Detail

getId

public String getId()

getMetadata

public List<org.apache.axiom.om.OMElement> getMetadata()

getBoundedBy

public BoundedBy getBoundedBy()

getIntendedApplications

public List<org.apache.axiom.om.OMElement> getIntendedApplications()

getTime

public Time getTime()

getProcedures

public List<String> getProcedures()

getObservedProperties

public List<String> getObservedProperties()

getFeaturesOfInterest

public List<org.apache.axiom.om.OMElement> getFeaturesOfInterest()

getResponseFormats

public List<org.apache.axiom.om.OMElement> getResponseFormats()

getResponseModes

public List<org.apache.axiom.om.OMElement> getResponseModes()

getResultModels

public List<org.apache.axiom.om.OMElement> getResultModels()

setId

public void setId(String that)

setMetadata

public void setMetadata(List<org.apache.axiom.om.OMElement> that)

setBoundedBy

public void setBoundedBy(BoundedBy that)

setIntendedApplications

public void setIntendedApplications(List<org.apache.axiom.om.OMElement> that)

setTime

public void setTime(Time that)

setProcedures

public void setProcedures(List<String> that)

setFeaturesOfInterest

public void setFeaturesOfInterest(List<org.apache.axiom.om.OMElement> that)

setResponseFormats

public void setResponseFormats(List<org.apache.axiom.om.OMElement> that)

setResponseModes

public void setResponseModes(List<org.apache.axiom.om.OMElement> that)

setResultModels

public void setResultModels(List<org.apache.axiom.om.OMElement> that)

setObservedProperties

public void setObservedProperties(List<String> that)


Copyright © 2011. All Rights Reserved.