es.uji.lsi.wcs.XmlWcsParsing
Class AxisDescription

java.lang.Object
  extended byes.uji.lsi.wcs.XmlWcsParsing.AxisDescription

public class AxisDescription
extends java.lang.Object

Author:
jaume

Constructor Summary
AxisDescription(XMLNode node)
          Creates a new instance of AxisDescription
 
Method Summary
 java.lang.String getDefault()
           
 java.lang.String getDescription()
           
 Interval getInterval()
           
 java.lang.String getLabel()
           
 java.lang.String getMetadataLink()
           
 java.lang.String getName()
           
 java.lang.String getRefSys()
           
 java.lang.String getRefSysLabel()
           
 java.lang.String getSemantic()
           
 java.util.ArrayList getSingleValues()
           
 java.lang.String getValuesType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisDescription

public AxisDescription(XMLNode node)
Creates a new instance of AxisDescription

Method Detail

getSemantic

public java.lang.String getSemantic()

getRefSys

public java.lang.String getRefSys()

getRefSysLabel

public java.lang.String getRefSysLabel()

getMetadataLink

public java.lang.String getMetadataLink()

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

getLabel

public java.lang.String getLabel()

getSingleValues

public java.util.ArrayList getSingleValues()

getValuesType

public java.lang.String getValuesType()

getInterval

public Interval getInterval()

getDefault

public java.lang.String getDefault()

toString

public java.lang.String toString()