|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.RigidConstraint.TechniqueCommon
public static class RigidConstraint.TechniqueCommon
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 |
|---|
protected RigidConstraint.TechniqueCommon.Enabled enabled
protected RigidConstraint.TechniqueCommon.Interpenetrate interpenetrate
protected RigidConstraint.TechniqueCommon.Limits limits
protected RigidConstraint.TechniqueCommon.Spring spring
| Constructor Detail |
|---|
public RigidConstraint.TechniqueCommon()
| Method Detail |
|---|
public RigidConstraint.TechniqueCommon.Enabled getEnabled()
RigidConstraint.TechniqueCommon.Enabledpublic void setEnabled(RigidConstraint.TechniqueCommon.Enabled value)
value - allowed object is
RigidConstraint.TechniqueCommon.Enabledpublic RigidConstraint.TechniqueCommon.Interpenetrate getInterpenetrate()
RigidConstraint.TechniqueCommon.Interpenetratepublic void setInterpenetrate(RigidConstraint.TechniqueCommon.Interpenetrate value)
value - allowed object is
RigidConstraint.TechniqueCommon.Interpenetratepublic RigidConstraint.TechniqueCommon.Limits getLimits()
RigidConstraint.TechniqueCommon.Limitspublic void setLimits(RigidConstraint.TechniqueCommon.Limits value)
value - allowed object is
RigidConstraint.TechniqueCommon.Limitspublic RigidConstraint.TechniqueCommon.Spring getSpring()
RigidConstraint.TechniqueCommon.Springpublic void setSpring(RigidConstraint.TechniqueCommon.Spring value)
value - allowed object is
RigidConstraint.TechniqueCommon.Spring
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||