/**
* bool.java
*
* This file was generated by XMLSpy 2007sp2 Enterprise Edition.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the XMLSpy Documentation for further details.
* http://www.altova.com/xmlspy
*/
package com.jmex.model.collada.schema;
import com.jmex.xml.types.SchemaBoolean;
public class bool extends SchemaBoolean {
public bool() {
super();
}
public bool(String newValue) {
super(newValue);
validate();
}
public bool(SchemaBoolean newValue) {
super(newValue);
validate();
}
public void validate() {
}
}