org.collada._2005._11.colladaschema
Class FxIncludeCommon

java.lang.Object
  extended by org.collada._2005._11.colladaschema.FxIncludeCommon

public class FxIncludeCommon
extends Object

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

sid

protected String sid

url

protected String url
Constructor Detail

FxIncludeCommon

public FxIncludeCommon()
Method Detail

getSid

public String getSid()
Gets the value of the sid property.

Returns:
possible object is String

setSid

public void setSid(String value)
Sets the value of the sid property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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