org.collada._2005._11.colladaschema
Class InstancePhysicsModel

java.lang.Object
  extended by org.collada._2005._11.colladaschema.InstancePhysicsModel

public class InstancePhysicsModel
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 ref="{http://www.collada.org/2005/11/COLLADASchema}instance_force_field" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}instance_rigid_body" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}instance_rigid_constraint" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Extra> extra
           
protected  List<InstanceWithExtra> instanceForceField
           
protected  List<InstanceRigidBody> instanceRigidBody
           
protected  List<InstanceRigidConstraint> instanceRigidConstraint
           
protected  String name
           
protected  String parent
           
protected  String sid
           
protected  String url
           
 
Constructor Summary
InstancePhysicsModel()
           
 
Method Summary
 List<Extra> getExtra()
          The extra element may appear any number of times.
 List<InstanceWithExtra> getInstanceForceField()
          The instance_physics_model element may instance any number of force_field elements.
 List<InstanceRigidBody> getInstanceRigidBody()
          The instance_physics_model element may instance any number of rigid_body elements.
 List<InstanceRigidConstraint> getInstanceRigidConstraint()
          The instance_physics_model element may instance any number of rigid_constraint elements.
 String getName()
          Gets the value of the name property.
 String getParent()
          Gets the value of the parent property.
 String getSid()
          Gets the value of the sid property.
 String getUrl()
          Gets the value of the url property.
 void setName(String value)
          Sets the value of the name property.
 void setParent(String value)
          Sets the value of the parent property.
 void setSid(String value)
          Sets the value of the sid property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instanceForceField

protected List<InstanceWithExtra> instanceForceField

instanceRigidBody

protected List<InstanceRigidBody> instanceRigidBody

instanceRigidConstraint

protected List<InstanceRigidConstraint> instanceRigidConstraint

extra

protected List<Extra> extra

name

protected String name

parent

protected String parent

sid

protected String sid

url

protected String url
Constructor Detail

InstancePhysicsModel

public InstancePhysicsModel()
Method Detail

getInstanceForceField

public List<InstanceWithExtra> getInstanceForceField()
The instance_physics_model element may instance any number of force_field elements. Gets the value of the instanceForceField property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the instanceForceField property.

For example, to add a new item, do as follows:

    getInstanceForceField().add(newItem);
 

Objects of the following type(s) are allowed in the list InstanceWithExtra


getInstanceRigidBody

public List<InstanceRigidBody> getInstanceRigidBody()
The instance_physics_model element may instance any number of rigid_body elements. Gets the value of the instanceRigidBody property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the instanceRigidBody property.

For example, to add a new item, do as follows:

    getInstanceRigidBody().add(newItem);
 

Objects of the following type(s) are allowed in the list InstanceRigidBody


getInstanceRigidConstraint

public List<InstanceRigidConstraint> getInstanceRigidConstraint()
The instance_physics_model element may instance any number of rigid_constraint elements. Gets the value of the instanceRigidConstraint property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the instanceRigidConstraint property.

For example, to add a new item, do as follows:

    getInstanceRigidConstraint().add(newItem);
 

Objects of the following type(s) are allowed in the list InstanceRigidConstraint


getExtra

public List<Extra> getExtra()
The extra element may appear any number of times. Gets the value of the extra property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extra property.

For example, to add a new item, do as follows:

    getExtra().add(newItem);
 

Objects of the following type(s) are allowed in the list Extra


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getParent

public String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

getSid

public String getSid()
Gets the value of the sid property.

Returns:
possible object is String

setSid

public void setSid(String value)
Sets the value of the sid property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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