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

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

public class RenderableFileStoreConfig
extends Object

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

entityFile

protected String entityFile

prototypeFile

protected String prototypeFile

textureDirectory

protected List<String> textureDirectory

configVersion

protected String configVersion

isBillboard

protected Boolean isBillboard
Constructor Detail

RenderableFileStoreConfig

public RenderableFileStoreConfig()
Method Detail

getEntityFile

public String getEntityFile()
Gets the value of the entityFile property.

Returns:
possible object is String

setEntityFile

public void setEntityFile(String value)
Sets the value of the entityFile property.

Parameters:
value - allowed object is String

getPrototypeFile

public String getPrototypeFile()
Gets the value of the prototypeFile property.

Returns:
possible object is String

setPrototypeFile

public void setPrototypeFile(String value)
Sets the value of the prototypeFile 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.