org.collada._2005._11.colladaschema
Class ProfileCOMMON.Type.Technique.Constant

java.lang.Object
  extended by org.collada._2005._11.colladaschema.ProfileCOMMON.Type.Technique.Constant
Enclosing class:
ProfileCOMMON.Type.Technique

public static class ProfileCOMMON.Type.Technique.Constant
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="emission" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="reflective" type="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type" minOccurs="0"/>
         <element name="reflectivity" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
         <element name="transparent" type="{http://www.collada.org/2005/11/COLLADASchema}common_transparent_type" minOccurs="0"/>
         <element name="transparency" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
         <element name="index_of_refraction" type="{http://www.collada.org/2005/11/COLLADASchema}common_float_or_param_type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CommonColorOrTextureType emission
           
protected  CommonFloatOrParamType indexOfRefraction
           
protected  CommonColorOrTextureType reflective
           
protected  CommonFloatOrParamType reflectivity
           
protected  CommonFloatOrParamType transparency
           
protected  CommonTransparentType transparent
           
 
Constructor Summary
ProfileCOMMON.Type.Technique.Constant()
           
 
Method Summary
 CommonColorOrTextureType getEmission()
          Gets the value of the emission property.
 CommonFloatOrParamType getIndexOfRefraction()
          Gets the value of the indexOfRefraction property.
 CommonColorOrTextureType getReflective()
          Gets the value of the reflective property.
 CommonFloatOrParamType getReflectivity()
          Gets the value of the reflectivity property.
 CommonFloatOrParamType getTransparency()
          Gets the value of the transparency property.
 CommonTransparentType getTransparent()
          Gets the value of the transparent property.
 void setEmission(CommonColorOrTextureType value)
          Sets the value of the emission property.
 void setIndexOfRefraction(CommonFloatOrParamType value)
          Sets the value of the indexOfRefraction property.
 void setReflective(CommonColorOrTextureType value)
          Sets the value of the reflective property.
 void setReflectivity(CommonFloatOrParamType value)
          Sets the value of the reflectivity property.
 void setTransparency(CommonFloatOrParamType value)
          Sets the value of the transparency property.
 void setTransparent(CommonTransparentType value)
          Sets the value of the transparent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emission

protected CommonColorOrTextureType emission

reflective

protected CommonColorOrTextureType reflective

reflectivity

protected CommonFloatOrParamType reflectivity

transparent

protected CommonTransparentType transparent

transparency

protected CommonFloatOrParamType transparency

indexOfRefraction

protected CommonFloatOrParamType indexOfRefraction
Constructor Detail

ProfileCOMMON.Type.Technique.Constant

public ProfileCOMMON.Type.Technique.Constant()
Method Detail

getEmission

public CommonColorOrTextureType getEmission()
Gets the value of the emission property.

Returns:
possible object is CommonColorOrTextureType

setEmission

public void setEmission(CommonColorOrTextureType value)
Sets the value of the emission property.

Parameters:
value - allowed object is CommonColorOrTextureType

getReflective

public CommonColorOrTextureType getReflective()
Gets the value of the reflective property.

Returns:
possible object is CommonColorOrTextureType

setReflective

public void setReflective(CommonColorOrTextureType value)
Sets the value of the reflective property.

Parameters:
value - allowed object is CommonColorOrTextureType

getReflectivity

public CommonFloatOrParamType getReflectivity()
Gets the value of the reflectivity property.

Returns:
possible object is CommonFloatOrParamType

setReflectivity

public void setReflectivity(CommonFloatOrParamType value)
Sets the value of the reflectivity property.

Parameters:
value - allowed object is CommonFloatOrParamType

getTransparent

public CommonTransparentType getTransparent()
Gets the value of the transparent property.

Returns:
possible object is CommonTransparentType

setTransparent

public void setTransparent(CommonTransparentType value)
Sets the value of the transparent property.

Parameters:
value - allowed object is CommonTransparentType

getTransparency

public CommonFloatOrParamType getTransparency()
Gets the value of the transparency property.

Returns:
possible object is CommonFloatOrParamType

setTransparency

public void setTransparency(CommonFloatOrParamType value)
Sets the value of the transparency property.

Parameters:
value - allowed object is CommonFloatOrParamType

getIndexOfRefraction

public CommonFloatOrParamType getIndexOfRefraction()
Gets the value of the indexOfRefraction property.

Returns:
possible object is CommonFloatOrParamType

setIndexOfRefraction

public void setIndexOfRefraction(CommonFloatOrParamType value)
Sets the value of the indexOfRefraction property.

Parameters:
value - allowed object is CommonFloatOrParamType

CroftSoft Javadoc

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