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

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

public static class Light.TechniqueCommon.Directional
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.Directional()
           
 
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.Directional

public Light.TechniqueCommon.Directional()
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)