org.collada._2005._11.colladaschema
Class Source.TechniqueCommon

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Source.TechniqueCommon
Enclosing class:
Source

public static class Source.TechniqueCommon
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 ref="{http://www.collada.org/2005/11/COLLADASchema}accessor"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Accessor accessor
           
 
Constructor Summary
Source.TechniqueCommon()
           
 
Method Summary
 Accessor getAccessor()
          The source's technique_common must have one and only one accessor.
 void setAccessor(Accessor value)
          The source's technique_common must have one and only one accessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessor

protected Accessor accessor
Constructor Detail

Source.TechniqueCommon

public Source.TechniqueCommon()
Method Detail

getAccessor

public Accessor getAccessor()
The source's technique_common must have one and only one accessor.

Returns:
possible object is Accessor

setAccessor

public void setAccessor(Accessor value)
The source's technique_common must have one and only one accessor.

Parameters:
value - allowed object is Accessor

CroftSoft Javadoc

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