|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.FxIncludeCommon
public class FxIncludeCommon
The include element is used to import source code or precompiled binary shaders into the FX Runtime by referencing an external resource.
Java class for fx_include_common complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fx_include_common">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="sid" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
sid
|
protected String |
url
|
| Constructor Summary | |
|---|---|
FxIncludeCommon()
|
|
| Method Summary | |
|---|---|
String |
getSid()
Gets the value of the sid property. |
String |
getUrl()
Gets the value of the url property. |
void |
setSid(String value)
Sets the value of the sid property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String sid
protected String url
| Constructor Detail |
|---|
public FxIncludeCommon()
| Method Detail |
|---|
public String getSid()
Stringpublic void setSid(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(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 | |||||||||