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

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

public static class RigidConstraint.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="enabled" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.collada.org/2005/11/COLLADASchema>bool">
                 <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="interpenetrate" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.collada.org/2005/11/COLLADASchema>bool">
                 <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="limits" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="swing_cone_and_twist" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="min" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
                             <element name="max" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" 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="min" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
                             <element name="max" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3" minOccurs="0"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="spring" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RigidConstraint.TechniqueCommon.Enabled
          Java class for anonymous complex type.
static class RigidConstraint.TechniqueCommon.Interpenetrate
          Java class for anonymous complex type.
static class RigidConstraint.TechniqueCommon.Limits
          Java class for anonymous complex type.
static class RigidConstraint.TechniqueCommon.Spring
          Java class for anonymous complex type.
 
Field Summary
protected  RigidConstraint.TechniqueCommon.Enabled enabled
           
protected  RigidConstraint.TechniqueCommon.Interpenetrate interpenetrate
           
protected  RigidConstraint.TechniqueCommon.Limits limits
           
protected  RigidConstraint.TechniqueCommon.Spring spring
           
 
Constructor Summary
RigidConstraint.TechniqueCommon()
           
 
Method Summary
 RigidConstraint.TechniqueCommon.Enabled getEnabled()
          Gets the value of the enabled property.
 RigidConstraint.TechniqueCommon.Interpenetrate getInterpenetrate()
          Gets the value of the interpenetrate property.
 RigidConstraint.TechniqueCommon.Limits getLimits()
          Gets the value of the limits property.
 RigidConstraint.TechniqueCommon.Spring getSpring()
          Gets the value of the spring property.
 void setEnabled(RigidConstraint.TechniqueCommon.Enabled value)
          Sets the value of the enabled property.
 void setInterpenetrate(RigidConstraint.TechniqueCommon.Interpenetrate value)
          Sets the value of the interpenetrate property.
 void setLimits(RigidConstraint.TechniqueCommon.Limits value)
          Sets the value of the limits property.
 void setSpring(RigidConstraint.TechniqueCommon.Spring value)
          Sets the value of the spring property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected RigidConstraint.TechniqueCommon.Enabled enabled

interpenetrate

protected RigidConstraint.TechniqueCommon.Interpenetrate interpenetrate

limits

protected RigidConstraint.TechniqueCommon.Limits limits

spring

protected RigidConstraint.TechniqueCommon.Spring spring
Constructor Detail

RigidConstraint.TechniqueCommon

public RigidConstraint.TechniqueCommon()
Method Detail

getEnabled

public RigidConstraint.TechniqueCommon.Enabled getEnabled()
Gets the value of the enabled property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Enabled

setEnabled

public void setEnabled(RigidConstraint.TechniqueCommon.Enabled value)
Sets the value of the enabled property.

Parameters:
value - allowed object is RigidConstraint.TechniqueCommon.Enabled

getInterpenetrate

public RigidConstraint.TechniqueCommon.Interpenetrate getInterpenetrate()
Gets the value of the interpenetrate property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Interpenetrate

setInterpenetrate

public void setInterpenetrate(RigidConstraint.TechniqueCommon.Interpenetrate value)
Sets the value of the interpenetrate property.

Parameters:
value - allowed object is RigidConstraint.TechniqueCommon.Interpenetrate

getLimits

public RigidConstraint.TechniqueCommon.Limits getLimits()
Gets the value of the limits property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Limits

setLimits

public void setLimits(RigidConstraint.TechniqueCommon.Limits value)
Sets the value of the limits property.

Parameters:
value - allowed object is RigidConstraint.TechniqueCommon.Limits

getSpring

public RigidConstraint.TechniqueCommon.Spring getSpring()
Gets the value of the spring property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Spring

setSpring

public void setSpring(RigidConstraint.TechniqueCommon.Spring value)
Sets the value of the spring property.

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

CroftSoft Javadoc

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