org.collada._2005._11.colladaschema
Class GlesTextureUnit

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

public class GlesTextureUnit
extends Object

Java class for gles_texture_unit complex type.

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

 <complexType name="gles_texture_unit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="surface" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
         <element name="sampler_state" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
         <element name="texcoord" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="semantic" 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="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GlesTextureUnit.Texcoord
          Java class for anonymous complex type.
 
Field Summary
protected  List<Extra> extra
           
protected  String samplerState
           
protected  String sid
           
protected  String surface
           
protected  GlesTextureUnit.Texcoord texcoord
           
 
Constructor Summary
GlesTextureUnit()
           
 
Method Summary
 List<Extra> getExtra()
          Gets the value of the extra property.
 String getSamplerState()
          Gets the value of the samplerState property.
 String getSid()
          Gets the value of the sid property.
 String getSurface()
          Gets the value of the surface property.
 GlesTextureUnit.Texcoord getTexcoord()
          Gets the value of the texcoord property.
 void setSamplerState(String value)
          Sets the value of the samplerState property.
 void setSid(String value)
          Sets the value of the sid property.
 void setSurface(String value)
          Sets the value of the surface property.
 void setTexcoord(GlesTextureUnit.Texcoord value)
          Sets the value of the texcoord property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

surface

protected String surface

samplerState

protected String samplerState

texcoord

protected GlesTextureUnit.Texcoord texcoord

extra

protected List<Extra> extra

sid

protected String sid
Constructor Detail

GlesTextureUnit

public GlesTextureUnit()
Method Detail

getSurface

public String getSurface()
Gets the value of the surface property.

Returns:
possible object is String

setSurface

public void setSurface(String value)
Sets the value of the surface property.

Parameters:
value - allowed object is String

getSamplerState

public String getSamplerState()
Gets the value of the samplerState property.

Returns:
possible object is String

setSamplerState

public void setSamplerState(String value)
Sets the value of the samplerState property.

Parameters:
value - allowed object is String

getTexcoord

public GlesTextureUnit.Texcoord getTexcoord()
Gets the value of the texcoord property.

Returns:
possible object is GlesTextureUnit.Texcoord

setTexcoord

public void setTexcoord(GlesTextureUnit.Texcoord value)
Sets the value of the texcoord property.

Parameters:
value - allowed object is GlesTextureUnit.Texcoord

getExtra

public List<Extra> getExtra()
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


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)