summaryrefslogtreecommitdiff
path: root/mocca-1.2.11/STALService/src/main/java/at/gv/egiz/stal/service/types/RequestType.java
diff options
context:
space:
mode:
Diffstat (limited to 'mocca-1.2.11/STALService/src/main/java/at/gv/egiz/stal/service/types/RequestType.java')
-rw-r--r--mocca-1.2.11/STALService/src/main/java/at/gv/egiz/stal/service/types/RequestType.java39
1 files changed, 0 insertions, 39 deletions
diff --git a/mocca-1.2.11/STALService/src/main/java/at/gv/egiz/stal/service/types/RequestType.java b/mocca-1.2.11/STALService/src/main/java/at/gv/egiz/stal/service/types/RequestType.java
deleted file mode 100644
index 407fc8a4..00000000
--- a/mocca-1.2.11/STALService/src/main/java/at/gv/egiz/stal/service/types/RequestType.java
+++ /dev/null
@@ -1,39 +0,0 @@
-
-package at.gv.egiz.stal.service.types;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-//import at.buergerkarte.namespaces.cardchannel.service.ScriptType;
-
-
-/**
- * <p>Java class for RequestType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="RequestType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "RequestType")
-@XmlSeeAlso({
-// ScriptType.class,
- SignRequestType.class,
- InfoboxReadRequestType.class,
- QuitRequestType.class,
- StatusRequestType.class
-})
-public abstract class RequestType {
-
-
-}