|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.rendering.r3d.jaxb.renderable.RenderableSQLStoreConfig
public class RenderableSQLStoreConfig
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 |
---|
protected String jdbcConnId
protected String entityTable
protected String prototypeTable
protected List<String> textureDirectory
protected String configVersion
protected Boolean isBillboard
Constructor Detail |
---|
public RenderableSQLStoreConfig()
Method Detail |
---|
public String getJDBCConnId()
String
public void setJDBCConnId(String value)
value
- allowed object is
String
public String getEntityTable()
String
public void setEntityTable(String value)
value
- allowed object is
String
public String getPrototypeTable()
String
public void setPrototypeTable(String value)
value
- allowed object is
String
public List<String> getTextureDirectory()
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
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
public boolean isIsBillboard()
Boolean
public void setIsBillboard(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |