org.collada._2005._11.colladaschema
Class FxSurfaceInitCubeCommon

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

public class FxSurfaceInitCubeCommon
extends Object

Java class for fx_surface_init_cube_common complex type.

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

 <complexType name="fx_surface_init_cube_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">
                 <sequence minOccurs="0">
                   <element name="order" type="{http://www.collada.org/2005/11/COLLADASchema}fx_surface_face_enum" maxOccurs="6" minOccurs="6"/>
                 </sequence>
                 <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="face" maxOccurs="6" minOccurs="6">
           <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 FxSurfaceInitCubeCommon.All
          Java class for anonymous complex type.
static class FxSurfaceInitCubeCommon.Face
          Java class for anonymous complex type.
static class FxSurfaceInitCubeCommon.Primary
          Java class for anonymous complex type.
 
Field Summary
protected  FxSurfaceInitCubeCommon.All all
           
protected  List<FxSurfaceInitCubeCommon.Face> face
           
protected  FxSurfaceInitCubeCommon.Primary primary
           
 
Constructor Summary
FxSurfaceInitCubeCommon()
           
 
Method Summary
 FxSurfaceInitCubeCommon.All getAll()
          Gets the value of the all property.
 List<FxSurfaceInitCubeCommon.Face> getFace()
          Gets the value of the face property.
 FxSurfaceInitCubeCommon.Primary getPrimary()
          Gets the value of the primary property.
 void setAll(FxSurfaceInitCubeCommon.All value)
          Sets the value of the all property.
 void setPrimary(FxSurfaceInitCubeCommon.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 FxSurfaceInitCubeCommon.All all

primary

protected FxSurfaceInitCubeCommon.Primary primary

face

protected List<FxSurfaceInitCubeCommon.Face> face
Constructor Detail

FxSurfaceInitCubeCommon

public FxSurfaceInitCubeCommon()
Method Detail

getAll

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

Returns:
possible object is FxSurfaceInitCubeCommon.All

setAll

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

Parameters:
value - allowed object is FxSurfaceInitCubeCommon.All

getPrimary

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

Returns:
possible object is FxSurfaceInitCubeCommon.Primary

setPrimary

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

Parameters:
value - allowed object is FxSurfaceInitCubeCommon.Primary

getFace

public List<FxSurfaceInitCubeCommon.Face> getFace()
Gets the value of the face 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 face property.

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

    getFace().add(newItem);
 

Objects of the following type(s) are allowed in the list FxSurfaceInitCubeCommon.Face


CroftSoft Javadoc

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