org.collada._2005._11.colladaschema
Class ProfileGLSL.Type.Technique.Pass.BlendFunc

java.lang.Object
  extended by org.collada._2005._11.colladaschema.ProfileGLSL.Type.Technique.Pass.BlendFunc
Enclosing class:
ProfileGLSL.Type.Technique.Pass

public static class ProfileGLSL.Type.Technique.Pass.BlendFunc
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="src">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 <attribute name="value" type="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type" default="ONE" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="dest">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}NCName" />
                 <attribute name="value" type="{http://www.collada.org/2005/11/COLLADASchema}gl_blend_type" default="ZERO" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest
          Java class for anonymous complex type.
static class ProfileGLSL.Type.Technique.Pass.BlendFunc.Src
          Java class for anonymous complex type.
 
Field Summary
protected  ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest dest
           
protected  ProfileGLSL.Type.Technique.Pass.BlendFunc.Src src
           
 
Constructor Summary
ProfileGLSL.Type.Technique.Pass.BlendFunc()
           
 
Method Summary
 ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest getDest()
          Gets the value of the dest property.
 ProfileGLSL.Type.Technique.Pass.BlendFunc.Src getSrc()
          Gets the value of the src property.
 void setDest(ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest value)
          Sets the value of the dest property.
 void setSrc(ProfileGLSL.Type.Technique.Pass.BlendFunc.Src value)
          Sets the value of the src property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

protected ProfileGLSL.Type.Technique.Pass.BlendFunc.Src src

dest

protected ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest dest
Constructor Detail

ProfileGLSL.Type.Technique.Pass.BlendFunc

public ProfileGLSL.Type.Technique.Pass.BlendFunc()
Method Detail

getSrc

public ProfileGLSL.Type.Technique.Pass.BlendFunc.Src getSrc()
Gets the value of the src property.

Returns:
possible object is ProfileGLSL.Type.Technique.Pass.BlendFunc.Src

setSrc

public void setSrc(ProfileGLSL.Type.Technique.Pass.BlendFunc.Src value)
Sets the value of the src property.

Parameters:
value - allowed object is ProfileGLSL.Type.Technique.Pass.BlendFunc.Src

getDest

public ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest getDest()
Gets the value of the dest property.

Returns:
possible object is ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest

setDest

public void setDest(ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest value)
Sets the value of the dest property.

Parameters:
value - allowed object is ProfileGLSL.Type.Technique.Pass.BlendFunc.Dest

CroftSoft Javadoc

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