org.collada._2005._11.colladaschema
Class ProfileGLES.Type.Technique

java.lang.Object
  extended by org.collada._2005._11.colladaschema.ProfileGLES.Type.Technique
Enclosing class:
ProfileGLES.Type

public static class ProfileGLES.Type.Technique
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 ref="{http://www.collada.org/2005/11/COLLADASchema}asset" minOccurs="0"/>
         <element name="annotate" type="{http://www.collada.org/2005/11/COLLADASchema}fx_annotate_common" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element ref="{http://www.collada.org/2005/11/COLLADASchema}image"/>
           <element name="newparam" type="{http://www.collada.org/2005/11/COLLADASchema}gles_newparam"/>
           <element name="setparam">
             <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"/>
                     <group ref="{http://www.collada.org/2005/11/COLLADASchema}gles_basic_type_common"/>
                   </sequence>
                   <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
         <element name="pass" maxOccurs="unbounded">
           <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"/>
                   <element name="color_target" type="{http://www.collada.org/2005/11/COLLADASchema}gles_rendertarget_common" minOccurs="0"/>
                   <element name="depth_target" type="{http://www.collada.org/2005/11/COLLADASchema}gles_rendertarget_common" minOccurs="0"/>
                   <element name="stencil_target" type="{http://www.collada.org/2005/11/COLLADASchema}gles_rendertarget_common" minOccurs="0"/>
                   <element name="color_clear" type="{http://www.collada.org/2005/11/COLLADASchema}fx_color_common" minOccurs="0"/>
                   <element name="depth_clear" type="{http://www.collada.org/2005/11/COLLADASchema}float" minOccurs="0"/>
                   <element name="stencil_clear" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/>
                   <element name="draw" type="{http://www.collada.org/2005/11/COLLADASchema}fx_draw_common" minOccurs="0"/>
                   <choice maxOccurs="unbounded" minOccurs="0">
                     <group ref="{http://www.collada.org/2005/11/COLLADASchema}gles_pipeline_settings"/>
                   </choice>
                   <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="sid" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProfileGLES.Type.Technique.Pass
          Java class for anonymous complex type.
static class ProfileGLES.Type.Technique.Setparam
          Java class for anonymous complex type.
 
Field Summary
protected  List<FxAnnotateCommon> annotate
           
protected  Asset asset
           
protected  List<Extra> extra
           
protected  String id
           
protected  List<Object> imageOrNewparamOrSetparam
           
protected  List<ProfileGLES.Type.Technique.Pass> pass
           
protected  String sid
           
 
Constructor Summary
ProfileGLES.Type.Technique()
           
 
Method Summary
 List<FxAnnotateCommon> getAnnotate()
          Gets the value of the annotate property.
 Asset getAsset()
          Gets the value of the asset property.
 List<Extra> getExtra()
          Gets the value of the extra property.
 String getId()
          Gets the value of the id property.
 List<Object> getImageOrNewparamOrSetparam()
          Gets the value of the imageOrNewparamOrSetparam property.
 List<ProfileGLES.Type.Technique.Pass> getPass()
          Gets the value of the pass property.
 String getSid()
          Gets the value of the sid property.
 void setAsset(Asset value)
          Sets the value of the asset property.
 void setId(String value)
          Sets the value of the id property.
 void setSid(String value)
          Sets the value of the sid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asset

protected Asset asset

annotate

protected List<FxAnnotateCommon> annotate

imageOrNewparamOrSetparam

protected List<Object> imageOrNewparamOrSetparam

pass

protected List<ProfileGLES.Type.Technique.Pass> pass

extra

protected List<Extra> extra

id

protected String id

sid

protected String sid
Constructor Detail

ProfileGLES.Type.Technique

public ProfileGLES.Type.Technique()
Method Detail

getAsset

public Asset getAsset()
Gets the value of the asset property.

Returns:
possible object is Asset

setAsset

public void setAsset(Asset value)
Sets the value of the asset property.

Parameters:
value - allowed object is Asset

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


getImageOrNewparamOrSetparam

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

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

    getImageOrNewparamOrSetparam().add(newItem);
 

Objects of the following type(s) are allowed in the list GlesNewparam Image ProfileGLES.Type.Technique.Setparam


getPass

public List<ProfileGLES.Type.Technique.Pass> getPass()
Gets the value of the pass 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 pass property.

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

    getPass().add(newItem);
 

Objects of the following type(s) are allowed in the list ProfileGLES.Type.Technique.Pass


getExtra

public List<Extra> getExtra()
Gets the value of the extra 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 extra property.

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

    getExtra().add(newItem);
 

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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSid

public String getSid()
Gets the value of the sid property.

Returns:
possible object is String

setSid

public void setSid(String value)
Sets the value of the sid property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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