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

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

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


Field Summary
protected  TargetableFloat3 max
           
protected  TargetableFloat3 min
           
 
Constructor Summary
RigidConstraint.TechniqueCommon.Limits.Linear()
           
 
Method Summary
 TargetableFloat3 getMax()
          Gets the value of the max property.
 TargetableFloat3 getMin()
          Gets the value of the min property.
 void setMax(TargetableFloat3 value)
          Sets the value of the max property.
 void setMin(TargetableFloat3 value)
          Sets the value of the min property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected TargetableFloat3 min

max

protected TargetableFloat3 max
Constructor Detail

RigidConstraint.TechniqueCommon.Limits.Linear

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

getMin

public TargetableFloat3 getMin()
Gets the value of the min property.

Returns:
possible object is TargetableFloat3

setMin

public void setMin(TargetableFloat3 value)
Sets the value of the min property.

Parameters:
value - allowed object is TargetableFloat3

getMax

public TargetableFloat3 getMax()
Gets the value of the max property.

Returns:
possible object is TargetableFloat3

setMax

public void setMax(TargetableFloat3 value)
Sets the value of the max property.

Parameters:
value - allowed object is TargetableFloat3

CroftSoft Javadoc

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