|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.AnimationClip
public class AnimationClip
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}asset" minOccurs="0"/>
<element name="instance_animation" type="{http://www.collada.org/2005/11/COLLADASchema}InstanceWithExtra" maxOccurs="unbounded"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="end" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}double" default="0.0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Asset |
asset
|
protected Double |
end
|
protected List<Extra> |
extra
|
protected String |
id
|
protected List<InstanceWithExtra> |
instanceAnimation
|
protected String |
name
|
protected Double |
start
|
| Constructor Summary | |
|---|---|
AnimationClip()
|
|
| Method Summary | |
|---|---|
Asset |
getAsset()
The animation_clip element may contain an asset element. |
Double |
getEnd()
Gets the value of the end property. |
List<Extra> |
getExtra()
The extra element may appear any number of times. |
String |
getId()
Gets the value of the id property. |
List<InstanceWithExtra> |
getInstanceAnimation()
Gets the value of the instanceAnimation property. |
String |
getName()
Gets the value of the name property. |
double |
getStart()
Gets the value of the start property. |
void |
setAsset(Asset value)
The animation_clip element may contain an asset element. |
void |
setEnd(Double value)
Sets the value of the end property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setStart(Double value)
Sets the value of the start property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Asset asset
protected List<InstanceWithExtra> instanceAnimation
protected List<Extra> extra
protected Double end
protected String id
protected String name
protected Double start
| Constructor Detail |
|---|
public AnimationClip()
| Method Detail |
|---|
public Asset getAsset()
Assetpublic void setAsset(Asset value)
value - allowed object is
Assetpublic List<InstanceWithExtra> getInstanceAnimation()
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 instanceAnimation property.
For example, to add a new item, do as follows:
getInstanceAnimation().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceWithExtra
public List<Extra> getExtra()
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 extra property.
For example, to add a new item, do as follows:
getExtra().add(newItem);
Objects of the following type(s) are allowed in the list
Extra
public Double getEnd()
Doublepublic void setEnd(Double value)
value - allowed object is
Doublepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic double getStart()
Doublepublic void setStart(Double value)
value - allowed object is
Double
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||