org.collada._2005._11.colladaschema
Class CommonTransparentType

java.lang.Object
  extended by org.collada._2005._11.colladaschema.CommonColorOrTextureType
      extended by org.collada._2005._11.colladaschema.CommonTransparentType

public class CommonTransparentType
extends CommonColorOrTextureType

Java class for common_transparent_type complex type.

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

 <complexType name="common_transparent_type">
   <complexContent>
     <extension base="{http://www.collada.org/2005/11/COLLADASchema}common_color_or_texture_type">
       <attribute name="opaque" type="{http://www.collada.org/2005/11/COLLADASchema}fx_opaque_enum" default="A_ONE" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.collada._2005._11.colladaschema.CommonColorOrTextureType
CommonColorOrTextureType.Color, CommonColorOrTextureType.Param, CommonColorOrTextureType.Texture
 
Field Summary
protected  FxOpaqueEnum opaque
           
 
Fields inherited from class org.collada._2005._11.colladaschema.CommonColorOrTextureType
color, param, texture
 
Constructor Summary
CommonTransparentType()
           
 
Method Summary
 FxOpaqueEnum getOpaque()
          Gets the value of the opaque property.
 void setOpaque(FxOpaqueEnum value)
          Sets the value of the opaque property.
 
Methods inherited from class org.collada._2005._11.colladaschema.CommonColorOrTextureType
getColor, getParam, getTexture, setColor, setParam, setTexture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opaque

protected FxOpaqueEnum opaque
Constructor Detail

CommonTransparentType

public CommonTransparentType()
Method Detail

getOpaque

public FxOpaqueEnum getOpaque()
Gets the value of the opaque property.

Returns:
possible object is FxOpaqueEnum

setOpaque

public void setOpaque(FxOpaqueEnum value)
Sets the value of the opaque property.

Parameters:
value - allowed object is FxOpaqueEnum

CroftSoft Javadoc

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