| |
|
| java.lang.Object org.collada.colladaschema.ProfileCG
ProfileCG | public class ProfileCG (Code) | | 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"/>
<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}cg_newparam"/>
</choice>
<element name="technique" maxOccurs="unbounded">
<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 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}cg_newparam"/>
<element name="setparam" type="{http://www.collada.org/2005/11/COLLADASchema}cg_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}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>
</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>
</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="platform" type="{http://www.w3.org/2001/XMLSchema}NCName" default="PC" />
</restriction>
</complexContent>
</complexType>
|
Inner Class :public static class Technique | |
Method Summary | |
public Asset | getAsset() Gets the value of the asset property. | public List<Extra> | getExtras() Gets the value of the extras property.
This accessor method returns a reference to the live list,
not a snapshot. | public String | getId() Gets the value of the id property. | public List<Object> | getImagesAndNewparams() Gets the value of the imagesAndNewparams property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Object> | getIncludesAndCodes() Gets the value of the includesAndCodes property.
This accessor method returns a reference to the live list,
not a snapshot. | public String | getPlatform() Gets the value of the platform property. | public List<ProfileCG.Technique> | getTechniques() Gets the value of the techniques property.
This accessor method returns a reference to the live list,
not a snapshot. | public void | setAsset(Asset value) Sets the value of the asset property. | public void | setId(String value) Sets the value of the id property. | public void | setPlatform(String value) Sets the value of the platform property. |
getAsset | public Asset getAsset()(Code) | | Gets the value of the asset property.
possible object isAsset |
getExtras | public List<Extra> getExtras()(Code) | | Gets the value of the extras 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 extras property.
For example, to add a new item, do as follows:
getExtras().add(newItem);
Objects of the following type(s) are allowed in the list
Extra |
getId | public String getId()(Code) | | Gets the value of the id property.
possible object isString |
getImagesAndNewparams | public List<Object> getImagesAndNewparams()(Code) | | Gets the value of the imagesAndNewparams 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 imagesAndNewparams property.
For example, to add a new item, do as follows:
getImagesAndNewparams().add(newItem);
Objects of the following type(s) are allowed in the list
Image CgNewparam |
getIncludesAndCodes | public List<Object> getIncludesAndCodes()(Code) | | Gets the value of the includesAndCodes 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 includesAndCodes property.
For example, to add a new item, do as follows:
getIncludesAndCodes().add(newItem);
Objects of the following type(s) are allowed in the list
FxIncludeCommon FxCodeProfile |
getPlatform | public String getPlatform()(Code) | | Gets the value of the platform property.
possible object isString |
getTechniques | public List<ProfileCG.Technique> getTechniques()(Code) | | Gets the value of the techniques 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 techniques property.
For example, to add a new item, do as follows:
getTechniques().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileCG.Technique |
setAsset | public void setAsset(Asset value)(Code) | | Sets the value of the asset property.
Parameters: value - allowed object isAsset |
setId | public void setId(String value)(Code) | | Sets the value of the id property.
Parameters: value - allowed object isString |
setPlatform | public void setPlatform(String value)(Code) | | Sets the value of the platform property.
Parameters: value - allowed object isString |
|
|
|