org.n52.oxf.wcsModel.version100.wcsCapabilities
Class AxisDescriptionType

java.lang.Object
  extended by org.n52.oxf.serviceAdapters.wcs.model.version100.gml.AbstractGMLType
      extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionBaseType
          extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionType
              extended by org.n52.oxf.wcsModel.version100.wcsCapabilities.AxisDescriptionType

public class AxisDescriptionType
extends AbstractDescriptionType


Nested Class Summary
static class AxisDescriptionType.Values
           
 
Field Summary
protected  String refSys
           
protected  String refSysLabel
           
protected  String semantic
           
protected  AxisDescriptionType.Values values
           
 
Fields inherited from class org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionType
label
 
Fields inherited from class org.n52.oxf.serviceAdapters.wcs.model.version100.gml.AbstractGMLType
description, metaDataProperty, name
 
Constructor Summary
AxisDescriptionType()
           
 
Method Summary
 String getRefSys()
          Gets the value of the refSys property.
 String getRefSysLabel()
          Gets the value of the refSysLabel property.
 String getSemantic()
          Gets the value of the semantic property.
 AxisDescriptionType.Values getValues()
          Gets the value of the values property.
 void setRefSys(String value)
          Sets the value of the refSys property.
 void setRefSysLabel(String value)
          Sets the value of the refSysLabel property.
 void setSemantic(String value)
          Sets the value of the semantic property.
 void setValues(AxisDescriptionType.Values value)
          Sets the value of the values property.
 
Methods inherited from class org.n52.oxf.wcsModel.version100.wcsCapabilities.AbstractDescriptionType
getLabel, setLabel
 
Methods inherited from class org.n52.oxf.serviceAdapters.wcs.model.version100.gml.AbstractGMLType
_getMetaDataProperty, _getName, getDescription, getMetaDataProperty, getName, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected AxisDescriptionType.Values values

refSys

protected String refSys

refSysLabel

protected String refSysLabel

semantic

protected String semantic
Constructor Detail

AxisDescriptionType

public AxisDescriptionType()
Method Detail

getValues

public AxisDescriptionType.Values getValues()
Gets the value of the values property.

Returns:
possible object is AxisDescriptionType.Values

setValues

public void setValues(AxisDescriptionType.Values value)
Sets the value of the values property.

Parameters:
value - allowed object is AxisDescriptionType.Values

getRefSys

public String getRefSys()
Gets the value of the refSys property.

Returns:
possible object is String

setRefSys

public void setRefSys(String value)
Sets the value of the refSys property.

Parameters:
value - allowed object is String

getRefSysLabel

public String getRefSysLabel()
Gets the value of the refSysLabel property.

Returns:
possible object is String

setRefSysLabel

public void setRefSysLabel(String value)
Sets the value of the refSysLabel property.

Parameters:
value - allowed object is String

getSemantic

public String getSemantic()
Gets the value of the semantic property.

Returns:
possible object is String

setSemantic

public void setSemantic(String value)
Sets the value of the semantic property.

Parameters:
value - allowed object is String


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.