org.collada._2005._11.colladaschema
Class InstanceController

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

public class InstanceController
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="skeleton" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}bind_material" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BindMaterial bindMaterial
           
protected  List<Extra> extra
           
protected  String name
           
protected  String sid
           
protected  List<String> skeleton
           
protected  String url
           
 
Constructor Summary
InstanceController()
           
 
Method Summary
 BindMaterial getBindMaterial()
          Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.
 List<Extra> getExtra()
          The extra element may appear any number of times.
 String getName()
          Gets the value of the name property.
 String getSid()
          Gets the value of the sid property.
 List<String> getSkeleton()
          Gets the value of the skeleton property.
 String getUrl()
          Gets the value of the url property.
 void setBindMaterial(BindMaterial value)
          Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.
 void setName(String value)
          Sets the value of the name property.
 void setSid(String value)
          Sets the value of the sid property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

skeleton

protected List<String> skeleton

bindMaterial

protected BindMaterial bindMaterial

extra

protected List<Extra> extra

name

protected String name

sid

protected String sid

url

protected String url
Constructor Detail

InstanceController

public InstanceController()
Method Detail

getSkeleton

public List<String> getSkeleton()
Gets the value of the skeleton 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 skeleton property.

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

    getSkeleton().add(newItem);
 

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


getBindMaterial

public BindMaterial getBindMaterial()
Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.

Returns:
possible object is BindMaterial

setBindMaterial

public void setBindMaterial(BindMaterial value)
Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.

Parameters:
value - allowed object is BindMaterial

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


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

getSid

public String getSid()
Gets the value of the sid property.

Returns:
possible object is String

setSid

public void setSid(String value)
Sets the value of the sid property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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