From 594095a0a8d9158877a9401222ec819d371557d0 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 11 Feb 2009 20:11:32 +0000 Subject: GetStatusRequest git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@303 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../main/java/at/gv/egiz/stal/StatusRequest.java | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 STAL/src/main/java/at/gv/egiz/stal/StatusRequest.java (limited to 'STAL/src/main/java/at/gv/egiz/stal/StatusRequest.java') diff --git a/STAL/src/main/java/at/gv/egiz/stal/StatusRequest.java b/STAL/src/main/java/at/gv/egiz/stal/StatusRequest.java new file mode 100644 index 00000000..ef790ad8 --- /dev/null +++ b/STAL/src/main/java/at/gv/egiz/stal/StatusRequest.java @@ -0,0 +1,32 @@ + +package at.gv.egiz.stal; + +import javax.xml.bind.annotation.XmlAccessType; +import javax.xml.bind.annotation.XmlAccessorType; +import javax.xml.bind.annotation.XmlType; + + +/** + *

Java class for StatusRequestType complex type. + * + *

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

+ * <complexType name="StatusRequestType">
+ *   <complexContent>
+ *     <extension base="{http://www.egiz.gv.at/stal}RequestType">
+ *     </extension>
+ *   </complexContent>
+ * </complexType>
+ * 
+ * + * + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "StatusRequestType") +public class StatusRequest + extends STALRequest +{ + + +} -- cgit v1.2.3