org.deegree.crs
Class Definitions

java.lang.Object
  extended by org.deegree.crs.Definitions
Direct Known Subclasses:
CRSConfiguration, CRSDefinitions, DatumDefinitions, EllipsoidDefinitions, PMDefinitions, ProjectionDefinitions, TransformationDefinitions

public abstract class Definitions
extends Object

The abstract root is used for the sole definition of the configuration version attribute.

Java class for _Definitions complex type.

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

 <complexType name="_Definitions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="configVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String configVersion
           
 
Constructor Summary
Definitions()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configVersion

protected String configVersion
Constructor Detail

Definitions

public Definitions()
Method Detail

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.