org.deegree.crs
Class Identifiable

java.lang.Object
  extended by org.deegree.crs.Identifiable
Direct Known Subclasses:
AbstractCRS, CompoundCRSType, EllipsoidType, GeodeticDatumType, PrimeMeridianType, ProjectionType, TransformationType

public abstract class Identifiable
extends Object

The ellipsoids, datums, wgs84Transformations, projections and crs's must have at least one identifier and may have more descriptive values.

Java class for _Identifiable complex type.

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

 <complexType name="_Identifiable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="AreaOfUse" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> id
           
protected  List<JAXBElement<String>> nameOrVersionOrDescription
           
 
Constructor Summary
Identifiable()
           
 
Method Summary
 List<String> getId()
          Gets the value of the id property.
 List<JAXBElement<String>> getNameOrVersionOrDescription()
          Gets the value of the nameOrVersionOrDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected List<String> id

nameOrVersionOrDescription

protected List<JAXBElement<String>> nameOrVersionOrDescription
Constructor Detail

Identifiable

public Identifiable()
Method Detail

getId

public List<String> getId()
Gets the value of the id 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 id property.

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

    getId().add(newItem);
 

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


getNameOrVersionOrDescription

public List<JAXBElement<String>> getNameOrVersionOrDescription()
Gets the value of the nameOrVersionOrDescription 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 nameOrVersionOrDescription property.

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

    getNameOrVersionOrDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String>



Copyright © 2011. All Rights Reserved.