|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.InstanceMaterial
public class InstanceMaterial
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="bind" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="semantic" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="bind_vertex_input" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="input_semantic" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="input_set" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
<attribute name="semantic" 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="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="symbol" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
InstanceMaterial.Bind
Java class for anonymous complex type. |
static class |
InstanceMaterial.BindVertexInput
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<InstanceMaterial.Bind> |
bind
|
protected List<InstanceMaterial.BindVertexInput> |
bindVertexInput
|
protected List<Extra> |
extra
|
protected String |
name
|
protected String |
sid
|
protected String |
symbol
|
protected String |
target
|
| Constructor Summary | |
|---|---|
InstanceMaterial()
|
|
| Method Summary | |
|---|---|
List<InstanceMaterial.Bind> |
getBind()
Gets the value of the bind property. |
List<InstanceMaterial.BindVertexInput> |
getBindVertexInput()
Gets the value of the bindVertexInput property. |
List<Extra> |
getExtra()
The extra element may appear any number of times. |
String |
getName()
Gets the value of the name property. |
String |
getSid()
Gets the value of the sid property. |
String |
getSymbol()
Gets the value of the symbol property. |
String |
getTarget()
Gets the value of the target property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setSymbol(String value)
Sets the value of the symbol property. |
void |
setTarget(String value)
Sets the value of the target property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<InstanceMaterial.Bind> bind
protected List<InstanceMaterial.BindVertexInput> bindVertexInput
protected List<Extra> extra
protected String name
protected String sid
protected String symbol
protected String target
| Constructor Detail |
|---|
public InstanceMaterial()
| Method Detail |
|---|
public List<InstanceMaterial.Bind> getBind()
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 bind property.
For example, to add a new item, do as follows:
getBind().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceMaterial.Bind
public List<InstanceMaterial.BindVertexInput> getBindVertexInput()
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 bindVertexInput property.
For example, to add a new item, do as follows:
getBindVertexInput().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceMaterial.BindVertexInput
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 getSymbol()
Stringpublic void setSymbol(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(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 | |||||||||