org.collada._2005._11.colladaschema
Class Light.TechniqueCommon.Ambient

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Light.TechniqueCommon.Ambient
Enclosing class:
Light.TechniqueCommon

public static class Light.TechniqueCommon.Ambient
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="color" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat3"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TargetableFloat3 color
           
 
Constructor Summary
Light.TechniqueCommon.Ambient()
           
 
Method Summary
 TargetableFloat3 getColor()
          Gets the value of the color property.
 void setColor(TargetableFloat3 value)
          Sets the value of the color property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

protected TargetableFloat3 color
Constructor Detail

Light.TechniqueCommon.Ambient

public Light.TechniqueCommon.Ambient()
Method Detail

getColor

public TargetableFloat3 getColor()
Gets the value of the color property.

Returns:
possible object is TargetableFloat3

setColor

public void setColor(TargetableFloat3 value)
Sets the value of the color property.

Parameters:
value - allowed object is TargetableFloat3

CroftSoft Javadoc

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