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

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

public static class FxSurfaceInitCubeCommon.Face
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">
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object ref
           
 
Constructor Summary
FxSurfaceInitCubeCommon.Face()
           
 
Method Summary
 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

ref

protected Object ref
Constructor Detail

FxSurfaceInitCubeCommon.Face

public FxSurfaceInitCubeCommon.Face()
Method Detail

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)