org.collada._2005._11.colladaschema
Class Ellipsoid
java.lang.Object
org.collada._2005._11.colladaschema.Ellipsoid
public class Ellipsoid
- 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="size" type="{http://www.collada.org/2005/11/COLLADASchema}float3"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
protected List<Double> size
Ellipsoid
public Ellipsoid()
getSize
public List<Double> getSize()
- Gets the value of the size 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 size property.
For example, to add a new item, do as follows:
getSize().add(newItem);
Objects of the following type(s) are allowed in the list
Double
CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)