org.collada._2005._11.colladaschema
Class GlesTexcombinerCommandAlphaType

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

public class GlesTexcombinerCommandAlphaType
extends Object

Java class for gles_texcombiner_commandAlpha_type complex type.

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

 <complexType name="gles_texcombiner_commandAlpha_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_argumentAlpha_type" maxOccurs="3"/>
       </sequence>
       <attribute name="operator" type="{http://www.collada.org/2005/11/COLLADASchema}gles_texcombiner_operatorAlpha_enums" />
       <attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<GlesTexcombinerArgumentAlphaType> argument
           
protected  GlesTexcombinerOperatorAlphaEnums operator
           
protected  Float scale
           
 
Constructor Summary
GlesTexcombinerCommandAlphaType()
           
 
Method Summary
 List<GlesTexcombinerArgumentAlphaType> getArgument()
          Gets the value of the argument property.
 GlesTexcombinerOperatorAlphaEnums getOperator()
          Gets the value of the operator property.
 Float getScale()
          Gets the value of the scale property.
 void setOperator(GlesTexcombinerOperatorAlphaEnums 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<GlesTexcombinerArgumentAlphaType> argument

operator

protected GlesTexcombinerOperatorAlphaEnums operator

scale

protected Float scale
Constructor Detail

GlesTexcombinerCommandAlphaType

public GlesTexcombinerCommandAlphaType()
Method Detail

getArgument

public List<GlesTexcombinerArgumentAlphaType> 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 GlesTexcombinerArgumentAlphaType


getOperator

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

Returns:
possible object is GlesTexcombinerOperatorAlphaEnums

setOperator

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

Parameters:
value - allowed object is GlesTexcombinerOperatorAlphaEnums

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)