org.collada._2005._11.colladaschema
Class ProfileCG.Type.Technique.Pass.Shader.Bind.Param

java.lang.Object
  extended by org.collada._2005._11.colladaschema.ProfileCG.Type.Technique.Pass.Shader.Bind.Param
Enclosing class:
ProfileCG.Type.Technique.Pass.Shader.Bind

public static class ProfileCG.Type.Technique.Pass.Shader.Bind.Param
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">
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String ref
           
 
Constructor Summary
ProfileCG.Type.Technique.Pass.Shader.Bind.Param()
           
 
Method Summary
 String getRef()
          Gets the value of the ref property.
 void setRef(String value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected String ref
Constructor Detail

ProfileCG.Type.Technique.Pass.Shader.Bind.Param

public ProfileCG.Type.Technique.Pass.Shader.Bind.Param()
Method Detail

getRef

public String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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