![JAR search and dependency download from the Maven repository](/logo.png)
net.disy.ogc.wpspd.v_1_0_0.Message Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.01.20 at 12:04:34 PM MEZ
//
package net.disy.ogc.wpspd.v_1_0_0;
import javax.xml.bind.JAXBElement;
import javax.xml.namespace.QName;
public class Message
extends JAXBElement
{
protected final static QName NAME = new QName("http://www.disy.net/pd", "Message");
public Message(MessageType value) {
super(NAME, ((Class) MessageType.class), null, value);
}
public Message() {
super(NAME, ((Class) MessageType.class), null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy