|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlslSurfaceType.Generator
public static class GlslSurfaceType.Generator
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}glsl_setparam_simple" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GlslSurfaceType.Generator.Name
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<FxAnnotateCommon> |
annotate
|
protected List<Object> |
codeOrInclude
|
protected GlslSurfaceType.Generator.Name |
name
|
protected List<GlslSetparamSimple> |
setparam
|
| Constructor Summary | |
|---|---|
GlslSurfaceType.Generator()
|
|
| Method Summary | |
|---|---|
List<FxAnnotateCommon> |
getAnnotate()
Gets the value of the annotate property. |
List<Object> |
getCodeOrInclude()
Gets the value of the codeOrInclude property. |
GlslSurfaceType.Generator.Name |
getName()
Gets the value of the name property. |
List<GlslSetparamSimple> |
getSetparam()
Gets the value of the setparam property. |
void |
setName(GlslSurfaceType.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 |
|---|
protected List<FxAnnotateCommon> annotate
protected List<Object> codeOrInclude
protected GlslSurfaceType.Generator.Name name
protected List<GlslSetparamSimple> setparam
| Constructor Detail |
|---|
public GlslSurfaceType.Generator()
| 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
FxCodeProfile
FxIncludeCommon
public GlslSurfaceType.Generator.Name getName()
GlslSurfaceType.Generator.Namepublic void setName(GlslSurfaceType.Generator.Name value)
value - allowed object is
GlslSurfaceType.Generator.Namepublic List<GlslSetparamSimple> getSetparam()
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
GlslSetparamSimple
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||