org.collada._2005._11.colladaschema
Class CommonColorOrTextureType.Texture

java.lang.Object
  extended by org.collada._2005._11.colladaschema.CommonColorOrTextureType.Texture
Enclosing class:
CommonColorOrTextureType

public static class CommonColorOrTextureType.Texture
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}extra" minOccurs="0"/>
       </sequence>
       <attribute name="texcoord" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="texture" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Extra extra
           
protected  String texcoord
           
protected  String texture
           
 
Constructor Summary
CommonColorOrTextureType.Texture()
           
 
Method Summary
 Extra getExtra()
          Gets the value of the extra property.
 String getTexcoord()
          Gets the value of the texcoord property.
 String getTexture()
          Gets the value of the texture property.
 void setExtra(Extra value)
          Sets the value of the extra property.
 void setTexcoord(String value)
          Sets the value of the texcoord property.
 void setTexture(String value)
          Sets the value of the texture property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extra

protected Extra extra

texcoord

protected String texcoord

texture

protected String texture
Constructor Detail

CommonColorOrTextureType.Texture

public CommonColorOrTextureType.Texture()
Method Detail

getExtra

public Extra getExtra()
Gets the value of the extra property.

Returns:
possible object is Extra

setExtra

public void setExtra(Extra value)
Sets the value of the extra property.

Parameters:
value - allowed object is Extra

getTexcoord

public String getTexcoord()
Gets the value of the texcoord property.

Returns:
possible object is String

setTexcoord

public void setTexcoord(String value)
Sets the value of the texcoord property.

Parameters:
value - allowed object is String

getTexture

public String getTexture()
Gets the value of the texture property.

Returns:
possible object is String

setTexture

public void setTexture(String value)
Sets the value of the texture property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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