org.deegree.client.sos.storage
Class StorageDescribeSensor

java.lang.Object
  extended by org.deegree.client.sos.storage.StorageDescribeSensor

public class StorageDescribeSensor
extends Object

Storage class containing the contents of a DescribeSensor request.

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

Constructor Summary
StorageDescribeSensor()
           
 
Method Summary
 List<org.apache.axiom.om.OMElement> getCapabilities()
           
 List<org.apache.axiom.om.OMElement> getCharacteristics()
           
 List<org.apache.axiom.om.OMElement> getClassification()
           
 List<org.apache.axiom.om.OMElement> getContact()
           
 List<org.apache.axiom.om.OMElement> getDocumentation()
           
 List<org.apache.axiom.om.OMElement> getHistory()
           
 List<org.apache.axiom.om.OMElement> getIdentification()
           
 List<org.apache.axiom.om.OMElement> getKeywords()
           
 List<org.apache.axiom.om.OMElement> getLegalConstraint()
           
 List<org.apache.axiom.om.OMElement> getMember()
           
 List<org.apache.axiom.om.OMElement> getSecurityConstraint()
           
 List<org.apache.axiom.om.OMElement> getValidTime()
           
 void setCapabilities(List<org.apache.axiom.om.OMElement> that)
           
 void setCharacteristics(List<org.apache.axiom.om.OMElement> that)
           
 void setClassification(List<org.apache.axiom.om.OMElement> that)
           
 void setContact(List<org.apache.axiom.om.OMElement> that)
           
 void setDocumentation(List<org.apache.axiom.om.OMElement> that)
           
 void setHistory(List<org.apache.axiom.om.OMElement> that)
           
 void setIdentification(List<org.apache.axiom.om.OMElement> that)
           
 void setKeywords(List<org.apache.axiom.om.OMElement> that)
           
 void setLegalConstraint(List<org.apache.axiom.om.OMElement> that)
           
 void setMember(List<org.apache.axiom.om.OMElement> that)
           
 void setSecurityConstraint(List<org.apache.axiom.om.OMElement> that)
           
 void setValidTime(List<org.apache.axiom.om.OMElement> that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageDescribeSensor

public StorageDescribeSensor()
Method Detail

getKeywords

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

getIdentification

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

getClassification

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

getValidTime

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

getSecurityConstraint

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

getLegalConstraint

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

getCharacteristics

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

getCapabilities

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

getContact

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

getDocumentation

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

getHistory

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

getMember

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

setKeywords

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

setIdentification

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

setClassification

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

setValidTime

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

setSecurityConstraint

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

setLegalConstraint

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

setCharacteristics

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

setCapabilities

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

setContact

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

setDocumentation

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

setHistory

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

setMember

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


Copyright © 2011. All Rights Reserved.