org.collada._2005._11.colladaschema
Class GlesTexenvCommandType

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

public class GlesTexenvCommandType
extends Object

Java class for gles_texenv_command_type complex type.

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

 <complexType name="gles_texenv_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"/>
       </sequence>
       <attribute name="operator" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texenv_mode_enums" />
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GlesTextureConstantType constant
           
protected  GlesTexenvModeEnums operator
           
protected  String unit
           
 
Constructor Summary
GlesTexenvCommandType()
           
 
Method Summary
 GlesTextureConstantType getConstant()
          Gets the value of the constant property.
 GlesTexenvModeEnums getOperator()
          Gets the value of the operator property.
 String getUnit()
          Gets the value of the unit property.
 void setConstant(GlesTextureConstantType value)
          Sets the value of the constant property.
 void setOperator(GlesTexenvModeEnums value)
          Sets the value of the operator property.
 void setUnit(String value)
          Sets the value of the unit 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

operator

protected GlesTexenvModeEnums operator

unit

protected String unit
Constructor Detail

GlesTexenvCommandType

public GlesTexenvCommandType()
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

getOperator

public GlesTexenvModeEnums getOperator()
Gets the value of the operator property.

Returns:
possible object is GlesTexenvModeEnums

setOperator

public void setOperator(GlesTexenvModeEnums value)
Sets the value of the operator property.

Parameters:
value - allowed object is GlesTexenvModeEnums

getUnit

public String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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