org.collada._2005._11.colladaschema
Class GlesTexcombinerArgumentAlphaType

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

public class GlesTexcombinerArgumentAlphaType
extends Object

Java class for gles_texcombiner_argumentAlpha_type complex type.

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

 <complexType name="gles_texcombiner_argumentAlpha_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="operand" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_operandAlpha_enums" default="SRC_ALPHA" />
       <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  GlesTexcombinerOperandAlphaEnums operand
           
protected  GlesTexcombinerSourceEnums source
           
protected  String unit
           
 
Constructor Summary
GlesTexcombinerArgumentAlphaType()
           
 
Method Summary
 GlesTexcombinerOperandAlphaEnums 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(GlesTexcombinerOperandAlphaEnums 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 GlesTexcombinerOperandAlphaEnums operand

source

protected GlesTexcombinerSourceEnums source

unit

protected String unit
Constructor Detail

GlesTexcombinerArgumentAlphaType

public GlesTexcombinerArgumentAlphaType()
Method Detail

getOperand

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

Returns:
possible object is GlesTexcombinerOperandAlphaEnums

setOperand

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

Parameters:
value - allowed object is GlesTexcombinerOperandAlphaEnums

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)