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

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

public static class CgSurfaceType.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}cg_setparam_simple" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CgSurfaceType.Generator.Name
          Java class for anonymous complex type.
 
Field Summary
protected  List<FxAnnotateCommon> annotate
           
protected  List<Object> codeOrInclude
           
protected  CgSurfaceType.Generator.Name name
           
protected  List<CgSetparamSimple> setparam
           
 
Constructor Summary
CgSurfaceType.Generator()
           
 
Method Summary
 List<FxAnnotateCommon> getAnnotate()
          Gets the value of the annotate property.
 List<Object> getCodeOrInclude()
          Gets the value of the codeOrInclude property.
 CgSurfaceType.Generator.Name getName()
          Gets the value of the name property.
 List<CgSetparamSimple> getSetparam()
          Gets the value of the setparam property.
 void setName(CgSurfaceType.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 CgSurfaceType.Generator.Name name

setparam

protected List<CgSetparamSimple> setparam
Constructor Detail

CgSurfaceType.Generator

public CgSurfaceType.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 CgSurfaceType.Generator.Name getName()
Gets the value of the name property.

Returns:
possible object is CgSurfaceType.Generator.Name

setName

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

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

getSetparam

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


CroftSoft Javadoc

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