|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.persistence.pyramid.jaxb.Pyramid
public class Pyramid
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PyramidFile" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CRS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.1.0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
configVersion
|
protected String |
crs
|
protected String |
pyramidFile
|
| Constructor Summary | |
|---|---|
Pyramid()
|
|
| Method Summary | |
|---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
String |
getCRS()
Gets the value of the crs property. |
String |
getPyramidFile()
Gets the value of the pyramidFile property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setCRS(String value)
Sets the value of the crs property. |
void |
setPyramidFile(String value)
Sets the value of the pyramidFile property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String pyramidFile
protected String crs
protected String configVersion
| Constructor Detail |
|---|
public Pyramid()
| Method Detail |
|---|
public String getPyramidFile()
Stringpublic void setPyramidFile(String value)
value - allowed object is
Stringpublic String getCRS()
Stringpublic void setCRS(String value)
value - allowed object is
Stringpublic String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||