summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/sl/GetPropertiesRequest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/sl/GetPropertiesRequest.java')
-rw-r--r--src/main/java/at/gv/util/xsd/sl/GetPropertiesRequest.java41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/main/java/at/gv/util/xsd/sl/GetPropertiesRequest.java b/src/main/java/at/gv/util/xsd/sl/GetPropertiesRequest.java
new file mode 100644
index 0000000..1ee421d
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/sl/GetPropertiesRequest.java
@@ -0,0 +1,41 @@
+//
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
+// 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: 2011.02.09 at 01:57:24 PM MEZ
+//
+
+
+package at.gv.util.xsd.sl;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlRootElement;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType>
+ * &lt;complexContent>
+ * &lt;extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}GetPropertiesRequestType">
+ * &lt;/extension>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "")
+@XmlRootElement(name = "GetPropertiesRequest")
+public class GetPropertiesRequest
+ extends GetPropertiesRequestType
+{
+
+
+}