summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/wsdl/szr/SZR.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/wsdl/szr/SZR.java')
-rw-r--r--src/main/java/at/gv/util/wsdl/szr/SZR.java270
1 files changed, 270 insertions, 0 deletions
diff --git a/src/main/java/at/gv/util/wsdl/szr/SZR.java b/src/main/java/at/gv/util/wsdl/szr/SZR.java
new file mode 100644
index 0000000..381617b
--- /dev/null
+++ b/src/main/java/at/gv/util/wsdl/szr/SZR.java
@@ -0,0 +1,270 @@
+
+package at.gv.util.wsdl.szr;
+
+import java.util.List;
+import javax.jws.WebMethod;
+import javax.jws.WebParam;
+import javax.jws.WebResult;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+import javax.xml.bind.annotation.XmlSeeAlso;
+import javax.xml.ws.Holder;
+import javax.xml.ws.RequestWrapper;
+import javax.xml.ws.ResponseWrapper;
+import at.gv.util.xsd.szr.BasiszahlZuBPKReturnType;
+import at.gv.util.xsd.szr.FremdBPKRequestType;
+import at.gv.util.xsd.szr.FremdBPKType;
+import at.gv.util.xsd.szr.GetBPKKombiRequestType;
+import at.gv.util.xsd.szr.GetBPKKombiResponseType;
+import at.gv.util.xsd.szr.GetVersionResponse;
+import at.gv.util.xsd.szr.IdentityLinkType;
+import at.gv.util.xsd.szr.PersonInfoType;
+import at.gv.util.xsd.szr.ZMRAnwendungsIntegrationReturnType;
+import at.gv.util.xsd.szr.xmldsig.KeyValueType;
+
+
+/**
+ * This class was generated by the JAX-WS RI.
+ * JAX-WS RI 2.1.6 in JDK 6
+ * Generated source version: 2.1
+ *
+ */
+@WebService(name = "SZR", targetNamespace = "urn:SZRServices")
+@XmlSeeAlso({
+ at.gv.util.xsd.szr.persondata.ObjectFactory.class,
+ at.gv.util.xsd.szr.ObjectFactory.class,
+ at.gv.util.xsd.szr.ecdsa.ObjectFactory.class,
+ at.gv.util.xsd.szr.xmldsig.ObjectFactory.class,
+ at.gv.util.xsd.szr.pvp.sec.ObjectFactory.class,
+ at.gv.util.xsd.szr.pvp.ObjectFactory.class
+})
+public interface SZR {
+
+
+ /**
+ *
+ * @param insertERnP
+ * @param personInfo
+ * @param keyValue
+ * @return
+ * returns at.gv.util.xsd.szr.IdentityLinkType
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "GetIdentityLink")
+ @WebResult(name = "GetIdentityLinkReturn", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "GetIdentityLink", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetIdentityLink")
+ @ResponseWrapper(localName = "GetIdentityLinkResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetIdentityLinkResponse")
+ public IdentityLinkType getIdentityLink(
+ @WebParam(name = "PersonInfo", targetNamespace = "urn:SZRServices")
+ PersonInfoType personInfo,
+ @WebParam(name = "KeyValue", targetNamespace = "urn:SZRServices")
+ List<KeyValueType> keyValue,
+ @WebParam(name = "InsertERnP", targetNamespace = "urn:SZRServices")
+ Boolean insertERnP)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param listMultiplePersons
+ * @param target
+ * @param personInfo0
+ * @param bereichsKennung
+ * @param getBPKReturn
+ * @param fremdBPK
+ * @param vkz
+ * @param personInfo
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "GetBPK")
+ @RequestWrapper(localName = "GetBPK", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetBPK")
+ @ResponseWrapper(localName = "GetBPKResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetBPKResponse")
+ public void getBPK(
+ @WebParam(name = "PersonInfo", targetNamespace = "urn:SZRServices")
+ PersonInfoType personInfo,
+ @WebParam(name = "BereichsKennung", targetNamespace = "urn:SZRServices")
+ String bereichsKennung,
+ @WebParam(name = "VKZ", targetNamespace = "urn:SZRServices")
+ String vkz,
+ @WebParam(name = "Target", targetNamespace = "urn:SZRServices")
+ List<FremdBPKRequestType> target,
+ @WebParam(name = "ListMultiplePersons", targetNamespace = "urn:SZRServices")
+ Boolean listMultiplePersons,
+ @WebParam(name = "GetBPKReturn", targetNamespace = "urn:SZRServices", mode = WebParam.Mode.OUT)
+ Holder<String> getBPKReturn,
+ @WebParam(name = "FremdBPK", targetNamespace = "urn:SZRServices", mode = WebParam.Mode.OUT)
+ Holder<List<FremdBPKType>> fremdBPK,
+ @WebParam(name = "PersonInfo", targetNamespace = "urn:SZRServices", mode = WebParam.Mode.OUT)
+ Holder<List<PersonInfoType>> personInfo0)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param getBPKKombiRequest
+ * @return
+ * returns at.gv.util.xsd.szr.GetBPKKombiResponseType
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "GetBPKKombi")
+ @WebResult(name = "GetBPKKombiResponse", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "GetBPKKombi", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetBPKKombi")
+ @ResponseWrapper(localName = "GetBPKKombiResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetBPKKombiResponse")
+ public GetBPKKombiResponseType getBPKKombi(
+ @WebParam(name = "GetBPKKombiRequest", targetNamespace = "urn:SZRServices")
+ GetBPKKombiRequestType getBPKKombiRequest)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param identityLink
+ * @param bereichsKennung
+ * @return
+ * returns java.lang.String
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "ValidateIdentityLink")
+ @WebResult(name = "ValidateIdentityLinkReturn", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "ValidateIdentityLink", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.ValidateIdentityLink")
+ @ResponseWrapper(localName = "ValidateIdentityLinkResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.ValidateIdentityLinkResponse")
+ public String validateIdentityLink(
+ @WebParam(name = "IdentityLink", targetNamespace = "urn:SZRServices")
+ IdentityLinkType identityLink,
+ @WebParam(name = "BereichsKennung", targetNamespace = "urn:SZRServices")
+ String bereichsKennung)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param begruendung
+ * @param inputBereichsKennung
+ * @param inputBPK
+ * @param target
+ * @param personInfo
+ * @return
+ * returns java.util.List<at.gv.util.xsd.szr.FremdBPKType>
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "TransformBPK")
+ @WebResult(name = "TransformBPKReturn", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "TransformBPK", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.TransformBPK")
+ @ResponseWrapper(localName = "TransformBPKResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.TransformBPKResponse")
+ public List<FremdBPKType> transformBPK(
+ @WebParam(name = "PersonInfo", targetNamespace = "urn:SZRServices")
+ PersonInfoType personInfo,
+ @WebParam(name = "InputBPK", targetNamespace = "urn:SZRServices")
+ String inputBPK,
+ @WebParam(name = "InputBereichsKennung", targetNamespace = "urn:SZRServices")
+ String inputBereichsKennung,
+ @WebParam(name = "Begruendung", targetNamespace = "urn:SZRServices")
+ String begruendung,
+ @WebParam(name = "Target", targetNamespace = "urn:SZRServices")
+ List<FremdBPKRequestType> target)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param basisZahl
+ * @param bpk
+ * @param bereich
+ * @return
+ * returns java.lang.String
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "BPKzuBasiszahl")
+ @WebResult(name = "BPKzuBasiszahlReturn", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "BPKzuBasiszahl", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.BPKzuBasiszahl")
+ @ResponseWrapper(localName = "BPKzuBasiszahlResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.BPKzuBasiszahlResponse")
+ public String bpKzuBasiszahl(
+ @WebParam(name = "Bereich", targetNamespace = "urn:SZRServices")
+ String bereich,
+ @WebParam(name = "BPK", targetNamespace = "urn:SZRServices")
+ String bpk,
+ @WebParam(name = "BasisZahl", targetNamespace = "urn:SZRServices")
+ List<String> basisZahl)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param fremdBPKTargets
+ * @param basisZahl
+ * @param bereich
+ * @return
+ * returns java.util.List<at.gv.util.xsd.szr.BasiszahlZuBPKReturnType>
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "BasiszahlZuBPK")
+ @WebResult(name = "BasiszahlZuBPKReturn", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "BasiszahlZuBPK", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.BasiszahlZuBPK")
+ @ResponseWrapper(localName = "BasiszahlZuBPKResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.BasiszahlZuBPKResponse")
+ public List<BasiszahlZuBPKReturnType> basiszahlZuBPK(
+ @WebParam(name = "BasisZahl", targetNamespace = "urn:SZRServices")
+ List<String> basisZahl,
+ @WebParam(name = "Bereich", targetNamespace = "urn:SZRServices")
+ String bereich,
+ @WebParam(name = "FremdBPKTargets", targetNamespace = "urn:SZRServices")
+ List<FremdBPKRequestType> fremdBPKTargets)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param zmRfremdbPK
+ * @param fremdBPKTargets
+ * @param bereich
+ * @return
+ * returns java.util.List<at.gv.util.xsd.szr.ZMRAnwendungsIntegrationReturnType>
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "ZMRAnwendungsIntegration")
+ @WebResult(name = "ZMRAnwendungsIntegrationReturn", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "ZMRAnwendungsIntegration", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.ZMRAnwendungsIntegration")
+ @ResponseWrapper(localName = "ZMRAnwendungsIntegrationResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.ZMRAnwendungsIntegrationResponse")
+ public List<ZMRAnwendungsIntegrationReturnType> zmrAnwendungsIntegration(
+ @WebParam(name = "Bereich", targetNamespace = "urn:SZRServices")
+ String bereich,
+ @WebParam(name = "FremdBPKTargets", targetNamespace = "urn:SZRServices")
+ List<FremdBPKRequestType> fremdBPKTargets,
+ @WebParam(name = "ZMRfremdbPK", targetNamespace = "urn:SZRServices")
+ List<String> zmRfremdbPK)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param personInfo
+ * @return
+ * returns java.lang.String
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "GetStammzahl")
+ @WebResult(name = "Stammzahl", targetNamespace = "urn:SZRServices")
+ @RequestWrapper(localName = "GetStammzahl", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetStammzahl")
+ @ResponseWrapper(localName = "GetStammzahlResponse", targetNamespace = "urn:SZRServices", className = "at.gv.util.xsd.szr.GetStammzahlResponse")
+ public String getStammzahl(
+ @WebParam(name = "PersonInfo", targetNamespace = "urn:SZRServices")
+ PersonInfoType personInfo)
+ throws SZRException
+ ;
+
+ /**
+ *
+ * @param parameters
+ * @return
+ * returns at.gv.util.xsd.szr.GetVersionResponse
+ * @throws SZRException
+ */
+ @WebMethod(operationName = "GetVersion")
+ @WebResult(name = "GetVersionResponse", targetNamespace = "urn:SZRServices", partName = "parameters")
+ @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
+ public GetVersionResponse getVersion(
+ @WebParam(name = "GetVersion", targetNamespace = "urn:SZRServices", partName = "parameters")
+ Object parameters)
+ throws SZRException
+ ;
+
+}