org.collada._2005._11.colladaschema
Class Source.TechniqueCommon
java.lang.Object
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>
|
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 |
accessor
protected Accessor accessor
Source.TechniqueCommon
public Source.TechniqueCommon()
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 COLLADA JAXB Javadoc (2006-11-13 15:08:25)