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

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

public class DataArray
extends Object

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

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

Constructor Summary
DataArray()
           
 
Method Summary
 String getCount()
           
 List<Field> getElementTypes()
           
 List<Pair<String,String>> getSeparators()
           
 String getValues()
           
 void setCount(String that)
           
 void setElementTypes(List<Field> that)
           
 void setSeparators(List<Pair<String,String>> that)
           
 void setValues(String that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataArray

public DataArray()
Method Detail

getCount

public String getCount()

getElementTypes

public List<Field> getElementTypes()

getSeparators

public List<Pair<String,String>> getSeparators()

getValues

public String getValues()

setCount

public void setCount(String that)

setElementTypes

public void setElementTypes(List<Field> that)

setSeparators

public void setSeparators(List<Pair<String,String>> that)

setValues

public void setValues(String that)


Copyright © 2011. All Rights Reserved.