org.collada._2005._11.colladaschema
Class Accessor

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

public class Accessor
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">
       <sequence>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}param" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="count" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
       <attribute name="offset" type="{http://www.collada.org/2005/11/COLLADASchema}uint" default="0" />
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="stride" type="{http://www.collada.org/2005/11/COLLADASchema}uint" default="1" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger count
           
protected  BigInteger offset
           
protected  List<Param> param
           
protected  String source
           
protected  BigInteger stride
           
 
Constructor Summary
Accessor()
           
 
Method Summary
 BigInteger getCount()
          Gets the value of the count property.
 BigInteger getOffset()
          Gets the value of the offset property.
 List<Param> getParam()
          The accessor element may have any number of param elements.
 String getSource()
          Gets the value of the source property.
 BigInteger getStride()
          Gets the value of the stride property.
 void setCount(BigInteger value)
          Sets the value of the count property.
 void setOffset(BigInteger value)
          Sets the value of the offset property.
 void setSource(String value)
          Sets the value of the source property.
 void setStride(BigInteger value)
          Sets the value of the stride property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

protected List<Param> param

count

protected BigInteger count

offset

protected BigInteger offset

source

protected String source

stride

protected BigInteger stride
Constructor Detail

Accessor

public Accessor()
Method Detail

getParam

public List<Param> getParam()
The accessor element may have any number of param elements. Gets the value of the param property.

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


getCount

public BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

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

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

getStride

public BigInteger getStride()
Gets the value of the stride property.

Returns:
possible object is BigInteger

setStride

public void setStride(BigInteger value)
Sets the value of the stride property.

Parameters:
value - allowed object is BigInteger

CroftSoft Javadoc

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