org.collada._2005._11.colladaschema
Class AnimationClip

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

public class AnimationClip
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}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

asset

protected Asset asset

instanceAnimation

protected List<InstanceWithExtra> instanceAnimation

extra

protected List<Extra> extra

end

protected Double end

id

protected String id

name

protected String name

start

protected Double start
Constructor Detail

AnimationClip

public AnimationClip()
Method Detail

getAsset

public Asset getAsset()
The animation_clip element may contain an asset element.

Returns:
possible object is Asset

setAsset

public void setAsset(Asset value)
The animation_clip element may contain an asset element.

Parameters:
value - allowed object is Asset

getInstanceAnimation

public List<InstanceWithExtra> getInstanceAnimation()
Gets the value of the instanceAnimation 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 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


getExtra

public List<Extra> getExtra()
The extra element may appear any number of times. Gets the value of the extra 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 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


getEnd

public Double getEnd()
Gets the value of the end property.

Returns:
possible object is Double

setEnd

public void setEnd(Double value)
Sets the value of the end property.

Parameters:
value - allowed object is Double

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getStart

public double getStart()
Gets the value of the start property.

Returns:
possible object is Double

setStart

public void setStart(Double value)
Sets the value of the start property.

Parameters:
value - allowed object is Double

CroftSoft Javadoc

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