|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Accessor
public class Accessor
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 |
|---|
protected List<Param> param
protected BigInteger count
protected BigInteger offset
protected String source
protected BigInteger stride
| Constructor Detail |
|---|
public Accessor()
| Method Detail |
|---|
public List<Param> getParam()
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
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getOffset()
BigIntegerpublic void setOffset(BigInteger value)
value - allowed object is
BigIntegerpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic BigInteger getStride()
BigIntegerpublic void setStride(BigInteger value)
value - allowed object is
BigInteger
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||