org.collada._2005._11.colladaschema
Class FxSurfaceInitPlanarCommon

java.lang.Object
  extended by 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>
 


Nested Class Summary
static class FxSurfaceInitPlanarCommon.All
          Java class for anonymous complex type.
 
Field Summary
protected  FxSurfaceInitPlanarCommon.All all
           
 
Constructor Summary
FxSurfaceInitPlanarCommon()
           
 
Method Summary
 FxSurfaceInitPlanarCommon.All getAll()
          Gets the value of the all property.
 void setAll(FxSurfaceInitPlanarCommon.All value)
          Sets the value of the all property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

protected FxSurfaceInitPlanarCommon.All all
Constructor Detail

FxSurfaceInitPlanarCommon

public FxSurfaceInitPlanarCommon()
Method Detail

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 Javadoc

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