| java.lang.Object org.collada.colladaschema.FxAnnotateCommon
FxAnnotateCommon | public class FxAnnotateCommon (Code) | | Java class for fx_annotate_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_annotate_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.collada.org/2005/11/COLLADASchema}fx_annotate_type_common"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
|
Method Summary | |
public List<Boolean> | getBool2() Gets the value of the bool2 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Boolean> | getBool3() Gets the value of the bool3 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Boolean> | getBool4() Gets the value of the bool4 property.
This accessor method returns a reference to the live list,
not a snapshot. | public Double | getFloat() Gets the value of the float property. | public List<Double> | getFloat2() Gets the value of the float2 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Double> | getFloat2X2() Gets the value of the float2X2 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Double> | getFloat3() Gets the value of the float3 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Double> | getFloat3X3() Gets the value of the float3X3 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Double> | getFloat4() Gets the value of the float4 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Double> | getFloat4X4() Gets the value of the float4X4 property.
This accessor method returns a reference to the live list,
not a snapshot. | public Long | getInt() Gets the value of the int property. | public List<Long> | getInt2() Gets the value of the int2 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Long> | getInt3() Gets the value of the int3 property.
This accessor method returns a reference to the live list,
not a snapshot. | public List<Long> | getInt4() Gets the value of the int4 property.
This accessor method returns a reference to the live list,
not a snapshot. | public String | getName() Gets the value of the name property. | public String | getString() Gets the value of the string property. | public Boolean | isBool() Gets the value of the bool property. | public void | setBool(Boolean value) Sets the value of the bool property. | public void | setFloat(Double value) Sets the value of the float property. | public void | setInt(Long value) Sets the value of the int property. | public void | setName(String value) Sets the value of the name property. | public void | setString(String value) Sets the value of the string property. |
getBool2 | public List<Boolean> getBool2()(Code) | | Gets the value of the bool2 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 bool2 property.
For example, to add a new item, do as follows:
getBool2().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean |
getBool3 | public List<Boolean> getBool3()(Code) | | Gets the value of the bool3 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 bool3 property.
For example, to add a new item, do as follows:
getBool3().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean |
getBool4 | public List<Boolean> getBool4()(Code) | | Gets the value of the bool4 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 bool4 property.
For example, to add a new item, do as follows:
getBool4().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean |
getFloat | public Double getFloat()(Code) | | Gets the value of the float property.
possible object isDouble |
getFloat2 | public List<Double> getFloat2()(Code) | | Gets the value of the float2 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 float2 property.
For example, to add a new item, do as follows:
getFloat2().add(newItem);
Objects of the following type(s) are allowed in the list
Double |
getFloat2X2 | public List<Double> getFloat2X2()(Code) | | Gets the value of the float2X2 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 float2X2 property.
For example, to add a new item, do as follows:
getFloat2X2().add(newItem);
Objects of the following type(s) are allowed in the list
Double |
getFloat3 | public List<Double> getFloat3()(Code) | | Gets the value of the float3 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 float3 property.
For example, to add a new item, do as follows:
getFloat3().add(newItem);
Objects of the following type(s) are allowed in the list
Double |
getFloat3X3 | public List<Double> getFloat3X3()(Code) | | Gets the value of the float3X3 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 float3X3 property.
For example, to add a new item, do as follows:
getFloat3X3().add(newItem);
Objects of the following type(s) are allowed in the list
Double |
getFloat4 | public List<Double> getFloat4()(Code) | | Gets the value of the float4 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 float4 property.
For example, to add a new item, do as follows:
getFloat4().add(newItem);
Objects of the following type(s) are allowed in the list
Double |
getFloat4X4 | public List<Double> getFloat4X4()(Code) | | Gets the value of the float4X4 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 float4X4 property.
For example, to add a new item, do as follows:
getFloat4X4().add(newItem);
Objects of the following type(s) are allowed in the list
Double |
getInt | public Long getInt()(Code) | | Gets the value of the int property.
possible object isLong |
getInt2 | public List<Long> getInt2()(Code) | | Gets the value of the int2 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 int2 property.
For example, to add a new item, do as follows:
getInt2().add(newItem);
Objects of the following type(s) are allowed in the list
Long |
getInt3 | public List<Long> getInt3()(Code) | | Gets the value of the int3 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 int3 property.
For example, to add a new item, do as follows:
getInt3().add(newItem);
Objects of the following type(s) are allowed in the list
Long |
getInt4 | public List<Long> getInt4()(Code) | | Gets the value of the int4 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 int4 property.
For example, to add a new item, do as follows:
getInt4().add(newItem);
Objects of the following type(s) are allowed in the list
Long |
getName | public String getName()(Code) | | Gets the value of the name property.
possible object isString |
getString | public String getString()(Code) | | Gets the value of the string property.
possible object isString |
setBool | public void setBool(Boolean value)(Code) | | Sets the value of the bool property.
Parameters: value - allowed object isBoolean |
setFloat | public void setFloat(Double value)(Code) | | Sets the value of the float property.
Parameters: value - allowed object isDouble |
setInt | public void setInt(Long value)(Code) | | Sets the value of the int property.
Parameters: value - allowed object isLong |
setName | public void setName(String value)(Code) | | Sets the value of the name property.
Parameters: value - allowed object isString |
setString | public void setString(String value)(Code) | | Sets the value of the string property.
Parameters: value - allowed object isString |
|
|