|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.InstanceEffect
public class InstanceEffect
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="technique_hint" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="platform" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="profile" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="setparam" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.collada.org/2005/11/COLLADASchema}fx_basic_type_common"/>
</sequence>
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
InstanceEffect.Setparam
Java class for anonymous complex type. |
static class |
InstanceEffect.TechniqueHint
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Extra> |
extra
|
protected String |
name
|
protected List<InstanceEffect.Setparam> |
setparam
|
protected String |
sid
|
protected List<InstanceEffect.TechniqueHint> |
techniqueHint
|
protected String |
url
|
| Constructor Summary | |
|---|---|
InstanceEffect()
|
|
| Method Summary | |
|---|---|
List<Extra> |
getExtra()
The extra element may appear any number of times. |
String |
getName()
Gets the value of the name property. |
List<InstanceEffect.Setparam> |
getSetparam()
Gets the value of the setparam property. |
String |
getSid()
Gets the value of the sid property. |
List<InstanceEffect.TechniqueHint> |
getTechniqueHint()
Gets the value of the techniqueHint property. |
String |
getUrl()
Gets the value of the url property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<InstanceEffect.TechniqueHint> techniqueHint
protected List<InstanceEffect.Setparam> setparam
protected List<Extra> extra
protected String name
protected String sid
protected String url
| Constructor Detail |
|---|
public InstanceEffect()
| Method Detail |
|---|
public List<InstanceEffect.TechniqueHint> getTechniqueHint()
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 techniqueHint property.
For example, to add a new item, do as follows:
getTechniqueHint().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceEffect.TechniqueHint
public List<InstanceEffect.Setparam> 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
InstanceEffect.Setparam
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 getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSid()
Stringpublic void setSid(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(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 | |||||||||