org.deegree.feature.persistence.sql.jaxb
Class SQLFeatureStoreJAXB.StorageCRS

java.lang.Object
  extended by org.deegree.feature.persistence.sql.jaxb.SQLFeatureStoreJAXB.StorageCRS
Enclosing class:
SQLFeatureStoreJAXB

public static class SQLFeatureStoreJAXB.StorageCRS
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="srid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dim" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKENS">
             <enumeration value="2D"/>
             <enumeration value="3D"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  List<String> dim
           
protected  String srid
           
protected  String value
           
 
Constructor Summary
SQLFeatureStoreJAXB.StorageCRS()
           
 
Method Summary
 List<String> getDim()
          Gets the value of the dim property.
 String getSrid()
          Gets the value of the srid property.
 String getValue()
          Gets the value of the value property.
 void setSrid(String value)
          Sets the value of the srid property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

srid

protected String srid

dim

protected List<String> dim
Constructor Detail

SQLFeatureStoreJAXB.StorageCRS

public SQLFeatureStoreJAXB.StorageCRS()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getSrid

public String getSrid()
Gets the value of the srid property.

Returns:
possible object is String

setSrid

public void setSrid(String value)
Sets the value of the srid property.

Parameters:
value - allowed object is String

getDim

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

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

    getDim().add(newItem);
 

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



Copyright © 2011. All Rights Reserved.