summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java
diff options
context:
space:
mode:
authorThomas <>2021-03-29 14:47:51 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-03-29 14:51:05 +0200
commit2053da3c7247ff4f23a7adacd55af1566038a8d3 (patch)
tree5b79eeb046bdf1aad8f9b39c226e098afadf28ab /src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java
parent12fb29d8c9bb0e611c395b98b0c25e9107bcddf3 (diff)
downloadegovutils-2053da3c7247ff4f23a7adacd55af1566038a8d3.tar.gz
egovutils-2053da3c7247ff4f23a7adacd55af1566038a8d3.tar.bz2
egovutils-2053da3c7247ff4f23a7adacd55af1566038a8d3.zip
add UR v7 web-service spezification
Diffstat (limited to 'src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java b/src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java
new file mode 100644
index 0000000..8fed0f6
--- /dev/null
+++ b/src/main/java/at/gv/util/xsd/ur_V7/xmlsw/SearchRequestInfoType.java
@@ -0,0 +1,32 @@
+
+package at.gv.util.xsd.ur_V7.xmlsw;
+
+import javax.xml.bind.annotation.XmlAccessType;
+import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlType;
+
+
+/**
+ * <p>Java-Klasse für SearchRequestInfoType complex type.
+ *
+ * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
+ *
+ * <pre>
+ * &lt;complexType name="SearchRequestInfoType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "SearchRequestInfoType")
+public class SearchRequestInfoType {
+
+
+}