org.collada._2005._11.colladaschema
Class PhysicsMaterial.TechniqueCommon

java.lang.Object
  extended by org.collada._2005._11.colladaschema.PhysicsMaterial.TechniqueCommon
Enclosing class:
PhysicsMaterial

public static class PhysicsMaterial.TechniqueCommon
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="dynamic_friction" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
         <element name="restitution" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
         <element name="static_friction" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TargetableFloat dynamicFriction
           
protected  TargetableFloat restitution
           
protected  TargetableFloat staticFriction
           
 
Constructor Summary
PhysicsMaterial.TechniqueCommon()
           
 
Method Summary
 TargetableFloat getDynamicFriction()
          Gets the value of the dynamicFriction property.
 TargetableFloat getRestitution()
          Gets the value of the restitution property.
 TargetableFloat getStaticFriction()
          Gets the value of the staticFriction property.
 void setDynamicFriction(TargetableFloat value)
          Sets the value of the dynamicFriction property.
 void setRestitution(TargetableFloat value)
          Sets the value of the restitution property.
 void setStaticFriction(TargetableFloat value)
          Sets the value of the staticFriction property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dynamicFriction

protected TargetableFloat dynamicFriction

restitution

protected TargetableFloat restitution

staticFriction

protected TargetableFloat staticFriction
Constructor Detail

PhysicsMaterial.TechniqueCommon

public PhysicsMaterial.TechniqueCommon()
Method Detail

getDynamicFriction

public TargetableFloat getDynamicFriction()
Gets the value of the dynamicFriction property.

Returns:
possible object is TargetableFloat

setDynamicFriction

public void setDynamicFriction(TargetableFloat value)
Sets the value of the dynamicFriction property.

Parameters:
value - allowed object is TargetableFloat

getRestitution

public TargetableFloat getRestitution()
Gets the value of the restitution property.

Returns:
possible object is TargetableFloat

setRestitution

public void setRestitution(TargetableFloat value)
Sets the value of the restitution property.

Parameters:
value - allowed object is TargetableFloat

getStaticFriction

public TargetableFloat getStaticFriction()
Gets the value of the staticFriction property.

Returns:
possible object is TargetableFloat

setStaticFriction

public void setStaticFriction(TargetableFloat value)
Sets the value of the staticFriction property.

Parameters:
value - allowed object is TargetableFloat

CroftSoft Javadoc

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