org.collada._2005._11.colladaschema
Class GlslSurfaceType.Generator

java.lang.Object
  extended by org.collada._2005._11.colladaschema.GlslSurfaceType.Generator
Enclosing class:
GlslSurfaceType

public static class GlslSurfaceType.Generator
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="annotate" type="{http://www.collada.org/2005/11/COLLADASchema}fx_annotate_common" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element name="code" type="{http://www.collada.org/2005/11/COLLADASchema}fx_code_profile"/>
           <element name="include" type="{http://www.collada.org/2005/11/COLLADASchema}fx_include_common"/>
         </choice>
         <element name="name">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>NCName">
                 <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="setparam" type="{http://www.collada.org/2005/11/COLLADASchema}glsl_setparam_simple" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GlslSurfaceType.Generator.Name
          Java class for anonymous complex type.
 
Field Summary
protected  List<FxAnnotateCommon> annotate
           
protected  List<Object> codeOrInclude
           
protected  GlslSurfaceType.Generator.Name name
           
protected  List<GlslSetparamSimple> setparam
           
 
Constructor Summary
GlslSurfaceType.Generator()
           
 
Method Summary
 List<FxAnnotateCommon> getAnnotate()
          Gets the value of the annotate property.
 List<Object> getCodeOrInclude()
          Gets the value of the codeOrInclude property.
 GlslSurfaceType.Generator.Name getName()
          Gets the value of the name property.
 List<GlslSetparamSimple> getSetparam()
          Gets the value of the setparam property.
 void setName(GlslSurfaceType.Generator.Name value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotate

protected List<FxAnnotateCommon> annotate

codeOrInclude

protected List<Object> codeOrInclude

name

protected GlslSurfaceType.Generator.Name name

setparam

protected List<GlslSetparamSimple> setparam
Constructor Detail

GlslSurfaceType.Generator

public GlslSurfaceType.Generator()
Method Detail

getAnnotate

public List<FxAnnotateCommon> getAnnotate()
Gets the value of the annotate 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 annotate property.

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

    getAnnotate().add(newItem);
 

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


getCodeOrInclude

public List<Object> getCodeOrInclude()
Gets the value of the codeOrInclude 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 codeOrInclude property.

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

    getCodeOrInclude().add(newItem);
 

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


getName

public GlslSurfaceType.Generator.Name getName()
Gets the value of the name property.

Returns:
possible object is GlslSurfaceType.Generator.Name

setName

public void setName(GlslSurfaceType.Generator.Name value)
Sets the value of the name property.

Parameters:
value - allowed object is GlslSurfaceType.Generator.Name

getSetparam

public List<GlslSetparamSimple> getSetparam()
Gets the value of the setparam 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 setparam property.

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

    getSetparam().add(newItem);
 

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


CroftSoft Javadoc

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