org.collada._2005._11.colladaschema
Class GlesTexturePipeline

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

public class GlesTexturePipeline
extends Object

Defines a set of texturing commands that will be converted into multitexturing operations using glTexEnv in regular and combiner mode.

Java class for gles_texture_pipeline complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="gles_texture_pipeline">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="texcombiner" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_command_type"/>
         <element name="texenv" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texenv_command_type"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra"/>
       </choice>
       <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String sid
           
protected  List<Object> texcombinerOrTexenvOrExtra
           
 
Constructor Summary
GlesTexturePipeline()
           
 
Method Summary
 String getSid()
          Gets the value of the sid property.
 List<Object> getTexcombinerOrTexenvOrExtra()
          Gets the value of the texcombinerOrTexenvOrExtra property.
 void setSid(String value)
          Sets the value of the sid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

texcombinerOrTexenvOrExtra

protected List<Object> texcombinerOrTexenvOrExtra

sid

protected String sid
Constructor Detail

GlesTexturePipeline

public GlesTexturePipeline()
Method Detail

getTexcombinerOrTexenvOrExtra

public List<Object> getTexcombinerOrTexenvOrExtra()
Gets the value of the texcombinerOrTexenvOrExtra 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 texcombinerOrTexenvOrExtra property.

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

    getTexcombinerOrTexenvOrExtra().add(newItem);
 

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


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

CroftSoft Javadoc

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