|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.BindMaterial
public class BindMaterial
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}param" maxOccurs="unbounded" minOccurs="0"/>
<element name="technique_common">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}instance_material" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}technique" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
BindMaterial.TechniqueCommon
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Extra> |
extra
|
protected List<Param> |
param
|
protected List<Technique> |
technique
|
protected BindMaterial.TechniqueCommon |
techniqueCommon
|
| Constructor Summary | |
|---|---|
BindMaterial()
|
|
| Method Summary | |
|---|---|
List<Extra> |
getExtra()
The extra element may appear any number of times. |
List<Param> |
getParam()
The bind_material element may contain any number of param elements. |
List<Technique> |
getTechnique()
This element may contain any number of non-common profile techniques. |
BindMaterial.TechniqueCommon |
getTechniqueCommon()
Gets the value of the techniqueCommon property. |
void |
setTechniqueCommon(BindMaterial.TechniqueCommon value)
Sets the value of the techniqueCommon property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Param> param
protected BindMaterial.TechniqueCommon techniqueCommon
protected List<Technique> technique
protected List<Extra> extra
| Constructor Detail |
|---|
public BindMaterial()
| Method Detail |
|---|
public List<Param> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
Param
public BindMaterial.TechniqueCommon getTechniqueCommon()
BindMaterial.TechniqueCommonpublic void setTechniqueCommon(BindMaterial.TechniqueCommon value)
value - allowed object is
BindMaterial.TechniqueCommonpublic List<Technique> getTechnique()
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 technique property.
For example, to add a new item, do as follows:
getTechnique().add(newItem);
Objects of the following type(s) are allowed in the list
Technique
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
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||