org.collada._2005._11.colladaschema
Class FxSurfaceInitCubeCommon.Primary

java.lang.Object
  extended by org.collada._2005._11.colladaschema.FxSurfaceInitCubeCommon.Primary
Enclosing class:
FxSurfaceInitCubeCommon

public static class FxSurfaceInitCubeCommon.Primary
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 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>
 


Field Summary
protected  List<FxSurfaceFaceEnum> order
           
protected  Object ref
           
 
Constructor Summary
FxSurfaceInitCubeCommon.Primary()
           
 
Method Summary
 List<FxSurfaceFaceEnum> getOrder()
          Gets the value of the order property.
 Object getRef()
          Gets the value of the ref property.
 void setRef(Object value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

protected List<FxSurfaceFaceEnum> order

ref

protected Object ref
Constructor Detail

FxSurfaceInitCubeCommon.Primary

public FxSurfaceInitCubeCommon.Primary()
Method Detail

getOrder

public List<FxSurfaceFaceEnum> getOrder()
Gets the value of the order 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 order property.

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

    getOrder().add(newItem);
 

Objects of the following type(s) are allowed in the list FxSurfaceFaceEnum


getRef

public Object getRef()
Gets the value of the ref property.

Returns:
possible object is Object

setRef

public void setRef(Object value)
Sets the value of the ref property.

Parameters:
value - allowed object is Object

CroftSoft Javadoc

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