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

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

public static class RigidConstraint.TechniqueCommon.Spring
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="angular" minOccurs="0">
           <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>
         </element>
         <element name="linear" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RigidConstraint.TechniqueCommon.Spring.Angular
          Java class for anonymous complex type.
static class RigidConstraint.TechniqueCommon.Spring.Linear
          Java class for anonymous complex type.
 
Field Summary
protected  RigidConstraint.TechniqueCommon.Spring.Angular angular
           
protected  RigidConstraint.TechniqueCommon.Spring.Linear linear
           
 
Constructor Summary
RigidConstraint.TechniqueCommon.Spring()
           
 
Method Summary
 RigidConstraint.TechniqueCommon.Spring.Angular getAngular()
          Gets the value of the angular property.
 RigidConstraint.TechniqueCommon.Spring.Linear getLinear()
          Gets the value of the linear property.
 void setAngular(RigidConstraint.TechniqueCommon.Spring.Angular value)
          Sets the value of the angular property.
 void setLinear(RigidConstraint.TechniqueCommon.Spring.Linear value)
          Sets the value of the linear property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

angular

protected RigidConstraint.TechniqueCommon.Spring.Angular angular

linear

protected RigidConstraint.TechniqueCommon.Spring.Linear linear
Constructor Detail

RigidConstraint.TechniqueCommon.Spring

public RigidConstraint.TechniqueCommon.Spring()
Method Detail

getAngular

public RigidConstraint.TechniqueCommon.Spring.Angular getAngular()
Gets the value of the angular property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Spring.Angular

setAngular

public void setAngular(RigidConstraint.TechniqueCommon.Spring.Angular value)
Sets the value of the angular property.

Parameters:
value - allowed object is RigidConstraint.TechniqueCommon.Spring.Angular

getLinear

public RigidConstraint.TechniqueCommon.Spring.Linear getLinear()
Gets the value of the linear property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Spring.Linear

setLinear

public void setLinear(RigidConstraint.TechniqueCommon.Spring.Linear value)
Sets the value of the linear property.

Parameters:
value - allowed object is RigidConstraint.TechniqueCommon.Spring.Linear

CroftSoft Javadoc

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