|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.ProfileGLSL.Type.Technique
public static class ProfileGLSL.Type.Technique
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" minOccurs="0">
<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>
<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}glsl_newparam"/>
<element name="setparam" type="{http://www.collada.org/2005/11/COLLADASchema}glsl_setparam"/>
</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}fx_colortarget_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="depth_target" type="{http://www.collada.org/2005/11/COLLADASchema}fx_depthtarget_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="stencil_target" type="{http://www.collada.org/2005/11/COLLADASchema}fx_stenciltarget_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="color_clear" type="{http://www.collada.org/2005/11/COLLADASchema}fx_clearcolor_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="depth_clear" type="{http://www.collada.org/2005/11/COLLADASchema}fx_cleardepth_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="stencil_clear" type="{http://www.collada.org/2005/11/COLLADASchema}fx_clearstencil_common" maxOccurs="unbounded" minOccurs="0"/>
<element name="draw" type="{http://www.collada.org/2005/11/COLLADASchema}fx_draw_common" minOccurs="0"/>
<choice maxOccurs="unbounded">
<group ref="{http://www.collada.org/2005/11/COLLADASchema}gl_pipeline_settings"/>
<element name="shader">
<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}glsl_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}string" />
</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}glsl_pipeline_stage" />
</restriction>
</complexContent>
</complexType>
</element>
</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 |
ProfileGLSL.Type.Technique.Pass
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<FxAnnotateCommon> |
annotate
|
protected List<Object> |
codeOrInclude
|
protected List<Extra> |
extra
|
protected String |
id
|
protected List<Object> |
imageOrNewparamOrSetparam
|
protected List<ProfileGLSL.Type.Technique.Pass> |
pass
|
protected String |
sid
|
| Constructor Summary | |
|---|---|
ProfileGLSL.Type.Technique()
|
|
| Method Summary | |
|---|---|
List<FxAnnotateCommon> |
getAnnotate()
Gets the value of the annotate property. |
List<Object> |
getCodeOrInclude()
Gets the value of the codeOrInclude 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<ProfileGLSL.Type.Technique.Pass> |
getPass()
Gets the value of the pass property. |
String |
getSid()
Gets the value of the sid 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 |
|---|
protected List<FxAnnotateCommon> annotate
protected List<Object> codeOrInclude
protected List<Object> imageOrNewparamOrSetparam
protected List<ProfileGLSL.Type.Technique.Pass> pass
protected List<Extra> extra
protected String id
protected String sid
| Constructor Detail |
|---|
public ProfileGLSL.Type.Technique()
| Method Detail |
|---|
public List<FxAnnotateCommon> getAnnotate()
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
public List<Object> getCodeOrInclude()
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
FxIncludeCommon
FxCodeProfile
public List<Object> getImageOrNewparamOrSetparam()
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
GlslNewparam
Image
GlslSetparam
public List<ProfileGLSL.Type.Technique.Pass> getPass()
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
ProfileGLSL.Type.Technique.Pass
public List<Extra> getExtra()
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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getSid()
Stringpublic void setSid(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||