|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.CommonFloatOrParamType
public class CommonFloatOrParamType
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 |
|---|
protected CommonFloatOrParamType.Float _float
protected CommonFloatOrParamType.Param param
| Constructor Detail |
|---|
public CommonFloatOrParamType()
| Method Detail |
|---|
public CommonFloatOrParamType.Float getFloat()
CommonFloatOrParamType.Floatpublic void setFloat(CommonFloatOrParamType.Float value)
value - allowed object is
CommonFloatOrParamType.Floatpublic CommonFloatOrParamType.Param getParam()
CommonFloatOrParamType.Parampublic void setParam(CommonFloatOrParamType.Param value)
value - allowed object is
CommonFloatOrParamType.Param
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||