|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.GlesTextureUnit
public class GlesTextureUnit
Java class for gles_texture_unit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gles_texture_unit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="surface" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
<element name="sampler_state" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
<element name="texcoord" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="semantic" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GlesTextureUnit.Texcoord
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Extra> |
extra
|
protected String |
samplerState
|
protected String |
sid
|
protected String |
surface
|
protected GlesTextureUnit.Texcoord |
texcoord
|
| Constructor Summary | |
|---|---|
GlesTextureUnit()
|
|
| Method Summary | |
|---|---|
List<Extra> |
getExtra()
Gets the value of the extra property. |
String |
getSamplerState()
Gets the value of the samplerState property. |
String |
getSid()
Gets the value of the sid property. |
String |
getSurface()
Gets the value of the surface property. |
GlesTextureUnit.Texcoord |
getTexcoord()
Gets the value of the texcoord property. |
void |
setSamplerState(String value)
Sets the value of the samplerState property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setSurface(String value)
Sets the value of the surface property. |
void |
setTexcoord(GlesTextureUnit.Texcoord value)
Sets the value of the texcoord property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String surface
protected String samplerState
protected GlesTextureUnit.Texcoord texcoord
protected List<Extra> extra
protected String sid
| Constructor Detail |
|---|
public GlesTextureUnit()
| Method Detail |
|---|
public String getSurface()
Stringpublic void setSurface(String value)
value - allowed object is
Stringpublic String getSamplerState()
Stringpublic void setSamplerState(String value)
value - allowed object is
Stringpublic GlesTextureUnit.Texcoord getTexcoord()
GlesTextureUnit.Texcoordpublic void setTexcoord(GlesTextureUnit.Texcoord value)
value - allowed object is
GlesTextureUnit.Texcoordpublic List<Extra> getExtra()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extra property.
For example, to add a new item, do as follows:
getExtra().add(newItem);
Objects of the following type(s) are allowed in the list
Extra
public String getSid()
Stringpublic void setSid(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 | |||||||||