Java Doc for FxAnnotateCommon.java in  » 6.0-JDK-Modules » java-3d » org » collada » colladaschema » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » org.collada.colladaschema 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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>
 


Field Summary
protected  Double_float
    
protected  Long_int
    
protected  Booleanbool
    
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  Stringname
    
protected  Stringstring
    


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  DoublegetFloat()
     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  LonggetInt()
     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  StringgetName()
     Gets the value of the name property.
public  StringgetString()
     Gets the value of the string property.
public  BooleanisBool()
     Gets the value of the bool property.
public  voidsetBool(Boolean value)
     Sets the value of the bool property.
public  voidsetFloat(Double value)
     Sets the value of the float property.
public  voidsetInt(Long value)
     Sets the value of the int property.
public  voidsetName(String value)
     Sets the value of the name property.
public  voidsetString(String value)
     Sets the value of the string property.

Field Detail
_float
protected Double _float(Code)



_int
protected Long _int(Code)



bool
protected Boolean bool(Code)



bool2
protected List<Boolean> bool2(Code)



bool3
protected List<Boolean> bool3(Code)



bool4
protected List<Boolean> bool4(Code)



float2
protected List<Double> float2(Code)



float2X2
protected List<Double> float2X2(Code)



float3
protected List<Double> float3(Code)



float3X3
protected List<Double> float3X3(Code)



float4
protected List<Double> float4(Code)



float4X4
protected List<Double> float4X4(Code)



int2
protected List<Long> int2(Code)



int3
protected List<Long> int3(Code)



int4
protected List<Long> int4(Code)



name
protected String name(Code)



string
protected String string(Code)





Method Detail
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



isBool
public Boolean isBool()(Code)
Gets the value of the bool property. possible object isBoolean



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



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.