org.deegree.rendering.r3d.jaxb.renderable
Class RenderableSQLStoreConfig

java.lang.Object
  extended by org.deegree.rendering.r3d.jaxb.renderable.RenderableSQLStoreConfig

public class RenderableSQLStoreConfig
extends Object

RenderableStore that is backed by an SQL database (currently only PostGIS).

Java class for RenderableSQLStore element declaration.

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

 <element name="RenderableSQLStore">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="JDBCConnId" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="EntityTable" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="PrototypeTable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="TextureDirectory" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" />
         <attribute name="isBillboard" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  String configVersion
           
protected  String entityTable
           
protected  Boolean isBillboard
           
protected  String jdbcConnId
           
protected  String prototypeTable
           
protected  List<String> textureDirectory
           
 
Constructor Summary
RenderableSQLStoreConfig()
           
 
Method Summary
 String getConfigVersion()
          Gets the value of the configVersion property.
 String getEntityTable()
          Gets the value of the entityTable property.
 String getJDBCConnId()
          Gets the value of the jdbcConnId property.
 String getPrototypeTable()
          Gets the value of the prototypeTable property.
 List<String> getTextureDirectory()
          Gets the value of the textureDirectory property.
 boolean isIsBillboard()
          Gets the value of the isBillboard property.
 void setConfigVersion(String value)
          Sets the value of the configVersion property.
 void setEntityTable(String value)
          Sets the value of the entityTable property.
 void setIsBillboard(Boolean value)
          Sets the value of the isBillboard property.
 void setJDBCConnId(String value)
          Sets the value of the jdbcConnId property.
 void setPrototypeTable(String value)
          Sets the value of the prototypeTable property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jdbcConnId

protected String jdbcConnId

entityTable

protected String entityTable

prototypeTable

protected String prototypeTable

textureDirectory

protected List<String> textureDirectory

configVersion

protected String configVersion

isBillboard

protected Boolean isBillboard
Constructor Detail

RenderableSQLStoreConfig

public RenderableSQLStoreConfig()
Method Detail

getJDBCConnId

public String getJDBCConnId()
Gets the value of the jdbcConnId property.

Returns:
possible object is String

setJDBCConnId

public void setJDBCConnId(String value)
Sets the value of the jdbcConnId property.

Parameters:
value - allowed object is String

getEntityTable

public String getEntityTable()
Gets the value of the entityTable property.

Returns:
possible object is String

setEntityTable

public void setEntityTable(String value)
Sets the value of the entityTable property.

Parameters:
value - allowed object is String

getPrototypeTable

public String getPrototypeTable()
Gets the value of the prototypeTable property.

Returns:
possible object is String

setPrototypeTable

public void setPrototypeTable(String value)
Sets the value of the prototypeTable property.

Parameters:
value - allowed object is String

getTextureDirectory

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

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

    getTextureDirectory().add(newItem);
 

Objects of the following type(s) are allowed in the list 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

isIsBillboard

public boolean isIsBillboard()
Gets the value of the isBillboard property.

Returns:
possible object is Boolean

setIsBillboard

public void setIsBillboard(Boolean value)
Sets the value of the isBillboard property.

Parameters:
value - allowed object is Boolean


Copyright © 2011. All Rights Reserved.