org.collada._2005._11.colladaschema
Class FxSurfaceInitPlanarCommon
java.lang.Object
org.collada._2005._11.colladaschema.FxSurfaceInitPlanarCommon
public class FxSurfaceInitPlanarCommon
- extends Object
For 1D, 2D, RECT surface types
Java class for fx_surface_init_planar_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_surface_init_planar_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="all">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
all
protected FxSurfaceInitPlanarCommon.All all
FxSurfaceInitPlanarCommon
public FxSurfaceInitPlanarCommon()
getAll
public FxSurfaceInitPlanarCommon.All getAll()
- Gets the value of the all property.
- Returns:
- possible object is
FxSurfaceInitPlanarCommon.All
setAll
public void setAll(FxSurfaceInitPlanarCommon.All value)
- Sets the value of the all property.
- Parameters:
value - allowed object is
FxSurfaceInitPlanarCommon.All
CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)