|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.crs.AxisType
public class AxisType
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 |
---|
protected String name
protected String units
protected String axisOrientation
Constructor Detail |
---|
public AxisType()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getUnits()
String
public void setUnits(String value)
value
- allowed object is
String
public String getAxisOrientation()
String
public void setAxisOrientation(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |