org.deegree.crs
Class AxisType

java.lang.Object
  extended by org.deegree.crs.AxisType

public class AxisType
extends Object

The definition of an Axis in the deegree-crs-library.

Java class for AxisType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AxisType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://www.deegree.org/crs}Units"/>
         <element ref="{http://www.deegree.org/crs}AxisOrientation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String axisOrientation
           
protected  String name
           
protected  String units
           
 
Constructor Summary
AxisType()
           
 
Method Summary
 String getAxisOrientation()
          Gets the value of the axisOrientation property.
 String getName()
          Gets the value of the name property.
 String getUnits()
          Gets the value of the units property.
 void setAxisOrientation(String value)
          Sets the value of the axisOrientation property.
 void setName(String value)
          Sets the value of the name property.
 void setUnits(String value)
          Sets the value of the units property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

units

protected String units

axisOrientation

protected String axisOrientation
Constructor Detail

AxisType

public AxisType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUnits

public String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getAxisOrientation

public String getAxisOrientation()
Gets the value of the axisOrientation property.

Returns:
possible object is String

setAxisOrientation

public void setAxisOrientation(String value)
Sets the value of the axisOrientation property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.