summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-15 12:15:26 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-15 12:15:26 +0200
commit29c73e94ebabcb66a3d0ce56e75c6634d9b0e918 (patch)
tree51a5e77477b2ea21983eaf7fe8fcc7077db2ee95 /src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java
parent5a8c04fa5ac93b7e5d4a2f2d9be5aeda1ac9e479 (diff)
downloadegovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.tar.gz
egovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.tar.bz2
egovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.zip
debug code to check missing XML namespaces
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java b/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java
index 2d6022e..0d1ffb9 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java
@@ -15,31 +15,31 @@ import javax.xml.bind.annotation.XmlType;
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType name="GetBPKKombiResponseType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="ResultRecord" maxOccurs="unbounded">
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- * &lt;element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * &lt;/element>
- * &lt;element name="InsertERnPResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * &lt;element name="FoundWithSuchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- * &lt;element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="GetBPKKombiResponseType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="ResultRecord" maxOccurs="unbounded"&gt;
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/&gt;
+ * &lt;element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="InsertERnPResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/&gt;
+ * &lt;element name="FoundWithSuchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean"/&gt;
+ * &lt;element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
@@ -154,18 +154,18 @@ public class GetBPKKombiResponseType {
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- * &lt;element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/&gt;
+ * &lt;element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*