org.collada._2005._11.colladaschema
Class GlesTexcombinerArgumentRGBType

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

public class GlesTexcombinerArgumentRGBType
extends Object

Java class for gles_texcombiner_argumentRGB_type complex type.

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

 <complexType name="gles_texcombiner_argumentRGB_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="operand" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_operandRGB_enums" default="SRC_COLOR" />
       <attribute name="source" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_source_enums" />
       <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  GlesTexcombinerOperandRGBEnums operand
           
protected  GlesTexcombinerSourceEnums source
           
protected  String unit
           
 
Constructor Summary
GlesTexcombinerArgumentRGBType()
           
 
Method Summary
 GlesTexcombinerOperandRGBEnums getOperand()
          Gets the value of the operand property.
 GlesTexcombinerSourceEnums getSource()
          Gets the value of the source property.
 String getUnit()
          Gets the value of the unit property.
 void setOperand(GlesTexcombinerOperandRGBEnums value)
          Sets the value of the operand property.
 void setSource(GlesTexcombinerSourceEnums value)
          Sets the value of the source 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

operand

protected GlesTexcombinerOperandRGBEnums operand

source

protected GlesTexcombinerSourceEnums source

unit

protected String unit
Constructor Detail

GlesTexcombinerArgumentRGBType

public GlesTexcombinerArgumentRGBType()
Method Detail

getOperand

public GlesTexcombinerOperandRGBEnums getOperand()
Gets the value of the operand property.

Returns:
possible object is GlesTexcombinerOperandRGBEnums

setOperand

public void setOperand(GlesTexcombinerOperandRGBEnums value)
Sets the value of the operand property.

Parameters:
value - allowed object is GlesTexcombinerOperandRGBEnums

getSource

public GlesTexcombinerSourceEnums getSource()
Gets the value of the source property.

Returns:
possible object is GlesTexcombinerSourceEnums

setSource

public void setSource(GlesTexcombinerSourceEnums value)
Sets the value of the source property.

Parameters:
value - allowed object is GlesTexcombinerSourceEnums

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)