|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTexcombinerCommandAlphaType
public class GlesTexcombinerCommandAlphaType
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 |
|---|
protected List<GlesTexcombinerArgumentAlphaType> argument
protected GlesTexcombinerOperatorAlphaEnums operator
protected Float scale
| Constructor Detail |
|---|
public GlesTexcombinerCommandAlphaType()
| Method Detail |
|---|
public List<GlesTexcombinerArgumentAlphaType> getArgument()
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
public GlesTexcombinerOperatorAlphaEnums getOperator()
GlesTexcombinerOperatorAlphaEnumspublic void setOperator(GlesTexcombinerOperatorAlphaEnums value)
value - allowed object is
GlesTexcombinerOperatorAlphaEnumspublic Float getScale()
Floatpublic void setScale(Float value)
value - allowed object is
Float
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||