org.collada._2005._11.colladaschema
Class FxAnnotateCommon

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

public class FxAnnotateCommon
extends Object

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

bool

protected Boolean bool

bool2

protected List<Boolean> bool2

bool3

protected List<Boolean> bool3

bool4

protected List<Boolean> bool4

_int

protected Long _int

int2

protected List<Long> int2

int3

protected List<Long> int3

int4

protected List<Long> int4

_float

protected Double _float

float2

protected List<Double> float2

float3

protected List<Double> float3

float4

protected List<Double> float4

float2X2

protected List<Double> float2X2

float3X3

protected List<Double> float3X3

float4X4

protected List<Double> float4X4

string

protected String string

name

protected String name
Constructor Detail

FxAnnotateCommon

public FxAnnotateCommon()
Method Detail

isBool

public Boolean isBool()
Gets the value of the bool property.

Returns:
possible object is Boolean

setBool

public void setBool(Boolean value)
Sets the value of the bool property.

Parameters:
value - allowed object is Boolean

getBool2

public List<Boolean> getBool2()
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()
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()
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


getInt

public Long getInt()
Gets the value of the int property.

Returns:
possible object is Long

setInt

public void setInt(Long value)
Sets the value of the int property.

Parameters:
value - allowed object is Long

getInt2

public List<Long> getInt2()
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()
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()
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


getFloat

public Double getFloat()
Gets the value of the float property.

Returns:
possible object is Double

setFloat

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

Parameters:
value - allowed object is Double

getFloat2

public List<Double> getFloat2()
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


getFloat3

public List<Double> getFloat3()
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


getFloat4

public List<Double> getFloat4()
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


getFloat2X2

public List<Double> getFloat2X2()
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


getFloat3X3

public List<Double> getFloat3X3()
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


getFloat4X4

public List<Double> getFloat4X4()
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


getString

public String getString()
Gets the value of the string property.

Returns:
possible object is String

setString

public void setString(String value)
Sets the value of the string property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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