org.collada._2005._11.colladaschema
Class GlesTexcombinerCommandType

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

public class GlesTexcombinerCommandType
extends Object

Java class for gles_texcombiner_command_type complex type.

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

 <complexType name="gles_texcombiner_command_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="constant" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texture_constant_type" minOccurs="0"/>
         <element name="RGB" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_commandRGB_type" minOccurs="0"/>
         <element name="alpha" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_commandAlpha_type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GlesTexcombinerCommandAlphaType alpha
           
protected  GlesTextureConstantType constant
           
protected  GlesTexcombinerCommandRGBType rgb
           
 
Constructor Summary
GlesTexcombinerCommandType()
           
 
Method Summary
 GlesTexcombinerCommandAlphaType getAlpha()
          Gets the value of the alpha property.
 GlesTextureConstantType getConstant()
          Gets the value of the constant property.
 GlesTexcombinerCommandRGBType getRGB()
          Gets the value of the rgb property.
 void setAlpha(GlesTexcombinerCommandAlphaType value)
          Sets the value of the alpha property.
 void setConstant(GlesTextureConstantType value)
          Sets the value of the constant property.
 void setRGB(GlesTexcombinerCommandRGBType value)
          Sets the value of the rgb property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constant

protected GlesTextureConstantType constant

rgb

protected GlesTexcombinerCommandRGBType rgb

alpha

protected GlesTexcombinerCommandAlphaType alpha
Constructor Detail

GlesTexcombinerCommandType

public GlesTexcombinerCommandType()
Method Detail

getConstant

public GlesTextureConstantType getConstant()
Gets the value of the constant property.

Returns:
possible object is GlesTextureConstantType

setConstant

public void setConstant(GlesTextureConstantType value)
Sets the value of the constant property.

Parameters:
value - allowed object is GlesTextureConstantType

getRGB

public GlesTexcombinerCommandRGBType getRGB()
Gets the value of the rgb property.

Returns:
possible object is GlesTexcombinerCommandRGBType

setRGB

public void setRGB(GlesTexcombinerCommandRGBType value)
Sets the value of the rgb property.

Parameters:
value - allowed object is GlesTexcombinerCommandRGBType

getAlpha

public GlesTexcombinerCommandAlphaType getAlpha()
Gets the value of the alpha property.

Returns:
possible object is GlesTexcombinerCommandAlphaType

setAlpha

public void setAlpha(GlesTexcombinerCommandAlphaType value)
Sets the value of the alpha property.

Parameters:
value - allowed object is GlesTexcombinerCommandAlphaType

CroftSoft Javadoc

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