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

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

public class Time
extends Object

Helper class for StorageGetObservation class containing the contents of the XML element "Time".

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

Constructor Summary
Time()
           
 
Method Summary
 List<org.apache.axiom.om.OMAttribute> getAttributesOfChild()
           
 List<org.apache.axiom.om.OMAttribute> getAttributesOfTime()
           
 List<org.apache.axiom.om.OMElement> getElements()
           
 boolean getIsNull()
           
 void setAttributesOfChild(List<org.apache.axiom.om.OMAttribute> that)
           
 void setAttributesOfTime(List<org.apache.axiom.om.OMAttribute> that)
           
 void setElements(List<org.apache.axiom.om.OMElement> that)
           
 void setIsNull(boolean that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time

public Time()
Method Detail

getIsNull

public boolean getIsNull()

getAttributesOfTime

public List<org.apache.axiom.om.OMAttribute> getAttributesOfTime()

getAttributesOfChild

public List<org.apache.axiom.om.OMAttribute> getAttributesOfChild()

getElements

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

setIsNull

public void setIsNull(boolean that)

setAttributesOfTime

public void setAttributesOfTime(List<org.apache.axiom.om.OMAttribute> that)

setAttributesOfChild

public void setAttributesOfChild(List<org.apache.axiom.om.OMAttribute> that)

setElements

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


Copyright © 2011. All Rights Reserved.