|
||||||||||
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.RenderableFileStoreConfig
public class RenderableFileStoreConfig
RenderableStore that is backed by blob files and texture directories.
Java class for RenderableFileStore element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="RenderableFileStore"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EntityFile" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PrototypeFile" 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 |
entityFile
|
protected Boolean |
isBillboard
|
protected String |
prototypeFile
|
protected List<String> |
textureDirectory
|
Constructor Summary | |
---|---|
RenderableFileStoreConfig()
|
Method Summary | |
---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
String |
getEntityFile()
Gets the value of the entityFile property. |
String |
getPrototypeFile()
Gets the value of the prototypeFile 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 |
setEntityFile(String value)
Sets the value of the entityFile property. |
void |
setIsBillboard(Boolean value)
Sets the value of the isBillboard property. |
void |
setPrototypeFile(String value)
Sets the value of the prototypeFile property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String entityFile
protected String prototypeFile
protected List<String> textureDirectory
protected String configVersion
protected Boolean isBillboard
Constructor Detail |
---|
public RenderableFileStoreConfig()
Method Detail |
---|
public String getEntityFile()
String
public void setEntityFile(String value)
value
- allowed object is
String
public String getPrototypeFile()
String
public void setPrototypeFile(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 |