org.deegree.crs
Class PMDefinitions

java.lang.Object
  extended by org.deegree.crs.Definitions
      extended by org.deegree.crs.PMDefinitions

public class PMDefinitions
extends Definitions

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/crs}_Definitions">
       <sequence>
         <element name="PrimeMeridian" type="{http://www.deegree.org/crs}PrimeMeridianType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<PrimeMeridianType> primeMeridian
           
 
Fields inherited from class org.deegree.crs.Definitions
configVersion
 
Constructor Summary
PMDefinitions()
           
 
Method Summary
 List<PrimeMeridianType> getPrimeMeridian()
          Gets the value of the primeMeridian property.
 
Methods inherited from class org.deegree.crs.Definitions
getConfigVersion, setConfigVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primeMeridian

protected List<PrimeMeridianType> primeMeridian
Constructor Detail

PMDefinitions

public PMDefinitions()
Method Detail

getPrimeMeridian

public List<PrimeMeridianType> getPrimeMeridian()
Gets the value of the primeMeridian property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the primeMeridian property.

For example, to add a new item, do as follows:

    getPrimeMeridian().add(newItem);
 

Objects of the following type(s) are allowed in the list PrimeMeridianType



Copyright © 2011. All Rights Reserved.