From 29c73e94ebabcb66a3d0ce56e75c6634d9b0e918 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 15 Sep 2021 12:15:26 +0200 Subject: debug code to check missing XML namespaces --- src/main/java/at/gv/util/wsdl/szr/SZR.java | 88 +++++------ .../java/at/gv/util/wsdl/szr/SZRException.java | 6 +- src/main/java/at/gv/util/wsdl/szr/SZRService.java | 62 ++++---- .../java/at/gv/util/xsd/szr/AddressCodesType.java | 30 ++-- .../java/at/gv/util/xsd/szr/BPKzuBasiszahl.java | 22 +-- .../at/gv/util/xsd/szr/BPKzuBasiszahlResponse.java | 18 +-- .../java/at/gv/util/xsd/szr/BasiszahlZuBPK.java | 22 +-- .../at/gv/util/xsd/szr/BasiszahlZuBPKResponse.java | 18 +-- .../gv/util/xsd/szr/BasiszahlZuBPKReturnType.java | 20 +-- .../at/gv/util/xsd/szr/FremdBPKRequestType.java | 20 +-- src/main/java/at/gv/util/xsd/szr/FremdBPKType.java | 20 +-- src/main/java/at/gv/util/xsd/szr/GetBPK.java | 26 ++-- src/main/java/at/gv/util/xsd/szr/GetBPKKombi.java | 18 +-- .../at/gv/util/xsd/szr/GetBPKKombiRequestType.java | 48 +++--- .../at/gv/util/xsd/szr/GetBPKKombiResponse.java | 18 +-- .../gv/util/xsd/szr/GetBPKKombiResponseType.java | 74 ++++----- .../java/at/gv/util/xsd/szr/GetBPKResponse.java | 22 +-- .../java/at/gv/util/xsd/szr/GetIdentityLink.java | 22 +-- .../gv/util/xsd/szr/GetIdentityLinkResponse.java | 18 +-- src/main/java/at/gv/util/xsd/szr/GetStammzahl.java | 18 +-- .../at/gv/util/xsd/szr/GetStammzahlResponse.java | 18 +-- .../at/gv/util/xsd/szr/GetVersionResponse.java | 18 +-- .../java/at/gv/util/xsd/szr/IdentityLinkType.java | 22 +-- .../java/at/gv/util/xsd/szr/ObjectFactory.java | 166 ++++++++++----------- .../java/at/gv/util/xsd/szr/PersonInfoType.java | 26 ++-- src/main/java/at/gv/util/xsd/szr/SZRException.java | 12 +- src/main/java/at/gv/util/xsd/szr/TransformBPK.java | 26 ++-- .../at/gv/util/xsd/szr/TransformBPKResponse.java | 18 +-- .../at/gv/util/xsd/szr/TravelDocumentType.java | 26 ++-- .../at/gv/util/xsd/szr/ValidateIdentityLink.java | 20 +-- .../util/xsd/szr/ValidateIdentityLinkResponse.java | 18 +-- .../gv/util/xsd/szr/ZMRAnwendungsIntegration.java | 22 +-- .../xsd/szr/ZMRAnwendungsIntegrationResponse.java | 18 +-- .../szr/ZMRAnwendungsIntegrationReturnType.java | 20 +-- .../xsd/szr/persondata/AlternativeNameType.java | 36 ++++- .../gv/util/xsd/szr/persondata/PersonNameType.java | 4 +- .../util/xsd/szr/persondata/PostalAddressType.java | 30 +--- 37 files changed, 546 insertions(+), 544 deletions(-) (limited to 'src') 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="AddressCodesType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="GKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="OKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="SKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="ADRCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="SUBCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="OBJNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="NTZLNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="AddressCodesType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="GKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="OKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="SKZ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="ADRCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="SUBCD" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="OBJNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="NTZLNR" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BPKzuBasiszahlReturn" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BPKzuBasiszahlReturn" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *         <element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BasisZahl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
+ *         <element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BasiszahlZuBPKReturn" type="{urn:SZRServices}BasiszahlZuBPKReturnType" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BasiszahlZuBPKReturn" type="{urn:SZRServices}BasiszahlZuBPKReturnType" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="BasiszahlZuBPKReturnType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="BasiszahlZuBPKReturnType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="FremdBPKRequestType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="FremdBPKRequestType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="FremdBPKType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="FremdBPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="FremdBPKType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="FremdBPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ListMultiplePersons" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="ListMultiplePersons" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="GetBPKKombiRequest" type="{urn:SZRServices}GetBPKKombiRequestType"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="GetBPKKombiRequest" type="{urn:SZRServices}GetBPKKombiRequestType"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="GetBPKKombiRequestType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *         <element name="InsertERnP" minOccurs="0">
- *           <simpleType>
- *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *               <enumeration value="NoInsert"/>
- *               <enumeration value="InsertOnNoMatch"/>
- *               <enumeration value="ForceInsert"/>
- *             </restriction>
- *           </simpleType>
- *         </element>
- *         <element name="Suchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="BehoerdenKennzeichen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="GetBPKKombiRequestType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *         <element name="InsertERnP" minOccurs="0">
+ *           <simpleType>
+ *             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
+ *               <enumeration value="NoInsert"/>
+ *               <enumeration value="InsertOnNoMatch"/>
+ *               <enumeration value="ForceInsert"/>
+ *             </restriction>
+ *           </simpleType>
+ *         </element>
+ *         <element name="Suchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ *         <element name="VKZ" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="BehoerdenKennzeichen" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="GetBPKKombiResponse" type="{urn:SZRServices}GetBPKKombiResponseType"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="GetBPKKombiResponse" type="{urn:SZRServices}GetBPKKombiResponseType"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="GetBPKKombiResponseType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ResultRecord" maxOccurs="unbounded">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <sequence>
- *                   <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *                   <element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                   <element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *                   <element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- *                 </sequence>
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *         <element name="InsertERnPResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="FoundWithSuchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
- *         <element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="GetBPKKombiResponseType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="ResultRecord" maxOccurs="unbounded">
+ *           <complexType>
+ *             <complexContent>
+ *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *                 <sequence>
+ *                   <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *                   <element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *                   <element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *                   <element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
+ *                 </sequence>
+ *               </restriction>
+ *             </complexContent>
+ *           </complexType>
+ *         </element>
+ *         <element name="InsertERnPResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="FoundWithSuchwizard" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
+ *         <element name="Sessionid" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * @@ -154,18 +154,18 @@ public class GetBPKKombiResponseType { *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

-     * <complexType>
-     *   <complexContent>
-     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
-     *       <sequence>
-     *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
-     *         <element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *         <element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
-     *         <element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
+     * <complexType>
+     *   <complexContent>
+     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+     *       <sequence>
+     *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+     *         <element name="Register" type="{http://www.w3.org/2001/XMLSchema}string"/>
+     *         <element name="bPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+     *         <element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
+     *       </sequence>
+     *     </restriction>
+     *   </complexContent>
+     * </complexType>
      * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="GetBPKReturn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType" maxOccurs="5" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="GetBPKReturn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="FremdBPK" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType" maxOccurs="5" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *         <element name="KeyValue" type="{http://www.w3.org/2000/09/xmldsig#}KeyValueType" maxOccurs="unbounded"/>
- *         <element name="InsertERnP" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *         <element name="KeyValue" type="{http://www.w3.org/2000/09/xmldsig#}KeyValueType" maxOccurs="unbounded"/>
+ *         <element name="InsertERnP" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="GetIdentityLinkReturn" type="{urn:SZRServices}IdentityLinkType"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="GetIdentityLinkReturn" type="{urn:SZRServices}IdentityLinkType"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Stammzahl" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Stammzahl" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="IdentityLinkType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *         <element name="Assertion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
- *         <element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="IdentityLinkType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *         <element name="Assertion" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
+ *         <element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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(); } /** @@ -268,14 +276,6 @@ public class ObjectFactory { return new AddressCodesType(); } - /** - * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="PersonInfoType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Person" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPersonType"/>
- *         <element name="RegularDomicile" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PostalAddressType" minOccurs="0"/>
- *         <element name="AddressCodes" type="{urn:SZRServices}AddressCodesType" minOccurs="0"/>
- *         <element name="TravelDocument" type="{urn:SZRServices}TravelDocumentType" minOccurs="0"/>
- *         <element name="DateOfBirthWildcard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="PersonInfoType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Person" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PhysicalPersonType"/>
+ *         <element name="RegularDomicile" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}PostalAddressType" minOccurs="0"/>
+ *         <element name="AddressCodes" type="{urn:SZRServices}AddressCodesType" minOccurs="0"/>
+ *         <element name="TravelDocument" type="{urn:SZRServices}TravelDocumentType" minOccurs="0"/>
+ *         <element name="DateOfBirthWildcard" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="SZRException">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="SZRException">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
- *         <element name="InputBPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="InputBereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Begruendung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="PersonInfo" type="{urn:SZRServices}PersonInfoType"/>
+ *         <element name="InputBPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="InputBereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="Begruendung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="Target" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="TransformBPKReturn" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="TransformBPKReturn" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="TravelDocumentType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="DocumentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="DocumentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="IssueDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="IssuingAuthority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="IssuingCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="TravelDocumentType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="DocumentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="DocumentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="IssueDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="IssuingAuthority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *         <element name="IssuingCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="IdentityLink" type="{urn:SZRServices}IdentityLinkType"/>
- *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="IdentityLink" type="{urn:SZRServices}IdentityLinkType"/>
+ *         <element name="BereichsKennung" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ValidateIdentityLinkReturn" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="ValidateIdentityLinkReturn" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="ZMRfremdbPK" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="Bereich" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="FremdBPKTargets" type="{urn:SZRServices}FremdBPKRequestType" maxOccurs="unbounded" minOccurs="0"/>
+ *         <element name="ZMRfremdbPK" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="ZMRAnwendungsIntegrationReturn" type="{urn:SZRServices}ZMRAnwendungsIntegrationReturnType" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType>
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="ZMRAnwendungsIntegrationReturn" type="{urn:SZRServices}ZMRAnwendungsIntegrationReturnType" maxOccurs="unbounded"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

- * <complexType name="ZMRAnwendungsIntegrationReturnType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
+ * <complexType name="ZMRAnwendungsIntegrationReturnType">
+ *   <complexContent>
+ *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ *       <sequence>
+ *         <element name="BPK" type="{http://www.w3.org/2001/XMLSchema}string"/>
+ *         <element name="FremdBPKs" type="{urn:SZRServices}FremdBPKType" maxOccurs="unbounded" minOccurs="0"/>
+ *       </sequence>
+ *     </restriction>
+ *   </complexContent>
+ * </complexType>
  * 
* * 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; * <sequence> * <element name="FamilyName" type="{http://www.w3.org/2001/XMLSchema}string"/> * </sequence> + * <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="MaidenName" /> * </restriction> * </complexContent> * </complexType> @@ -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; * <element name="Locality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="StateCode3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> * <element name="DeliveryAddress" type="{http://reference.e-government.gv.at/namespace/persondata/20020228#}DeliveryAddressType" minOccurs="0"/> - * <element name="HistoricRecord" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -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; - } - } -- cgit v1.2.3