org.collada._2005._11.colladaschema
Class InstanceEffect.TechniqueHint

java.lang.Object
  extended by org.collada._2005._11.colladaschema.InstanceEffect.TechniqueHint
Enclosing class:
InstanceEffect

public static class InstanceEffect.TechniqueHint
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="platform" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="profile" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String platform
           
protected  String profile
           
protected  String ref
           
 
Constructor Summary
InstanceEffect.TechniqueHint()
           
 
Method Summary
 String getPlatform()
          Gets the value of the platform property.
 String getProfile()
          Gets the value of the profile property.
 String getRef()
          Gets the value of the ref property.
 void setPlatform(String value)
          Sets the value of the platform property.
 void setProfile(String value)
          Sets the value of the profile 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

platform

protected String platform

profile

protected String profile

ref

protected String ref
Constructor Detail

InstanceEffect.TechniqueHint

public InstanceEffect.TechniqueHint()
Method Detail

getPlatform

public String getPlatform()
Gets the value of the platform property.

Returns:
possible object is String

setPlatform

public void setPlatform(String value)
Sets the value of the platform property.

Parameters:
value - allowed object is String

getProfile

public String getProfile()
Gets the value of the profile property.

Returns:
possible object is String

setProfile

public void setProfile(String value)
Sets the value of the profile property.

Parameters:
value - allowed object is String

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)