|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.CommonColorOrTextureType.Texture
public static class CommonColorOrTextureType.Texture
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 |
|---|
protected Extra extra
protected String texcoord
protected String texture
| Constructor Detail |
|---|
public CommonColorOrTextureType.Texture()
| Method Detail |
|---|
public Extra getExtra()
Extrapublic void setExtra(Extra value)
value - allowed object is
Extrapublic String getTexcoord()
Stringpublic void setTexcoord(String value)
value - allowed object is
Stringpublic String getTexture()
Stringpublic void setTexture(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||