org.collada._2005._11.colladaschema
Class Param

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

public class Param
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="semantic" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  String semantic
           
protected  String sid
           
protected  String type
           
protected  String value
           
 
Constructor Summary
Param()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getSemantic()
          Gets the value of the semantic property.
 String getSid()
          Gets the value of the sid property.
 String getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value property.
 void setName(String value)
          Sets the value of the name property.
 void setSemantic(String value)
          Sets the value of the semantic property.
 void setSid(String value)
          Sets the value of the sid property.
 void setType(String value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

name

protected String name

semantic

protected String semantic

sid

protected String sid

type

protected String type
Constructor Detail

Param

public Param()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSemantic

public String getSemantic()
Gets the value of the semantic property.

Returns:
possible object is String

setSemantic

public void setSemantic(String value)
Sets the value of the semantic property.

Parameters:
value - allowed object is String

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

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

CroftSoft Javadoc

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