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

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

public static class RigidConstraint.TechniqueCommon.Limits
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="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>
 


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

Field Detail

swingConeAndTwist

protected RigidConstraint.TechniqueCommon.Limits.SwingConeAndTwist swingConeAndTwist

linear

protected RigidConstraint.TechniqueCommon.Limits.Linear linear
Constructor Detail

RigidConstraint.TechniqueCommon.Limits

public RigidConstraint.TechniqueCommon.Limits()
Method Detail

getSwingConeAndTwist

public RigidConstraint.TechniqueCommon.Limits.SwingConeAndTwist getSwingConeAndTwist()
Gets the value of the swingConeAndTwist property.

Returns:
possible object is RigidConstraint.TechniqueCommon.Limits.SwingConeAndTwist

setSwingConeAndTwist

public void setSwingConeAndTwist(RigidConstraint.TechniqueCommon.Limits.SwingConeAndTwist value)
Sets the value of the swingConeAndTwist property.

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

getLinear

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

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

setLinear

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

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

CroftSoft Javadoc

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