summaryrefslogtreecommitdiff
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
parent5a8c04fa5ac93b7e5d4a2f2d9be5aeda1ac9e479 (diff)
downloadegovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.tar.gz
egovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.tar.bz2
egovutils-29c73e94ebabcb66a3d0ce56e75c6634d9b0e918.zip
debug code to check missing XML namespaces
-rw-r--r--generatesources.bat4
-rw-r--r--src/main/java/at/gv/util/wsdl/szr/SZR.java88
-rw-r--r--src/main/java/at/gv/util/wsdl/szr/SZRException.java6
-rw-r--r--src/main/java/at/gv/util/wsdl/szr/SZRService.java62
-rw-r--r--src/main/java/at/gv/util/xsd/szr/AddressCodesType.java30
-rw-r--r--src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahl.java22
-rw-r--r--src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahlResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPK.java22
-rw-r--r--src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKReturnType.java20
-rw-r--r--src/main/java/at/gv/util/xsd/szr/FremdBPKRequestType.java20
-rw-r--r--src/main/java/at/gv/util/xsd/szr/FremdBPKType.java20
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPK.java26
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPKKombi.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPKKombiRequestType.java48
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponseType.java74
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetBPKResponse.java22
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetIdentityLink.java22
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetIdentityLinkResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetStammzahl.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetStammzahlResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/GetVersionResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java22
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ObjectFactory.java166
-rw-r--r--src/main/java/at/gv/util/xsd/szr/PersonInfoType.java26
-rw-r--r--src/main/java/at/gv/util/xsd/szr/SZRException.java12
-rw-r--r--src/main/java/at/gv/util/xsd/szr/TransformBPK.java26
-rw-r--r--src/main/java/at/gv/util/xsd/szr/TransformBPKResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/TravelDocumentType.java26
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ValidateIdentityLink.java20
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ValidateIdentityLinkResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegration.java22
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationResponse.java18
-rw-r--r--src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationReturnType.java20
-rw-r--r--src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java36
-rw-r--r--src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java4
-rw-r--r--src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java30
38 files changed, 548 insertions, 546 deletions
diff --git a/generatesources.bat b/generatesources.bat
index bcd9f88..d29a461 100644
--- a/generatesources.bat
+++ b/generatesources.bat
@@ -40,10 +40,10 @@ REM "%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/custom-binding
REM "%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/custom-bindings/szrgw-wsdl.xml -b ./src/main/resources/wsdl/custom-bindings/szrgw-schemas.xml -b ./src/main/resources/wsdl/custom-bindings/mis-schemas.xml -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/szrgw/szrgw.wsdl
-REM "%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/custom-bindings/szr-wsdl.xml -b ./src/main/resources/wsdl/custom-bindings/szr-schemas.xml -b ./src/main/resources/wsdl/szr/szr_pvp.xsd -b ./src/main/resources/wsdl/szr/szr_pvp_sec.xsd -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/szr/SZR_v2.0.wsdl
+"%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/custom-bindings/szr-wsdl.xml -b ./src/main/resources/wsdl/custom-bindings/szr-schemas.xml -b ./src/main/resources/wsdl/szr/szr_pvp.xsd -b ./src/main/resources/wsdl/szr/szr_pvp_sec.xsd -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/szr/SZR_v2.0.wsdl
REM "%APACHE_CXF%\bin\wsdl2java.bat" -b xmlbeans -b ./src/main/resources/wsdl/custom-bindings/mis-usp_v2-wsdl.xml -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/mis/usp_v2/Synchronisation.wsdl
REM "%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.xsd -b ./src/main/resources/wsdl/custom-bindings/mis_v2-wsdl.xml -b ./src/main/resources/wsdl/custom-bindings/mis_v2-schemas.xml -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/mis/mis_2.0/mis-2.0.0.wsdl
-"%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml -b ./src/main/resources/wsdl/custom-bindings/szr_v4.0-schemas.xml -b ./src/main/resources/wsdl/szr_v4/pvp19.xsd -b ./src/main/resources/wsdl/szr_v4/szr_pvp_sec.xsd -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/szr_v4/SZR_v4.0.wsdl
+REM "%APACHE_CXF%\bin\wsdl2java.bat" -b ./src/main/resources/wsdl/custom-bindings/szr_v4.0-wsdl.xml -b ./src/main/resources/wsdl/custom-bindings/szr_v4.0-schemas.xml -b ./src/main/resources/wsdl/szr_v4/pvp19.xsd -b ./src/main/resources/wsdl/szr_v4/szr_pvp_sec.xsd -encoding utf-8 -d ./wsdlsources ./src/main/resources/wsdl/szr_v4/SZR_v4.0.wsdl
diff --git a/src/main/java/at/gv/util/wsdl/szr/SZR.java b/src/main/java/at/gv/util/wsdl/szr/SZR.java
index e2ed77c..bd178f9 100644
--- a/src/main/java/at/gv/util/wsdl/szr/SZR.java
+++ b/src/main/java/at/gv/util/wsdl/szr/SZR.java
@@ -8,83 +8,83 @@ import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
/**
- * This class was generated by Apache CXF 3.0.1
- * 2014-10-28T17:23:34.032+01:00
- * Generated source version: 3.0.1
+ * This class was generated by Apache CXF 3.1.10
+ * 2021-09-15T12:11:21.383+02:00
+ * Generated source version: 3.1.10
*
*/
@WebService(targetNamespace = "urn:SZRServices", name = "SZR")
-@XmlSeeAlso({at.gv.util.xsd.szr.xmldsig.ObjectFactory.class, at.gv.util.xsd.szr.persondata.ObjectFactory.class, at.gv.util.xsd.szr.pvp.sec.ObjectFactory.class, at.gv.util.xsd.szr.ecdsa.ObjectFactory.class, at.gv.util.xsd.szr.ObjectFactory.class, at.gv.util.xsd.szr.pvp.ObjectFactory.class})
+@XmlSeeAlso({at.gv.util.xsd.szr.xmldsig.ObjectFactory.class, at.gv.util.xsd.szr.pvp.ObjectFactory.class, at.gv.util.xsd.szr.ObjectFactory.class, at.gv.util.xsd.szr.persondata.ObjectFactory.class, at.gv.util.xsd.szr.ecdsa.ObjectFactory.class, at.gv.util.xsd.szr.pvp.sec.ObjectFactory.class})
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public interface SZR {
- @WebResult(name = "TransformBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
- @WebMethod(operationName = "TransformBPK")
- public at.gv.util.xsd.szr.TransformBPKResponse transformBPK(
- @WebParam(partName = "parameters", name = "TransformBPK", targetNamespace = "urn:SZRServices")
- at.gv.util.xsd.szr.TransformBPK parameters
- ) throws SZRException;
-
- @WebResult(name = "GetIdentityLinkResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
- @WebMethod(operationName = "GetIdentityLink")
- public at.gv.util.xsd.szr.GetIdentityLinkResponse getIdentityLink(
- @WebParam(partName = "parameters", name = "GetIdentityLink", targetNamespace = "urn:SZRServices")
- at.gv.util.xsd.szr.GetIdentityLink parameters
+ @WebMethod(operationName = "GetBPK")
+ @WebResult(name = "GetBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr.GetBPKResponse getBPK(
+ @WebParam(partName = "parameters", name = "GetBPK", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr.GetBPK parameters
) throws SZRException;
- @WebResult(name = "ZMRAnwendungsIntegrationResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
@WebMethod(operationName = "ZMRAnwendungsIntegration")
+ @WebResult(name = "ZMRAnwendungsIntegrationResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
public at.gv.util.xsd.szr.ZMRAnwendungsIntegrationResponse zmrAnwendungsIntegration(
@WebParam(partName = "parameters", name = "ZMRAnwendungsIntegration", targetNamespace = "urn:SZRServices")
at.gv.util.xsd.szr.ZMRAnwendungsIntegration parameters
) throws SZRException;
- @WebResult(name = "BPKzuBasiszahlResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
- @WebMethod(operationName = "BPKzuBasiszahl")
- public at.gv.util.xsd.szr.BPKzuBasiszahlResponse bpKzuBasiszahl(
- @WebParam(partName = "parameters", name = "BPKzuBasiszahl", targetNamespace = "urn:SZRServices")
- at.gv.util.xsd.szr.BPKzuBasiszahl parameters
- ) throws SZRException;
-
- @WebResult(name = "BasiszahlZuBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
- @WebMethod(operationName = "BasiszahlZuBPK")
- public at.gv.util.xsd.szr.BasiszahlZuBPKResponse basiszahlZuBPK(
- @WebParam(partName = "parameters", name = "BasiszahlZuBPK", targetNamespace = "urn:SZRServices")
- at.gv.util.xsd.szr.BasiszahlZuBPK parameters
+ @WebMethod(operationName = "TransformBPK")
+ @WebResult(name = "TransformBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr.TransformBPKResponse transformBPK(
+ @WebParam(partName = "parameters", name = "TransformBPK", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr.TransformBPK parameters
) throws SZRException;
- @WebResult(name = "GetBPKKombiResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
@WebMethod(operationName = "GetBPKKombi")
+ @WebResult(name = "GetBPKKombiResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
public at.gv.util.xsd.szr.GetBPKKombiResponse getBPKKombi(
@WebParam(partName = "parameters", name = "GetBPKKombi", targetNamespace = "urn:SZRServices")
at.gv.util.xsd.szr.GetBPKKombi parameters
) throws SZRException;
- @WebResult(name = "GetVersionResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
- @WebMethod(operationName = "GetVersion")
- public at.gv.util.xsd.szr.GetVersionResponse getVersion(
- @WebParam(partName = "parameters", name = "GetVersion", targetNamespace = "urn:SZRServices")
- java.lang.Object parameters
+ @WebMethod(operationName = "GetIdentityLink")
+ @WebResult(name = "GetIdentityLinkResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr.GetIdentityLinkResponse getIdentityLink(
+ @WebParam(partName = "parameters", name = "GetIdentityLink", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr.GetIdentityLink parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "BasiszahlZuBPK")
+ @WebResult(name = "BasiszahlZuBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr.BasiszahlZuBPKResponse basiszahlZuBPK(
+ @WebParam(partName = "parameters", name = "BasiszahlZuBPK", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr.BasiszahlZuBPK parameters
) throws SZRException;
- @WebResult(name = "GetStammzahlResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
@WebMethod(operationName = "GetStammzahl")
+ @WebResult(name = "GetStammzahlResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
public at.gv.util.xsd.szr.GetStammzahlResponse getStammzahl(
@WebParam(partName = "parameters", name = "GetStammzahl", targetNamespace = "urn:SZRServices")
at.gv.util.xsd.szr.GetStammzahl parameters
) throws SZRException;
- @WebResult(name = "GetBPKResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
- @WebMethod(operationName = "GetBPK")
- public at.gv.util.xsd.szr.GetBPKResponse getBPK(
- @WebParam(partName = "parameters", name = "GetBPK", targetNamespace = "urn:SZRServices")
- at.gv.util.xsd.szr.GetBPK parameters
- ) throws SZRException;
-
- @WebResult(name = "ValidateIdentityLinkResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
@WebMethod(operationName = "ValidateIdentityLink")
+ @WebResult(name = "ValidateIdentityLinkResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
public at.gv.util.xsd.szr.ValidateIdentityLinkResponse validateIdentityLink(
@WebParam(partName = "parameters", name = "ValidateIdentityLink", targetNamespace = "urn:SZRServices")
at.gv.util.xsd.szr.ValidateIdentityLink parameters
) throws SZRException;
+
+ @WebMethod(operationName = "GetVersion")
+ @WebResult(name = "GetVersionResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr.GetVersionResponse getVersion(
+ @WebParam(partName = "parameters", name = "GetVersion", targetNamespace = "urn:SZRServices")
+ java.lang.Object parameters
+ ) throws SZRException;
+
+ @WebMethod(operationName = "BPKzuBasiszahl")
+ @WebResult(name = "BPKzuBasiszahlResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ public at.gv.util.xsd.szr.BPKzuBasiszahlResponse bpKzuBasiszahl(
+ @WebParam(partName = "parameters", name = "BPKzuBasiszahl", targetNamespace = "urn:SZRServices")
+ at.gv.util.xsd.szr.BPKzuBasiszahl parameters
+ ) throws SZRException;
}
diff --git a/src/main/java/at/gv/util/wsdl/szr/SZRException.java b/src/main/java/at/gv/util/wsdl/szr/SZRException.java
index 59ded4e..96c6ac2 100644
--- a/src/main/java/at/gv/util/wsdl/szr/SZRException.java
+++ b/src/main/java/at/gv/util/wsdl/szr/SZRException.java
@@ -5,9 +5,9 @@ import javax.xml.ws.WebFault;
/**
- * This class was generated by Apache CXF 3.0.1
- * 2014-10-28T17:23:34.012+01:00
- * Generated source version: 3.0.1
+ * This class was generated by Apache CXF 3.1.10
+ * 2021-09-15T12:11:21.305+02:00
+ * Generated source version: 3.1.10
*/
@WebFault(name = "SZRException", targetNamespace = "urn:SZRServices")
diff --git a/src/main/java/at/gv/util/wsdl/szr/SZRService.java b/src/main/java/at/gv/util/wsdl/szr/SZRService.java
index 160e22c..9ec5ab2 100644
--- a/src/main/java/at/gv/util/wsdl/szr/SZRService.java
+++ b/src/main/java/at/gv/util/wsdl/szr/SZRService.java
@@ -1,5 +1,6 @@
package at.gv.util.wsdl.szr;
+import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
@@ -8,31 +9,30 @@ import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
/**
- * This class was generated by Apache CXF 3.0.1
- * 2014-10-28T17:23:34.052+01:00
- * Generated source version: 3.0.1
+ * This class was generated by Apache CXF 3.1.10
+ * 2021-09-15T12:11:21.452+02:00
+ * Generated source version: 3.1.10
*
*/
@WebServiceClient(name = "SZRService",
- wsdlLocation = "./src/main/resources/wsdl/szr/SZR_v2.0.wsdl",
+ wsdlLocation = "file:./src/main/resources/wsdl/szr/SZR_v2.0.wsdl",
targetNamespace = "urn:SZRServices")
public class SZRService extends Service {
public final static URL WSDL_LOCATION;
public final static QName SERVICE = new QName("urn:SZRServices", "SZRService");
- public final static QName SZRTestumgebung = new QName("urn:SZRServices", "SZRTestumgebung");
public final static QName SZRProduktionsumgebung = new QName("urn:SZRServices", "SZRProduktionsumgebung");
+ public final static QName SZRTestumgebung = new QName("urn:SZRServices", "SZRTestumgebung");
static {
- URL url = SZRService.class.getResource("./src/main/resources/wsdl/szr/SZR_v2.0.wsdl");
- if (url == null) {
- url = SZRService.class.getClassLoader().getResource("./src/main/resources/wsdl/szr/SZR_v2.0.wsdl");
- }
- if (url == null) {
+ URL url = null;
+ try {
+ url = new URL("file:./src/main/resources/wsdl/szr/SZR_v2.0.wsdl");
+ } catch (MalformedURLException e) {
java.util.logging.Logger.getLogger(SZRService.class.getName())
.log(java.util.logging.Level.INFO,
- "Can not initialize the default wsdl from {0}", "./src/main/resources/wsdl/szr/SZR_v2.0.wsdl");
- }
+ "Can not initialize the default wsdl from {0}", "file:./src/main/resources/wsdl/szr/SZR_v2.0.wsdl");
+ }
WSDL_LOCATION = url;
}
@@ -48,35 +48,29 @@ public class SZRService extends Service {
super(WSDL_LOCATION, SERVICE);
}
- //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
- //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
- //compliant code instead.
public SZRService(WebServiceFeature ... features) {
super(WSDL_LOCATION, SERVICE, features);
}
- //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
- //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
- //compliant code instead.
public SZRService(URL wsdlLocation, WebServiceFeature ... features) {
super(wsdlLocation, SERVICE, features);
}
- //This constructor requires JAX-WS API 2.2. You will need to endorse the 2.2
- //API jar or re-run wsdl2java with "-frontend jaxws21" to generate JAX-WS 2.1
- //compliant code instead.
public SZRService(URL wsdlLocation, QName serviceName, WebServiceFeature ... features) {
super(wsdlLocation, serviceName, features);
}
+
+
+
/**
*
* @return
* returns SZR
*/
- @WebEndpoint(name = "SZRTestumgebung")
- public SZR getSZRTestumgebung() {
- return super.getPort(SZRTestumgebung, SZR.class);
+ @WebEndpoint(name = "SZRProduktionsumgebung")
+ public SZR getSZRProduktionsumgebung() {
+ return super.getPort(SZRProduktionsumgebung, SZR.class);
}
/**
@@ -86,18 +80,20 @@ public class SZRService extends Service {
* @return
* returns SZR
*/
- @WebEndpoint(name = "SZRTestumgebung")
- public SZR getSZRTestumgebung(WebServiceFeature... features) {
- return super.getPort(SZRTestumgebung, SZR.class, features);
+ @WebEndpoint(name = "SZRProduktionsumgebung")
+ public SZR getSZRProduktionsumgebung(WebServiceFeature... features) {
+ return super.getPort(SZRProduktionsumgebung, SZR.class, features);
}
+
+
/**
*
* @return
* returns SZR
*/
- @WebEndpoint(name = "SZRProduktionsumgebung")
- public SZR getSZRProduktionsumgebung() {
- return super.getPort(SZRProduktionsumgebung, SZR.class);
+ @WebEndpoint(name = "SZRTestumgebung")
+ public SZR getSZRTestumgebung() {
+ return super.getPort(SZRTestumgebung, SZR.class);
}
/**
@@ -107,9 +103,9 @@ public class SZRService extends Service {
* @return
* returns SZR
*/
- @WebEndpoint(name = "SZRProduktionsumgebung")
- public SZR getSZRProduktionsumgebung(WebServiceFeature... features) {
- return super.getPort(SZRProduktionsumgebung, SZR.class, features);
+ @WebEndpoint(name = "SZRTestumgebung")
+ public SZR getSZRTestumgebung(WebServiceFeature... features) {
+ return super.getPort(SZRTestumgebung, SZR.class, features);
}
}
diff --git a/src/main/java/at/gv/util/xsd/szr/AddressCodesType.java b/src/main/java/at/gv/util/xsd/szr/AddressCodesType.java
index 74f67fe..f63aebc 100644
--- a/src/main/java/at/gv/util/xsd/szr/AddressCodesType.java
+++ b/src/main/java/at/gv/util/xsd/szr/AddressCodesType.java
@@ -13,21 +13,21 @@ 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="AddressCodesType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="GKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="OKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="SKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="ADRCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="SUBCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="OBJNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="NTZLNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="AddressCodesType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="GKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="OKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="SKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="ADRCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="SUBCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="OBJNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="NTZLNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahl.java b/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahl.java
index 51e8767..f316ccb 100644
--- a/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahl.java
+++ b/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahl.java
@@ -16,17 +16,17 @@ import javax.xml.bind.annotation.XmlType;
* <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="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- * &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="Bereich" 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="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahlResponse.java b/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahlResponse.java
index bad7dfb..f4fac20 100644
--- a/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahlResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/BPKzuBasiszahlResponse.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="BPKzuBasiszahlReturn" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &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="BPKzuBasiszahlReturn" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPK.java b/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPK.java
index e9795b9..9c48c1e 100644
--- a/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPK.java
+++ b/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPK.java
@@ -16,17 +16,17 @@ import javax.xml.bind.annotation.XmlType;
* <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="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- * &lt;element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" 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="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt;
+ * &lt;element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKResponse.java b/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKResponse.java
index de4e5ef..dcedbfd 100644
--- a/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKResponse.java
@@ -16,15 +16,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="BasiszahlZuBPKReturn" type="{urn:SZRServices}BasiszahlZuBPKReturnType" maxOccurs="unbounded"/>
- * &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="BasiszahlZuBPKReturn" type="{urn:SZRServices}BasiszahlZuBPKReturnType" maxOccurs="unbounded"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKReturnType.java b/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKReturnType.java
index 512ac1c..0cd0ecb 100644
--- a/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKReturnType.java
+++ b/src/main/java/at/gv/util/xsd/szr/BasiszahlZuBPKReturnType.java
@@ -15,16 +15,16 @@ 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="BasiszahlZuBPKReturnType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="BasiszahlZuBPKReturnType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/FremdBPKRequestType.java b/src/main/java/at/gv/util/xsd/szr/FremdBPKRequestType.java
index 7469c3b..6439db0 100644
--- a/src/main/java/at/gv/util/xsd/szr/FremdBPKRequestType.java
+++ b/src/main/java/at/gv/util/xsd/szr/FremdBPKRequestType.java
@@ -13,16 +13,16 @@ 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="FremdBPKRequestType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="FremdBPKRequestType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/FremdBPKType.java b/src/main/java/at/gv/util/xsd/szr/FremdBPKType.java
index d688bb3..5ba233a 100644
--- a/src/main/java/at/gv/util/xsd/szr/FremdBPKType.java
+++ b/src/main/java/at/gv/util/xsd/szr/FremdBPKType.java
@@ -13,16 +13,16 @@ 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="FremdBPKType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="FremdBPKType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPK" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPK.java b/src/main/java/at/gv/util/xsd/szr/GetBPK.java
index 1c57415..ea1f0c3 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPK.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPK.java
@@ -16,19 +16,19 @@ import javax.xml.bind.annotation.XmlType;
* <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="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;element name="ListMultiplePersons" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;element name="ListMultiplePersons" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPKKombi.java b/src/main/java/at/gv/util/xsd/szr/GetBPKKombi.java
index 2c1fa8b..fc9206d 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPKKombi.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPKKombi.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="GetBPKKombiRequest" type="{urn:SZRServices}GetBPKKombiRequestType"/>
- * &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="GetBPKKombiRequest" type="{urn:SZRServices}GetBPKKombiRequestType"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPKKombiRequestType.java b/src/main/java/at/gv/util/xsd/szr/GetBPKKombiRequestType.java
index b1de561..8ca24f6 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPKKombiRequestType.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPKKombiRequestType.java
@@ -15,30 +15,30 @@ 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="GetBPKKombiRequestType">
- * &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="InsertERnP" minOccurs="0">
- * &lt;simpleType>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
- * &lt;enumeration value="NoInsert"/>
- * &lt;enumeration value="InsertOnNoMatch"/>
- * &lt;enumeration value="ForceInsert"/>
- * &lt;/restriction>
- * &lt;/simpleType>
- * &lt;/element>
- * &lt;element name="Suchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="BehoerdenKennzeichen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="GetBPKKombiRequestType"&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="InsertERnP" minOccurs="0"&gt;
+ * &lt;simpleType&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt;
+ * &lt;enumeration value="NoInsert"/&gt;
+ * &lt;enumeration value="InsertOnNoMatch"/&gt;
+ * &lt;enumeration value="ForceInsert"/&gt;
+ * &lt;/restriction&gt;
+ * &lt;/simpleType&gt;
+ * &lt;/element&gt;
+ * &lt;element name="Suchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
+ * &lt;element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="BehoerdenKennzeichen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponse.java b/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponse.java
index a89d19c..51dbd2c 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPKKombiResponse.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="GetBPKKombiResponse" type="{urn:SZRServices}GetBPKKombiResponseType"/>
- * &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="GetBPKKombiResponse" type="{urn:SZRServices}GetBPKKombiResponseType"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
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>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetBPKResponse.java b/src/main/java/at/gv/util/xsd/szr/GetBPKResponse.java
index 84310b7..cc740fa 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetBPKResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetBPKResponse.java
@@ -16,17 +16,17 @@ import javax.xml.bind.annotation.XmlType;
* <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="GetBPKReturn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType" maxOccurs="5" 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="GetBPKReturn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;element name="PersonInfo" type="{urn:SZRServices}PersonInfoType" maxOccurs="5" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetIdentityLink.java b/src/main/java/at/gv/util/xsd/szr/GetIdentityLink.java
index b8dfe51..0b4cfa4 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetIdentityLink.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetIdentityLink.java
@@ -17,17 +17,17 @@ import at.gv.util.xsd.szr.xmldsig.KeyValueType;
* <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="KeyValue" type="{http://www.w3.org/2000/09/xmldsig#}KeyValueType" maxOccurs="unbounded"/>
- * &lt;element name="InsertERnP" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="KeyValue" type="{http://www.w3.org/2000/09/xmldsig#}KeyValueType" maxOccurs="unbounded"/&gt;
+ * &lt;element name="InsertERnP" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetIdentityLinkResponse.java b/src/main/java/at/gv/util/xsd/szr/GetIdentityLinkResponse.java
index 3515056..37aeb55 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetIdentityLinkResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetIdentityLinkResponse.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="GetIdentityLinkReturn" type="{urn:SZRServices}IdentityLinkType"/>
- * &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="GetIdentityLinkReturn" type="{urn:SZRServices}IdentityLinkType"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetStammzahl.java b/src/main/java/at/gv/util/xsd/szr/GetStammzahl.java
index 0952210..b604940 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetStammzahl.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetStammzahl.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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;/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;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetStammzahlResponse.java b/src/main/java/at/gv/util/xsd/szr/GetStammzahlResponse.java
index 4b906bf..d57db9f 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetStammzahlResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetStammzahlResponse.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="Stammzahl" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &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="Stammzahl" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/GetVersionResponse.java b/src/main/java/at/gv/util/xsd/szr/GetVersionResponse.java
index ab58bd3..7084809 100644
--- a/src/main/java/at/gv/util/xsd/szr/GetVersionResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/GetVersionResponse.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &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="Version" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java b/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
index 755bdbd..6226438 100644
--- a/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
+++ b/src/main/java/at/gv/util/xsd/szr/IdentityLinkType.java
@@ -13,17 +13,17 @@ 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="IdentityLinkType">
- * &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="Assertion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- * &lt;element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="IdentityLinkType"&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="Assertion" type="{http://www.w3.org/2001/XMLSchema}anyType"/&gt;
+ * &lt;element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/ObjectFactory.java
index 82d6335..28d0e39 100644
--- a/src/main/java/at/gv/util/xsd/szr/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/szr/ObjectFactory.java
@@ -45,59 +45,67 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link GetStammzahlResponse }
+ * Create an instance of {@link SZRException }
*
*/
- public GetStammzahlResponse createGetStammzahlResponse() {
- return new GetStammzahlResponse();
+ public SZRException createSZRException() {
+ return new SZRException();
}
/**
- * Create an instance of {@link ValidateIdentityLinkResponse }
+ * Create an instance of {@link TransformBPK }
*
*/
- public ValidateIdentityLinkResponse createValidateIdentityLinkResponse() {
- return new ValidateIdentityLinkResponse();
+ public TransformBPK createTransformBPK() {
+ return new TransformBPK();
}
/**
- * Create an instance of {@link GetBPKKombi }
+ * Create an instance of {@link PersonInfoType }
*
*/
- public GetBPKKombi createGetBPKKombi() {
- return new GetBPKKombi();
+ public PersonInfoType createPersonInfoType() {
+ return new PersonInfoType();
}
/**
- * Create an instance of {@link GetBPKKombiRequestType }
+ * Create an instance of {@link FremdBPKRequestType }
*
*/
- public GetBPKKombiRequestType createGetBPKKombiRequestType() {
- return new GetBPKKombiRequestType();
+ public FremdBPKRequestType createFremdBPKRequestType() {
+ return new FremdBPKRequestType();
}
/**
- * Create an instance of {@link GetIdentityLink }
+ * Create an instance of {@link TransformBPKResponse }
*
*/
- public GetIdentityLink createGetIdentityLink() {
- return new GetIdentityLink();
+ public TransformBPKResponse createTransformBPKResponse() {
+ return new TransformBPKResponse();
}
/**
- * Create an instance of {@link PersonInfoType }
+ * Create an instance of {@link FremdBPKType }
*
*/
- public PersonInfoType createPersonInfoType() {
- return new PersonInfoType();
+ public FremdBPKType createFremdBPKType() {
+ return new FremdBPKType();
}
/**
- * Create an instance of {@link ValidateIdentityLink }
+ * Create an instance of {@link GetIdentityLink }
*
*/
- public ValidateIdentityLink createValidateIdentityLink() {
- return new ValidateIdentityLink();
+ public GetIdentityLink createGetIdentityLink() {
+ return new GetIdentityLink();
+ }
+
+ /**
+ * Create an instance of {@link GetIdentityLinkResponse }
+ *
+ */
+ public GetIdentityLinkResponse createGetIdentityLinkResponse() {
+ return new GetIdentityLinkResponse();
}
/**
@@ -109,139 +117,139 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link BasiszahlZuBPKResponse }
+ * Create an instance of {@link GetBPK }
*
*/
- public BasiszahlZuBPKResponse createBasiszahlZuBPKResponse() {
- return new BasiszahlZuBPKResponse();
+ public GetBPK createGetBPK() {
+ return new GetBPK();
}
/**
- * Create an instance of {@link BasiszahlZuBPKReturnType }
+ * Create an instance of {@link GetBPKResponse }
*
*/
- public BasiszahlZuBPKReturnType createBasiszahlZuBPKReturnType() {
- return new BasiszahlZuBPKReturnType();
+ public GetBPKResponse createGetBPKResponse() {
+ return new GetBPKResponse();
}
/**
- * Create an instance of {@link BasiszahlZuBPK }
+ * Create an instance of {@link GetBPKKombi }
*
*/
- public BasiszahlZuBPK createBasiszahlZuBPK() {
- return new BasiszahlZuBPK();
+ public GetBPKKombi createGetBPKKombi() {
+ return new GetBPKKombi();
}
/**
- * Create an instance of {@link FremdBPKRequestType }
+ * Create an instance of {@link GetBPKKombiRequestType }
*
*/
- public FremdBPKRequestType createFremdBPKRequestType() {
- return new FremdBPKRequestType();
+ public GetBPKKombiRequestType createGetBPKKombiRequestType() {
+ return new GetBPKKombiRequestType();
}
/**
- * Create an instance of {@link BPKzuBasiszahl }
+ * Create an instance of {@link GetBPKKombiResponse }
*
*/
- public BPKzuBasiszahl createBPKzuBasiszahl() {
- return new BPKzuBasiszahl();
+ public GetBPKKombiResponse createGetBPKKombiResponse() {
+ return new GetBPKKombiResponse();
}
/**
- * Create an instance of {@link ZMRAnwendungsIntegration }
+ * Create an instance of {@link ValidateIdentityLink }
*
*/
- public ZMRAnwendungsIntegration createZMRAnwendungsIntegration() {
- return new ZMRAnwendungsIntegration();
+ public ValidateIdentityLink createValidateIdentityLink() {
+ return new ValidateIdentityLink();
}
/**
- * Create an instance of {@link GetBPKKombiResponse }
+ * Create an instance of {@link ValidateIdentityLinkResponse }
*
*/
- public GetBPKKombiResponse createGetBPKKombiResponse() {
- return new GetBPKKombiResponse();
+ public ValidateIdentityLinkResponse createValidateIdentityLinkResponse() {
+ return new ValidateIdentityLinkResponse();
}
/**
- * Create an instance of {@link SZRException }
+ * Create an instance of {@link BPKzuBasiszahl }
*
*/
- public SZRException createSZRException() {
- return new SZRException();
+ public BPKzuBasiszahl createBPKzuBasiszahl() {
+ return new BPKzuBasiszahl();
}
/**
- * Create an instance of {@link ZMRAnwendungsIntegrationResponse }
+ * Create an instance of {@link BPKzuBasiszahlResponse }
*
*/
- public ZMRAnwendungsIntegrationResponse createZMRAnwendungsIntegrationResponse() {
- return new ZMRAnwendungsIntegrationResponse();
+ public BPKzuBasiszahlResponse createBPKzuBasiszahlResponse() {
+ return new BPKzuBasiszahlResponse();
}
/**
- * Create an instance of {@link ZMRAnwendungsIntegrationReturnType }
+ * Create an instance of {@link BasiszahlZuBPK }
*
*/
- public ZMRAnwendungsIntegrationReturnType createZMRAnwendungsIntegrationReturnType() {
- return new ZMRAnwendungsIntegrationReturnType();
+ public BasiszahlZuBPK createBasiszahlZuBPK() {
+ return new BasiszahlZuBPK();
}
/**
- * Create an instance of {@link TransformBPK }
+ * Create an instance of {@link BasiszahlZuBPKResponse }
*
*/
- public TransformBPK createTransformBPK() {
- return new TransformBPK();
+ public BasiszahlZuBPKResponse createBasiszahlZuBPKResponse() {
+ return new BasiszahlZuBPKResponse();
}
/**
- * Create an instance of {@link TransformBPKResponse }
+ * Create an instance of {@link BasiszahlZuBPKReturnType }
*
*/
- public TransformBPKResponse createTransformBPKResponse() {
- return new TransformBPKResponse();
+ public BasiszahlZuBPKReturnType createBasiszahlZuBPKReturnType() {
+ return new BasiszahlZuBPKReturnType();
}
/**
- * Create an instance of {@link FremdBPKType }
+ * Create an instance of {@link ZMRAnwendungsIntegration }
*
*/
- public FremdBPKType createFremdBPKType() {
- return new FremdBPKType();
+ public ZMRAnwendungsIntegration createZMRAnwendungsIntegration() {
+ return new ZMRAnwendungsIntegration();
}
/**
- * Create an instance of {@link GetStammzahl }
+ * Create an instance of {@link ZMRAnwendungsIntegrationResponse }
*
*/
- public GetStammzahl createGetStammzahl() {
- return new GetStammzahl();
+ public ZMRAnwendungsIntegrationResponse createZMRAnwendungsIntegrationResponse() {
+ return new ZMRAnwendungsIntegrationResponse();
}
/**
- * Create an instance of {@link BPKzuBasiszahlResponse }
+ * Create an instance of {@link ZMRAnwendungsIntegrationReturnType }
*
*/
- public BPKzuBasiszahlResponse createBPKzuBasiszahlResponse() {
- return new BPKzuBasiszahlResponse();
+ public ZMRAnwendungsIntegrationReturnType createZMRAnwendungsIntegrationReturnType() {
+ return new ZMRAnwendungsIntegrationReturnType();
}
/**
- * Create an instance of {@link GetBPKResponse }
+ * Create an instance of {@link GetStammzahl }
*
*/
- public GetBPKResponse createGetBPKResponse() {
- return new GetBPKResponse();
+ public GetStammzahl createGetStammzahl() {
+ return new GetStammzahl();
}
/**
- * Create an instance of {@link GetBPK }
+ * Create an instance of {@link GetStammzahlResponse }
*
*/
- public GetBPK createGetBPK() {
- return new GetBPK();
+ public GetStammzahlResponse createGetStammzahlResponse() {
+ return new GetStammzahlResponse();
}
/**
@@ -253,11 +261,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link GetIdentityLinkResponse }
+ * Create an instance of {@link TravelDocumentType }
*
*/
- public GetIdentityLinkResponse createGetIdentityLinkResponse() {
- return new GetIdentityLinkResponse();
+ public TravelDocumentType createTravelDocumentType() {
+ return new TravelDocumentType();
}
/**
@@ -269,14 +277,6 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link TravelDocumentType }
- *
- */
- public TravelDocumentType createTravelDocumentType() {
- return new TravelDocumentType();
- }
-
- /**
* Create an instance of {@link GetBPKKombiResponseType.ResultRecord }
*
*/
diff --git a/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java b/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java
index 44d30c8..67330b6 100644
--- a/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java
+++ b/src/main/java/at/gv/util/xsd/szr/PersonInfoType.java
@@ -17,19 +17,19 @@ import at.gv.util.xsd.szr.persondata.PostalAddressType;
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
- * &lt;complexType name="PersonInfoType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="Person" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPersonType"/>
- * &lt;element name="RegularDomicile" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PostalAddressType" minOccurs="0"/>
- * &lt;element name="AddressCodes" type="{urn:SZRServices}AddressCodesType" minOccurs="0"/>
- * &lt;element name="TravelDocument" type="{urn:SZRServices}TravelDocumentType" minOccurs="0"/>
- * &lt;element name="DateOfBirthWildcard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="PersonInfoType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="Person" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPersonType"/&gt;
+ * &lt;element name="RegularDomicile" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PostalAddressType" minOccurs="0"/&gt;
+ * &lt;element name="AddressCodes" type="{urn:SZRServices}AddressCodesType" minOccurs="0"/&gt;
+ * &lt;element name="TravelDocument" type="{urn:SZRServices}TravelDocumentType" minOccurs="0"/&gt;
+ * &lt;element name="DateOfBirthWildcard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/SZRException.java b/src/main/java/at/gv/util/xsd/szr/SZRException.java
index 4c03d06..28fb1f0 100644
--- a/src/main/java/at/gv/util/xsd/szr/SZRException.java
+++ b/src/main/java/at/gv/util/xsd/szr/SZRException.java
@@ -12,12 +12,12 @@ 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="SZRException">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="SZRException"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/TransformBPK.java b/src/main/java/at/gv/util/xsd/szr/TransformBPK.java
index 852b51c..cda46aa 100644
--- a/src/main/java/at/gv/util/xsd/szr/TransformBPK.java
+++ b/src/main/java/at/gv/util/xsd/szr/TransformBPK.java
@@ -16,19 +16,19 @@ import javax.xml.bind.annotation.XmlType;
* <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="InputBPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="InputBereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="Begruendung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded"/>
- * &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="InputBPK" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="InputBereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="Begruendung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/TransformBPKResponse.java b/src/main/java/at/gv/util/xsd/szr/TransformBPKResponse.java
index 306da51..0efff32 100644
--- a/src/main/java/at/gv/util/xsd/szr/TransformBPKResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/TransformBPKResponse.java
@@ -16,15 +16,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="TransformBPKReturn" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded"/>
- * &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="TransformBPKReturn" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/TravelDocumentType.java b/src/main/java/at/gv/util/xsd/szr/TravelDocumentType.java
index 3091944..df82c80 100644
--- a/src/main/java/at/gv/util/xsd/szr/TravelDocumentType.java
+++ b/src/main/java/at/gv/util/xsd/szr/TravelDocumentType.java
@@ -13,19 +13,19 @@ 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="TravelDocumentType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="DocumentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="DocumentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="IssueDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="IssuingAuthority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;element name="IssuingCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="TravelDocumentType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="DocumentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="DocumentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="IssueDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="IssuingAuthority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;element name="IssuingCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLink.java b/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLink.java
index 19a45e0..d68dc27 100644
--- a/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLink.java
+++ b/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLink.java
@@ -14,16 +14,16 @@ import javax.xml.bind.annotation.XmlType;
* <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="IdentityLink" type="{urn:SZRServices}IdentityLinkType"/>
- * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &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="IdentityLink" type="{urn:SZRServices}IdentityLinkType"/&gt;
+ * &lt;element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLinkResponse.java b/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLinkResponse.java
index 4858270..e095bd3 100644
--- a/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLinkResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/ValidateIdentityLinkResponse.java
@@ -14,15 +14,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="ValidateIdentityLinkReturn" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &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="ValidateIdentityLinkReturn" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegration.java b/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegration.java
index bc2962c..11fbc48 100644
--- a/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegration.java
+++ b/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegration.java
@@ -16,17 +16,17 @@ import javax.xml.bind.annotation.XmlType;
* <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="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;element name="ZMRfremdbPK" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- * &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="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;element name="ZMRfremdbPK" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationResponse.java b/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationResponse.java
index 1882cc6..a9d440a 100644
--- a/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationResponse.java
+++ b/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationResponse.java
@@ -16,15 +16,15 @@ import javax.xml.bind.annotation.XmlType;
* <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="ZMRAnwendungsIntegrationReturn" type="{urn:SZRServices}ZMRAnwendungsIntegrationReturnType" maxOccurs="unbounded"/>
- * &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="ZMRAnwendungsIntegrationReturn" type="{urn:SZRServices}ZMRAnwendungsIntegrationReturnType" maxOccurs="unbounded"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationReturnType.java b/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationReturnType.java
index 2010a85..f2908ff 100644
--- a/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationReturnType.java
+++ b/src/main/java/at/gv/util/xsd/szr/ZMRAnwendungsIntegrationReturnType.java
@@ -15,16 +15,16 @@ 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="ZMRAnwendungsIntegrationReturnType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- * &lt;element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
+ * &lt;complexType name="ZMRAnwendungsIntegrationReturnType"&gt;
+ * &lt;complexContent&gt;
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
+ * &lt;sequence&gt;
+ * &lt;element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
+ * &lt;element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/&gt;
+ * &lt;/sequence&gt;
+ * &lt;/restriction&gt;
+ * &lt;/complexContent&gt;
+ * &lt;/complexType&gt;
* </pre>
*
*
diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java b/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java
index da6cbf3..d82c008 100644
--- a/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java
+++ b/src/main/java/at/gv/util/xsd/szr/persondata/AlternativeNameType.java
@@ -3,7 +3,9 @@ package at.gv.util.xsd.szr.persondata;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
+import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
@@ -19,6 +21,7 @@ import javax.xml.bind.annotation.XmlType;
* &lt;sequence&gt;
* &lt;element name="FamilyName" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;/sequence&gt;
+ * &lt;attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="MaidenName" /&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
@@ -32,8 +35,11 @@ import javax.xml.bind.annotation.XmlType;
})
public class AlternativeNameType {
- @XmlElement(name = "FamilyName", required = true, nillable = true)
+ @XmlElement(name = "FamilyName", required = true)
protected String familyName;
+ @XmlAttribute(name = "Type")
+ @XmlSchemaType(name = "anySimpleType")
+ protected String type;
/**
* Ruft den Wert der familyName-Eigenschaft ab.
@@ -59,4 +65,32 @@ public class AlternativeNameType {
this.familyName = value;
}
+ /**
+ * Ruft den Wert der type-Eigenschaft ab.
+ *
+ * @return
+ * possible object is
+ * {@link String }
+ *
+ */
+ public String getType() {
+ if (type == null) {
+ return "MaidenName";
+ } else {
+ return type;
+ }
+ }
+
+ /**
+ * Legt den Wert der type-Eigenschaft fest.
+ *
+ * @param value
+ * allowed object is
+ * {@link String }
+ *
+ */
+ public void setType(String value) {
+ this.type = value;
+ }
+
}
diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java
index 4a89479..bf384ea 100644
--- a/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java
+++ b/src/main/java/at/gv/util/xsd/szr/persondata/PersonNameType.java
@@ -40,9 +40,9 @@ public class PersonNameType {
@XmlElement(name = "PrefixedDegree")
protected String prefixedDegree;
- @XmlElement(name = "GivenName", required = true, nillable = true)
+ @XmlElement(name = "GivenName", required = true)
protected String givenName;
- @XmlElement(name = "FamilyName", required = true, nillable = true)
+ @XmlElement(name = "FamilyName", required = true)
protected String familyName;
@XmlElement(name = "SuffixedDegree")
protected String suffixedDegree;
diff --git a/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java b/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java
index 72cb766..1c472fe 100644
--- a/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java
+++ b/src/main/java/at/gv/util/xsd/szr/persondata/PostalAddressType.java
@@ -22,7 +22,6 @@ import javax.xml.bind.annotation.XmlType;
* &lt;element name="Locality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="StateCode3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="DeliveryAddress" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}DeliveryAddressType" minOccurs="0"/&gt;
- * &lt;element name="HistoricRecord" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
* &lt;/sequence&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
@@ -37,8 +36,7 @@ import javax.xml.bind.annotation.XmlType;
"municipality",
"locality",
"stateCode3",
- "deliveryAddress",
- "historicRecord"
+ "deliveryAddress"
})
public class PostalAddressType {
@@ -52,8 +50,6 @@ public class PostalAddressType {
protected String stateCode3;
@XmlElement(name = "DeliveryAddress")
protected DeliveryAddressType deliveryAddress;
- @XmlElement(name = "HistoricRecord")
- protected Boolean historicRecord;
/**
* Ruft den Wert der postalCode-Eigenschaft ab.
@@ -175,28 +171,4 @@ public class PostalAddressType {
this.deliveryAddress = value;
}
- /**
- * Ruft den Wert der historicRecord-Eigenschaft ab.
- *
- * @return
- * possible object is
- * {@link Boolean }
- *
- */
- public Boolean isHistoricRecord() {
- return historicRecord;
- }
-
- /**
- * Legt den Wert der historicRecord-Eigenschaft fest.
- *
- * @param value
- * allowed object is
- * {@link Boolean }
- *
- */
- public void setHistoricRecord(Boolean value) {
- this.historicRecord = value;
- }
-
}