//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2009.03.04 at 09:49:05 PM PST
//
package org.netbeams.dsp.message;
/**
* <p>Java class for QueryMessage complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="QueryMessage">
* <complexContent>
* <extension base="{http://www.netbeams.dsp.org/message.xsd}AbstractMessage">
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
public class QueryMessage
extends Message
{
}
|