org.deegree.client.sos.storage.components
Class BoundedBy
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundedBy
public BoundedBy()
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.