org.collada._2005._11.colladaschema
Class CgConnectParam
java.lang.Object
org.collada._2005._11.colladaschema.CgConnectParam
public class CgConnectParam
- extends Object
Creates a symbolic connection between two previously defined parameters.
Java class for cg_connect_param complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cg_connect_param">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ref" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}cg_identifier" />
</restriction>
</complexContent>
</complexType>
|
Method Summary |
String |
getRef()
Gets the value of the ref property. |
void |
setRef(String value)
Sets the value of the ref property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ref
protected String ref
CgConnectParam
public CgConnectParam()
getRef
public String getRef()
- Gets the value of the ref property.
- Returns:
- possible object is
String
setRef
public void setRef(String value)
- Sets the value of the ref property.
- Parameters:
value - allowed object is
String
CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)