org.collada._2005._11.colladaschema
Class VisualScene.EvaluateScene

java.lang.Object
  extended by org.collada._2005._11.colladaschema.VisualScene.EvaluateScene
Enclosing class:
VisualScene

public static class VisualScene.EvaluateScene
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="render" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="layer" type="{http://www.w3.org/2001/XMLSchema}NCName" maxOccurs="unbounded" minOccurs="0"/>
                   <element ref="{http://www.collada.org/2005/11/COLLADASchema}instance_effect" minOccurs="0"/>
                 </sequence>
                 <attribute name="camera_node" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class VisualScene.EvaluateScene.Render
          Java class for anonymous complex type.
 
Field Summary
protected  String name
           
protected  List<VisualScene.EvaluateScene.Render> render
           
 
Constructor Summary
VisualScene.EvaluateScene()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 List<VisualScene.EvaluateScene.Render> getRender()
          Gets the value of the render property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

render

protected List<VisualScene.EvaluateScene.Render> render

name

protected String name
Constructor Detail

VisualScene.EvaluateScene

public VisualScene.EvaluateScene()
Method Detail

getRender

public List<VisualScene.EvaluateScene.Render> getRender()
Gets the value of the render 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 render property.

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

    getRender().add(newItem);
 

Objects of the following type(s) are allowed in the list VisualScene.EvaluateScene.Render


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)