org.collada._2005._11.colladaschema
Class InstanceMaterial.BindVertexInput

java.lang.Object
  extended by org.collada._2005._11.colladaschema.InstanceMaterial.BindVertexInput
Enclosing class:
InstanceMaterial

public static class InstanceMaterial.BindVertexInput
extends Object

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

inputSemantic

protected String inputSemantic

inputSet

protected BigInteger inputSet

semantic

protected String semantic
Constructor Detail

InstanceMaterial.BindVertexInput

public InstanceMaterial.BindVertexInput()
Method Detail

getInputSemantic

public String getInputSemantic()
Gets the value of the inputSemantic property.

Returns:
possible object is String

setInputSemantic

public void setInputSemantic(String value)
Sets the value of the inputSemantic property.

Parameters:
value - allowed object is String

getInputSet

public BigInteger getInputSet()
Gets the value of the inputSet property.

Returns:
possible object is BigInteger

setInputSet

public void setInputSet(BigInteger value)
Sets the value of the inputSet property.

Parameters:
value - allowed object is BigInteger

getSemantic

public String getSemantic()
Gets the value of the semantic property.

Returns:
possible object is String

setSemantic

public void setSemantic(String value)
Sets the value of the semantic property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)