org.collada._2005._11.colladaschema
Class CommonFloatOrParamType

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

public class CommonFloatOrParamType
extends Object

Java class for common_float_or_param_type complex type.

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

 <complexType name="common_float_or_param_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="float">
           <complexType>
             <simpleContent>
               <extension base="<http://www.collada.org/2005/11/COLLADASchema>float">
                 <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="param">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CommonFloatOrParamType.Float
          Java class for anonymous complex type.
static class CommonFloatOrParamType.Param
          Java class for anonymous complex type.
 
Field Summary
protected  CommonFloatOrParamType.Float _float
           
protected  CommonFloatOrParamType.Param param
           
 
Constructor Summary
CommonFloatOrParamType()
           
 
Method Summary
 CommonFloatOrParamType.Float getFloat()
          Gets the value of the float property.
 CommonFloatOrParamType.Param getParam()
          Gets the value of the param property.
 void setFloat(CommonFloatOrParamType.Float value)
          Sets the value of the float property.
 void setParam(CommonFloatOrParamType.Param value)
          Sets the value of the param property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_float

protected CommonFloatOrParamType.Float _float

param

protected CommonFloatOrParamType.Param param
Constructor Detail

CommonFloatOrParamType

public CommonFloatOrParamType()
Method Detail

getFloat

public CommonFloatOrParamType.Float getFloat()
Gets the value of the float property.

Returns:
possible object is CommonFloatOrParamType.Float

setFloat

public void setFloat(CommonFloatOrParamType.Float value)
Sets the value of the float property.

Parameters:
value - allowed object is CommonFloatOrParamType.Float

getParam

public CommonFloatOrParamType.Param getParam()
Gets the value of the param property.

Returns:
possible object is CommonFloatOrParamType.Param

setParam

public void setParam(CommonFloatOrParamType.Param value)
Sets the value of the param property.

Parameters:
value - allowed object is CommonFloatOrParamType.Param

CroftSoft Javadoc

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