org.collada._2005._11.colladaschema
Class ProfileCG.Type.Technique.Pass.Shader

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

public static class ProfileCG.Type.Technique.Pass.Shader
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"/>
         <sequence minOccurs="0">
           <element name="compiler_target">
             <complexType>
               <simpleContent>
                 <extension base="<http://www.w3.org/2001/XMLSchema>NMTOKEN">
                 </extension>
               </simpleContent>
             </complexType>
           </element>
           <element name="compiler_options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </sequence>
         <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="bind" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <group ref="{http://www.collada.org/2005/11/COLLADASchema}cg_param_type"/>
                   <element name="param">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
                 <attribute name="symbol" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="stage" type="{http://www.collada.org/2005/11/COLLADASchema}cg_pipeline_stage" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProfileCG.Type.Technique.Pass.Shader.Bind
          Java class for anonymous complex type.
static class ProfileCG.Type.Technique.Pass.Shader.CompilerTarget
          Java class for anonymous complex type.
static class ProfileCG.Type.Technique.Pass.Shader.Name
          Java class for anonymous complex type.
 
Field Summary
protected  List<FxAnnotateCommon> annotate
           
protected  List<ProfileCG.Type.Technique.Pass.Shader.Bind> bind
           
protected  String compilerOptions
           
protected  ProfileCG.Type.Technique.Pass.Shader.CompilerTarget compilerTarget
           
protected  ProfileCG.Type.Technique.Pass.Shader.Name name
           
protected  CgPipelineStage stage
           
 
Constructor Summary
ProfileCG.Type.Technique.Pass.Shader()
           
 
Method Summary
 List<FxAnnotateCommon> getAnnotate()
          Gets the value of the annotate property.
 List<ProfileCG.Type.Technique.Pass.Shader.Bind> getBind()
          Gets the value of the bind property.
 String getCompilerOptions()
          Gets the value of the compilerOptions property.
 ProfileCG.Type.Technique.Pass.Shader.CompilerTarget getCompilerTarget()
          Gets the value of the compilerTarget property.
 ProfileCG.Type.Technique.Pass.Shader.Name getName()
          Gets the value of the name property.
 CgPipelineStage getStage()
          Gets the value of the stage property.
 void setCompilerOptions(String value)
          Sets the value of the compilerOptions property.
 void setCompilerTarget(ProfileCG.Type.Technique.Pass.Shader.CompilerTarget value)
          Sets the value of the compilerTarget property.
 void setName(ProfileCG.Type.Technique.Pass.Shader.Name value)
          Sets the value of the name property.
 void setStage(CgPipelineStage value)
          Sets the value of the stage 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

compilerTarget

protected ProfileCG.Type.Technique.Pass.Shader.CompilerTarget compilerTarget

compilerOptions

protected String compilerOptions

name

protected ProfileCG.Type.Technique.Pass.Shader.Name name

bind

protected List<ProfileCG.Type.Technique.Pass.Shader.Bind> bind

stage

protected CgPipelineStage stage
Constructor Detail

ProfileCG.Type.Technique.Pass.Shader

public ProfileCG.Type.Technique.Pass.Shader()
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


getCompilerTarget

public ProfileCG.Type.Technique.Pass.Shader.CompilerTarget getCompilerTarget()
Gets the value of the compilerTarget property.

Returns:
possible object is ProfileCG.Type.Technique.Pass.Shader.CompilerTarget

setCompilerTarget

public void setCompilerTarget(ProfileCG.Type.Technique.Pass.Shader.CompilerTarget value)
Sets the value of the compilerTarget property.

Parameters:
value - allowed object is ProfileCG.Type.Technique.Pass.Shader.CompilerTarget

getCompilerOptions

public String getCompilerOptions()
Gets the value of the compilerOptions property.

Returns:
possible object is String

setCompilerOptions

public void setCompilerOptions(String value)
Sets the value of the compilerOptions property.

Parameters:
value - allowed object is String

getName

public ProfileCG.Type.Technique.Pass.Shader.Name getName()
Gets the value of the name property.

Returns:
possible object is ProfileCG.Type.Technique.Pass.Shader.Name

setName

public void setName(ProfileCG.Type.Technique.Pass.Shader.Name value)
Sets the value of the name property.

Parameters:
value - allowed object is ProfileCG.Type.Technique.Pass.Shader.Name

getBind

public List<ProfileCG.Type.Technique.Pass.Shader.Bind> getBind()
Gets the value of the bind 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 bind property.

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

    getBind().add(newItem);
 

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


getStage

public CgPipelineStage getStage()
Gets the value of the stage property.

Returns:
possible object is CgPipelineStage

setStage

public void setStage(CgPipelineStage value)
Sets the value of the stage property.

Parameters:
value - allowed object is CgPipelineStage

CroftSoft Javadoc

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