org.collada._2005._11.colladaschema
Class GlesTexcombinerCommandRGBType

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

public class GlesTexcombinerCommandRGBType
extends Object

Defines the RGB portion of a texture_pipeline command. This is a combiner-mode texturing operation.

Java class for gles_texcombiner_commandRGB_type complex type.

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

 <complexType name="gles_texcombiner_commandRGB_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="argument" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_argumentRGB_type" maxOccurs="3"/>
       </sequence>
       <attribute name="operator" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_operatorRGB_enums" />
       <attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<GlesTexcombinerArgumentRGBType> argument
           
protected  GlesTexcombinerOperatorRGBEnums operator
           
protected  Float scale
           
 
Constructor Summary
GlesTexcombinerCommandRGBType()
           
 
Method Summary
 List<GlesTexcombinerArgumentRGBType> getArgument()
          Gets the value of the argument property.
 GlesTexcombinerOperatorRGBEnums getOperator()
          Gets the value of the operator property.
 Float getScale()
          Gets the value of the scale property.
 void setOperator(GlesTexcombinerOperatorRGBEnums value)
          Sets the value of the operator property.
 void setScale(Float value)
          Sets the value of the scale property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argument

protected List<GlesTexcombinerArgumentRGBType> argument

operator

protected GlesTexcombinerOperatorRGBEnums operator

scale

protected Float scale
Constructor Detail

GlesTexcombinerCommandRGBType

public GlesTexcombinerCommandRGBType()
Method Detail

getArgument

public List<GlesTexcombinerArgumentRGBType> getArgument()
Gets the value of the argument 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 argument property.

For example, to add a new item, do as follows:

    getArgument().add(newItem);
 

Objects of the following type(s) are allowed in the list GlesTexcombinerArgumentRGBType


getOperator

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

Returns:
possible object is GlesTexcombinerOperatorRGBEnums

setOperator

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

Parameters:
value - allowed object is GlesTexcombinerOperatorRGBEnums

getScale

public Float getScale()
Gets the value of the scale property.

Returns:
possible object is Float

setScale

public void setScale(Float value)
Sets the value of the scale property.

Parameters:
value - allowed object is Float

CroftSoft Javadoc

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