org.collada._2005._11.colladaschema
Class Asset.Unit

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Asset.Unit
Enclosing class:
Asset

public static class Asset.Unit
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="meter" type="{http://www.collada.org/2005/11/COLLADASchema}float" default="1.0" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="meter" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double meter
           
protected  String name
           
 
Constructor Summary
Asset.Unit()
           
 
Method Summary
 double getMeter()
          Gets the value of the meter property.
 String getName()
          Gets the value of the name property.
 void setMeter(Double value)
          Sets the value of the meter property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meter

protected Double meter

name

protected String name
Constructor Detail

Asset.Unit

public Asset.Unit()
Method Detail

getMeter

public double getMeter()
Gets the value of the meter property.

Returns:
possible object is Double

setMeter

public void setMeter(Double value)
Sets the value of the meter property.

Parameters:
value - allowed object is Double

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

CroftSoft Javadoc

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