org.collada._2005._11.colladaschema
Class FxSurfaceInitVolumeCommon

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

public class FxSurfaceInitVolumeCommon
extends Object

Java class for fx_surface_init_volume_common complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="fx_surface_init_volume_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>
         <element name="primary">
           <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 FxSurfaceInitVolumeCommon.All
          Java class for anonymous complex type.
static class FxSurfaceInitVolumeCommon.Primary
          Java class for anonymous complex type.
 
Field Summary
protected  FxSurfaceInitVolumeCommon.All all
           
protected  FxSurfaceInitVolumeCommon.Primary primary
           
 
Constructor Summary
FxSurfaceInitVolumeCommon()
           
 
Method Summary
 FxSurfaceInitVolumeCommon.All getAll()
          Gets the value of the all property.
 FxSurfaceInitVolumeCommon.Primary getPrimary()
          Gets the value of the primary property.
 void setAll(FxSurfaceInitVolumeCommon.All value)
          Sets the value of the all property.
 void setPrimary(FxSurfaceInitVolumeCommon.Primary value)
          Sets the value of the primary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

all

protected FxSurfaceInitVolumeCommon.All all

primary

protected FxSurfaceInitVolumeCommon.Primary primary
Constructor Detail

FxSurfaceInitVolumeCommon

public FxSurfaceInitVolumeCommon()
Method Detail

getAll

public FxSurfaceInitVolumeCommon.All getAll()
Gets the value of the all property.

Returns:
possible object is FxSurfaceInitVolumeCommon.All

setAll

public void setAll(FxSurfaceInitVolumeCommon.All value)
Sets the value of the all property.

Parameters:
value - allowed object is FxSurfaceInitVolumeCommon.All

getPrimary

public FxSurfaceInitVolumeCommon.Primary getPrimary()
Gets the value of the primary property.

Returns:
possible object is FxSurfaceInitVolumeCommon.Primary

setPrimary

public void setPrimary(FxSurfaceInitVolumeCommon.Primary value)
Sets the value of the primary property.

Parameters:
value - allowed object is FxSurfaceInitVolumeCommon.Primary

CroftSoft Javadoc

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