org.collada._2005._11.colladaschema
Class ProfileGLES.Type.Technique.Pass.StencilOp

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

public static class ProfileGLES.Type.Technique.Pass.StencilOp
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="fail">
           <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}gles_stencil_op_type" default="KEEP" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="zfail">
           <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}gles_stencil_op_type" default="KEEP" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="zpass">
           <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}gles_stencil_op_type" default="KEEP" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ProfileGLES.Type.Technique.Pass.StencilOp.Fail
          Java class for anonymous complex type.
static class ProfileGLES.Type.Technique.Pass.StencilOp.Zfail
          Java class for anonymous complex type.
static class ProfileGLES.Type.Technique.Pass.StencilOp.Zpass
          Java class for anonymous complex type.
 
Field Summary
protected  ProfileGLES.Type.Technique.Pass.StencilOp.Fail fail
           
protected  ProfileGLES.Type.Technique.Pass.StencilOp.Zfail zfail
           
protected  ProfileGLES.Type.Technique.Pass.StencilOp.Zpass zpass
           
 
Constructor Summary
ProfileGLES.Type.Technique.Pass.StencilOp()
           
 
Method Summary
 ProfileGLES.Type.Technique.Pass.StencilOp.Fail getFail()
          Gets the value of the fail property.
 ProfileGLES.Type.Technique.Pass.StencilOp.Zfail getZfail()
          Gets the value of the zfail property.
 ProfileGLES.Type.Technique.Pass.StencilOp.Zpass getZpass()
          Gets the value of the zpass property.
 void setFail(ProfileGLES.Type.Technique.Pass.StencilOp.Fail value)
          Sets the value of the fail property.
 void setZfail(ProfileGLES.Type.Technique.Pass.StencilOp.Zfail value)
          Sets the value of the zfail property.
 void setZpass(ProfileGLES.Type.Technique.Pass.StencilOp.Zpass value)
          Sets the value of the zpass property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fail

protected ProfileGLES.Type.Technique.Pass.StencilOp.Fail fail

zfail

protected ProfileGLES.Type.Technique.Pass.StencilOp.Zfail zfail

zpass

protected ProfileGLES.Type.Technique.Pass.StencilOp.Zpass zpass
Constructor Detail

ProfileGLES.Type.Technique.Pass.StencilOp

public ProfileGLES.Type.Technique.Pass.StencilOp()
Method Detail

getFail

public ProfileGLES.Type.Technique.Pass.StencilOp.Fail getFail()
Gets the value of the fail property.

Returns:
possible object is ProfileGLES.Type.Technique.Pass.StencilOp.Fail

setFail

public void setFail(ProfileGLES.Type.Technique.Pass.StencilOp.Fail value)
Sets the value of the fail property.

Parameters:
value - allowed object is ProfileGLES.Type.Technique.Pass.StencilOp.Fail

getZfail

public ProfileGLES.Type.Technique.Pass.StencilOp.Zfail getZfail()
Gets the value of the zfail property.

Returns:
possible object is ProfileGLES.Type.Technique.Pass.StencilOp.Zfail

setZfail

public void setZfail(ProfileGLES.Type.Technique.Pass.StencilOp.Zfail value)
Sets the value of the zfail property.

Parameters:
value - allowed object is ProfileGLES.Type.Technique.Pass.StencilOp.Zfail

getZpass

public ProfileGLES.Type.Technique.Pass.StencilOp.Zpass getZpass()
Gets the value of the zpass property.

Returns:
possible object is ProfileGLES.Type.Technique.Pass.StencilOp.Zpass

setZpass

public void setZpass(ProfileGLES.Type.Technique.Pass.StencilOp.Zpass value)
Sets the value of the zpass property.

Parameters:
value - allowed object is ProfileGLES.Type.Technique.Pass.StencilOp.Zpass

CroftSoft Javadoc

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