org.deegree.coverage.persistence.pyramid.jaxb
Class Pyramid

java.lang.Object
  extended by org.deegree.coverage.persistence.pyramid.jaxb.Pyramid

public class Pyramid
extends Object

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

pyramidFile

protected String pyramidFile

crs

protected String crs

configVersion

protected String configVersion
Constructor Detail

Pyramid

public Pyramid()
Method Detail

getPyramidFile

public String getPyramidFile()
Gets the value of the pyramidFile property.

Returns:
possible object is String

setPyramidFile

public void setPyramidFile(String value)
Sets the value of the pyramidFile property.

Parameters:
value - allowed object is String

getCRS

public String getCRS()
Gets the value of the crs property.

Returns:
possible object is String

setCRS

public void setCRS(String value)
Sets the value of the crs property.

Parameters:
value - allowed object is String

getConfigVersion

public String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.