org.collada._2005._11.colladaschema
Class InputLocalOffset

java.lang.Object
  extended by org.collada._2005._11.colladaschema.InputLocalOffset

public class InputLocalOffset
extends Object

The InputLocalOffset type is used to represent indexed inputs that can only reference resources declared in the same document.

Java class for InputLocalOffset complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InputLocalOffset">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="offset" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
       <attribute name="semantic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="set" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
       <attribute name="source" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}URIFragmentType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger offset
           
protected  String semantic
           
protected  BigInteger set
           
protected  String source
           
 
Constructor Summary
InputLocalOffset()
           
 
Method Summary
 BigInteger getOffset()
          Gets the value of the offset property.
 String getSemantic()
          Gets the value of the semantic property.
 BigInteger getSet()
          Gets the value of the set property.
 String getSource()
          Gets the value of the source property.
 void setOffset(BigInteger value)
          Sets the value of the offset property.
 void setSemantic(String value)
          Sets the value of the semantic property.
 void setSet(BigInteger value)
          Sets the value of the set property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

protected BigInteger offset

semantic

protected String semantic

set

protected BigInteger set

source

protected String source
Constructor Detail

InputLocalOffset

public InputLocalOffset()
Method Detail

getOffset

public BigInteger getOffset()
Gets the value of the offset property.

Returns:
possible object is BigInteger

setOffset

public void setOffset(BigInteger value)
Sets the value of the offset 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

getSet

public BigInteger getSet()
Gets the value of the set property.

Returns:
possible object is BigInteger

setSet

public void setSet(BigInteger value)
Sets the value of the set property.

Parameters:
value - allowed object is BigInteger

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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