org.collada._2005._11.colladaschema
Class GlslSetarrayType

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

public class GlslSetarrayType
extends Object

The glsl_newarray_type is used to creates a parameter of a one-dimensional array type.

Java class for glsl_setarray_type complex type.

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

 <complexType name="glsl_setarray_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <group ref="{http://www.collada.org/2005/11/COLLADASchema}glsl_param_type"/>
         <element name="array" type="{http://www.collada.org/2005/11/COLLADASchema}glsl_setarray_type"/>
       </choice>
       <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<?>> boolOrBool2OrBool3
           
protected  BigInteger length
           
 
Constructor Summary
GlslSetarrayType()
           
 
Method Summary
 List<JAXBElement<?>> getBoolOrBool2OrBool3()
          Gets the value of the boolOrBool2OrBool3 property.
 BigInteger getLength()
          Gets the value of the length property.
 void setLength(BigInteger value)
          Sets the value of the length property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boolOrBool2OrBool3

protected List<JAXBElement<?>> boolOrBool2OrBool3

length

protected BigInteger length
Constructor Detail

GlslSetarrayType

public GlslSetarrayType()
Method Detail

getBoolOrBool2OrBool3

public List<JAXBElement<?>> getBoolOrBool2OrBool3()
Gets the value of the boolOrBool2OrBool3 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 boolOrBool2OrBool3 property.

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

    getBoolOrBool2OrBool3().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Float> JAXBElement<GlSamplerRECT> JAXBElement<List<Float>> JAXBElement<GlSampler3D> JAXBElement<GlSamplerDEPTH> JAXBElement<GlSampler2D> JAXBElement<List<Integer>> JAXBElement<List<Float>> JAXBElement<List<Boolean>> JAXBElement<List<Boolean>> JAXBElement<String> JAXBElement<List<Float>> JAXBElement<GlSampler1D> JAXBElement<GlSamplerCUBE> JAXBElement<GlslSetarrayType> JAXBElement<List<Float>> JAXBElement<Integer> JAXBElement<GlslSurfaceType> JAXBElement<List<Integer>> JAXBElement<List<Boolean>> JAXBElement<Boolean> JAXBElement<List<Float>> JAXBElement<List<Integer>> JAXBElement<List<Float>>


getLength

public BigInteger getLength()
Gets the value of the length property.

Returns:
possible object is BigInteger

setLength

public void setLength(BigInteger value)
Sets the value of the length property.

Parameters:
value - allowed object is BigInteger

CroftSoft Javadoc

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