|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.InstanceMaterial.BindVertexInput
public static class InstanceMaterial.BindVertexInput
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">
<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>
| Field Summary | |
|---|---|
protected String |
inputSemantic
|
protected BigInteger |
inputSet
|
protected String |
semantic
|
| Constructor Summary | |
|---|---|
InstanceMaterial.BindVertexInput()
|
|
| Method Summary | |
|---|---|
String |
getInputSemantic()
Gets the value of the inputSemantic property. |
BigInteger |
getInputSet()
Gets the value of the inputSet property. |
String |
getSemantic()
Gets the value of the semantic property. |
void |
setInputSemantic(String value)
Sets the value of the inputSemantic property. |
void |
setInputSet(BigInteger value)
Sets the value of the inputSet property. |
void |
setSemantic(String value)
Sets the value of the semantic property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String inputSemantic
protected BigInteger inputSet
protected String semantic
| Constructor Detail |
|---|
public InstanceMaterial.BindVertexInput()
| Method Detail |
|---|
public String getInputSemantic()
Stringpublic void setInputSemantic(String value)
value - allowed object is
Stringpublic BigInteger getInputSet()
BigIntegerpublic void setInputSet(BigInteger value)
value - allowed object is
BigIntegerpublic String getSemantic()
Stringpublic void setSemantic(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 | |||||||||