|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.sql.jaxb.SQLFeatureStoreJAXB.StorageCRS
public static class SQLFeatureStoreJAXB.StorageCRS
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 |
---|
protected String value
protected String srid
protected List<String> dim
Constructor Detail |
---|
public SQLFeatureStoreJAXB.StorageCRS()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getSrid()
String
public void setSrid(String value)
value
- allowed object is
String
public List<String> getDim()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |