|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxAnnotateCommon
public class FxAnnotateCommon
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>
| Field Summary | |
|---|---|
protected Double |
_float
|
protected Long |
_int
|
protected Boolean |
bool
|
protected List<Boolean> |
bool2
|
protected List<Boolean> |
bool3
|
protected List<Boolean> |
bool4
|
protected List<Double> |
float2
|
protected List<Double> |
float2X2
|
protected List<Double> |
float3
|
protected List<Double> |
float3X3
|
protected List<Double> |
float4
|
protected List<Double> |
float4X4
|
protected List<Long> |
int2
|
protected List<Long> |
int3
|
protected List<Long> |
int4
|
protected String |
name
|
protected String |
string
|
| Constructor Summary | |
|---|---|
FxAnnotateCommon()
|
|
| Method Summary | |
|---|---|
List<Boolean> |
getBool2()
Gets the value of the bool2 property. |
List<Boolean> |
getBool3()
Gets the value of the bool3 property. |
List<Boolean> |
getBool4()
Gets the value of the bool4 property. |
Double |
getFloat()
Gets the value of the float property. |
List<Double> |
getFloat2()
Gets the value of the float2 property. |
List<Double> |
getFloat2X2()
Gets the value of the float2X2 property. |
List<Double> |
getFloat3()
Gets the value of the float3 property. |
List<Double> |
getFloat3X3()
Gets the value of the float3X3 property. |
List<Double> |
getFloat4()
Gets the value of the float4 property. |
List<Double> |
getFloat4X4()
Gets the value of the float4X4 property. |
Long |
getInt()
Gets the value of the int property. |
List<Long> |
getInt2()
Gets the value of the int2 property. |
List<Long> |
getInt3()
Gets the value of the int3 property. |
List<Long> |
getInt4()
Gets the value of the int4 property. |
String |
getName()
Gets the value of the name property. |
String |
getString()
Gets the value of the string property. |
Boolean |
isBool()
Gets the value of the bool property. |
void |
setBool(Boolean value)
Sets the value of the bool property. |
void |
setFloat(Double value)
Sets the value of the float property. |
void |
setInt(Long value)
Sets the value of the int property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setString(String value)
Sets the value of the string property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean bool
protected List<Boolean> bool2
protected List<Boolean> bool3
protected List<Boolean> bool4
protected Long _int
protected List<Long> int2
protected List<Long> int3
protected List<Long> int4
protected Double _float
protected List<Double> float2
protected List<Double> float3
protected List<Double> float4
protected List<Double> float2X2
protected List<Double> float3X3
protected List<Double> float4X4
protected String string
protected String name
| Constructor Detail |
|---|
public FxAnnotateCommon()
| Method Detail |
|---|
public Boolean isBool()
Booleanpublic void setBool(Boolean value)
value - allowed object is
Booleanpublic List<Boolean> getBool2()
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
public List<Boolean> getBool3()
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
public List<Boolean> getBool4()
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
public Long getInt()
Longpublic void setInt(Long value)
value - allowed object is
Longpublic List<Long> getInt2()
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
public List<Long> getInt3()
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
public List<Long> getInt4()
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
public Double getFloat()
Doublepublic void setFloat(Double value)
value - allowed object is
Doublepublic List<Double> getFloat2()
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
public List<Double> getFloat3()
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
public List<Double> getFloat4()
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
public List<Double> getFloat2X2()
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
public List<Double> getFloat3X3()
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
public List<Double> getFloat4X4()
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
public String getString()
Stringpublic void setString(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||