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

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

public class BoundedBy
extends Object

Helper class for Observation class containing the contents of XML element "BoundedBy".

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

Constructor Summary
BoundedBy()
           
 
Method Summary
 List<org.apache.axiom.om.OMAttribute> getAttributes()
           
 List<org.apache.axiom.om.OMElement> getElements()
           
 String getText()
           
 String getType()
           
 void setAttributes(List<org.apache.axiom.om.OMAttribute> that)
           
 void setElements(List<org.apache.axiom.om.OMElement> that)
           
 void setText(String that)
           
 void setType(String that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedBy

public BoundedBy()
Method Detail

getType

public String getType()

getText

public String getText()

getElements

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

getAttributes

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

setType

public void setType(String that)

setText

public void setText(String that)

setElements

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

setAttributes

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


Copyright © 2011. All Rights Reserved.