org.collada._2005._11.colladaschema
Class RigidConstraint.TechniqueCommon.Spring.Linear

java.lang.Object
  extended by org.collada._2005._11.colladaschema.RigidConstraint.TechniqueCommon.Spring.Linear
Enclosing class:
RigidConstraint.TechniqueCommon.Spring

public static class RigidConstraint.TechniqueCommon.Spring.Linear
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 name="stiffness" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
         <element name="damping" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
         <element name="target_value" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TargetableFloat damping
           
protected  TargetableFloat stiffness
           
protected  TargetableFloat targetValue
           
 
Constructor Summary
RigidConstraint.TechniqueCommon.Spring.Linear()
           
 
Method Summary
 TargetableFloat getDamping()
          Gets the value of the damping property.
 TargetableFloat getStiffness()
          Gets the value of the stiffness property.
 TargetableFloat getTargetValue()
          Gets the value of the targetValue property.
 void setDamping(TargetableFloat value)
          Sets the value of the damping property.
 void setStiffness(TargetableFloat value)
          Sets the value of the stiffness property.
 void setTargetValue(TargetableFloat value)
          Sets the value of the targetValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stiffness

protected TargetableFloat stiffness

damping

protected TargetableFloat damping

targetValue

protected TargetableFloat targetValue
Constructor Detail

RigidConstraint.TechniqueCommon.Spring.Linear

public RigidConstraint.TechniqueCommon.Spring.Linear()
Method Detail

getStiffness

public TargetableFloat getStiffness()
Gets the value of the stiffness property.

Returns:
possible object is TargetableFloat

setStiffness

public void setStiffness(TargetableFloat value)
Sets the value of the stiffness property.

Parameters:
value - allowed object is TargetableFloat

getDamping

public TargetableFloat getDamping()
Gets the value of the damping property.

Returns:
possible object is TargetableFloat

setDamping

public void setDamping(TargetableFloat value)
Sets the value of the damping property.

Parameters:
value - allowed object is TargetableFloat

getTargetValue

public TargetableFloat getTargetValue()
Gets the value of the targetValue property.

Returns:
possible object is TargetableFloat

setTargetValue

public void setTargetValue(TargetableFloat value)
Sets the value of the targetValue property.

Parameters:
value - allowed object is TargetableFloat

CroftSoft Javadoc

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