org.collada._2005._11.colladaschema
Class VisualScene

java.lang.Object
  extended by org.collada._2005._11.colladaschema.VisualScene

public class VisualScene
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 ref="{http://www.collada.org/2005/11/COLLADASchema}asset" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}node" maxOccurs="unbounded"/>
         <element name="evaluate_scene" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class VisualScene.EvaluateScene
          Java class for anonymous complex type.
 
Field Summary
protected  Asset asset
           
protected  List<VisualScene.EvaluateScene> evaluateScene
           
protected  List<Extra> extra
           
protected  String id
           
protected  String name
           
protected  List<Node> node
           
 
Constructor Summary
VisualScene()
           
 
Method Summary
 Asset getAsset()
          The visual_scene element may contain an asset element.
 List<VisualScene.EvaluateScene> getEvaluateScene()
          Gets the value of the evaluateScene property.
 List<Extra> getExtra()
          The extra element may appear any number of times.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 List<Node> getNode()
          The visual_scene element must have at least one node element.
 void setAsset(Asset value)
          The visual_scene element may contain an asset element.
 void setId(String value)
          Sets the value of the id 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

asset

protected Asset asset

node

protected List<Node> node

evaluateScene

protected List<VisualScene.EvaluateScene> evaluateScene

extra

protected List<Extra> extra

id

protected String id

name

protected String name
Constructor Detail

VisualScene

public VisualScene()
Method Detail

getAsset

public Asset getAsset()
The visual_scene element may contain an asset element.

Returns:
possible object is Asset

setAsset

public void setAsset(Asset value)
The visual_scene element may contain an asset element.

Parameters:
value - allowed object is Asset

getNode

public List<Node> getNode()
The visual_scene element must have at least one node element. Gets the value of the node 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 node property.

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

    getNode().add(newItem);
 

Objects of the following type(s) are allowed in the list Node


getEvaluateScene

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

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

    getEvaluateScene().add(newItem);
 

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


getExtra

public List<Extra> getExtra()
The extra element may appear any number of times. Gets the value of the extra 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 extra property.

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

    getExtra().add(newItem);
 

Objects of the following type(s) are allowed in the list Extra


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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)