From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- .../at/gv/util/xsd/mis/usp/GetMandatesRequest.java | 28 +++++++-------- .../gv/util/xsd/mis/usp/GetMandatesResponse.java | 42 +++++++++++----------- .../at/gv/util/xsd/mis/usp/IdentificationType.java | 12 +++---- .../java/at/gv/util/xsd/mis/usp/ObjectFactory.java | 36 +++++++++---------- 4 files changed, 59 insertions(+), 59 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/mis/usp') diff --git a/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesRequest.java b/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesRequest.java index edc96a9..8adddf1 100644 --- a/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesRequest.java +++ b/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesRequest.java @@ -16,9 +16,9 @@ import javax.xml.datatype.XMLGregorianCalendar; /** - *

Java class for anonymous complex type. + *

Java-Klasse für anonymous complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

  * <complexType>
@@ -71,7 +71,7 @@ public class GetMandatesRequest {
     protected String applicationId;
 
     /**
-     * Gets the value of the identification property.
+     * Ruft den Wert der identification-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -83,7 +83,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Sets the value of the identification property.
+     * Legt den Wert der identification-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -95,7 +95,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Gets the value of the mandateFilters property.
+     * Ruft den Wert der mandateFilters-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -107,7 +107,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Sets the value of the mandateFilters property.
+     * Legt den Wert der mandateFilters-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -119,7 +119,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Gets the value of the requestId property.
+     * Ruft den Wert der requestId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -131,7 +131,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Sets the value of the requestId property.
+     * Legt den Wert der requestId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -143,7 +143,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Gets the value of the timestamp property.
+     * Ruft den Wert der timestamp-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -155,7 +155,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Sets the value of the timestamp property.
+     * Legt den Wert der timestamp-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -167,7 +167,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Gets the value of the applicationId property.
+     * Ruft den Wert der applicationId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -179,7 +179,7 @@ public class GetMandatesRequest {
     }
 
     /**
-     * Sets the value of the applicationId property.
+     * Legt den Wert der applicationId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -192,9 +192,9 @@ public class GetMandatesRequest {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

      * <complexType>
diff --git a/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesResponse.java b/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesResponse.java
index 016aff0..8605fce 100644
--- a/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesResponse.java
+++ b/src/main/java/at/gv/util/xsd/mis/usp/GetMandatesResponse.java
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.XmlValue;
 
 
 /**
- * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

  * <complexType>
@@ -81,7 +81,7 @@ public class GetMandatesResponse {
     protected GetMandatesResponse.Error error;
 
     /**
-     * Gets the value of the mandates property.
+     * Ruft den Wert der mandates-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -93,7 +93,7 @@ public class GetMandatesResponse {
     }
 
     /**
-     * Sets the value of the mandates property.
+     * Legt den Wert der mandates-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -105,7 +105,7 @@ public class GetMandatesResponse {
     }
 
     /**
-     * Gets the value of the error property.
+     * Ruft den Wert der error-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -117,7 +117,7 @@ public class GetMandatesResponse {
     }
 
     /**
-     * Sets the value of the error property.
+     * Legt den Wert der error-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -130,9 +130,9 @@ public class GetMandatesResponse {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

      * <complexType>
@@ -163,7 +163,7 @@ public class GetMandatesResponse {
         protected String info;
 
         /**
-         * Gets the value of the code property.
+         * Ruft den Wert der code-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -175,7 +175,7 @@ public class GetMandatesResponse {
         }
 
         /**
-         * Sets the value of the code property.
+         * Legt den Wert der code-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -187,7 +187,7 @@ public class GetMandatesResponse {
         }
 
         /**
-         * Gets the value of the info property.
+         * Ruft den Wert der info-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -199,7 +199,7 @@ public class GetMandatesResponse {
         }
 
         /**
-         * Sets the value of the info property.
+         * Legt den Wert der info-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -214,9 +214,9 @@ public class GetMandatesResponse {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

      * <complexType>
@@ -280,9 +280,9 @@ public class GetMandatesResponse {
 
 
         /**
-         * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

          * <complexType>
@@ -309,7 +309,7 @@ public class GetMandatesResponse {
             protected String mandateFilter;
 
             /**
-             * Gets the value of the value property.
+             * Ruft den Wert der value-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -320,18 +320,18 @@ public class GetMandatesResponse {
             }
 
             /**
-             * Sets the value of the value property.
+             * Legt den Wert der value-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
              *     byte[]
              */
             public void setValue(byte[] value) {
-                this.value = ((byte[]) value);
+                this.value = value;
             }
 
             /**
-             * Gets the value of the mandateFilter property.
+             * Ruft den Wert der mandateFilter-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -343,7 +343,7 @@ public class GetMandatesResponse {
             }
 
             /**
-             * Sets the value of the mandateFilter property.
+             * Legt den Wert der mandateFilter-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/mis/usp/IdentificationType.java b/src/main/java/at/gv/util/xsd/mis/usp/IdentificationType.java
index 69cbb1d..5acd8f7 100644
--- a/src/main/java/at/gv/util/xsd/mis/usp/IdentificationType.java
+++ b/src/main/java/at/gv/util/xsd/mis/usp/IdentificationType.java
@@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for IdentificationType complex type. + *

Java-Klasse für IdentificationType complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

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

  * <complexType name="IdentificationType">
@@ -42,7 +42,7 @@ public class IdentificationType {
     protected String type;
 
     /**
-     * Gets the value of the value property.
+     * Ruft den Wert der value-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -54,7 +54,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -66,7 +66,7 @@ public class IdentificationType {
     }
 
     /**
-     * Gets the value of the type property.
+     * Ruft den Wert der type-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -78,7 +78,7 @@ public class IdentificationType {
     }
 
     /**
-     * Sets the value of the type property.
+     * Legt den Wert der type-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/mis/usp/ObjectFactory.java b/src/main/java/at/gv/util/xsd/mis/usp/ObjectFactory.java
index 3098483..fcd87bf 100644
--- a/src/main/java/at/gv/util/xsd/mis/usp/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/mis/usp/ObjectFactory.java
@@ -30,19 +30,19 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link GetMandatesResponse.Mandates.Mandate }
+     * Create an instance of {@link GetMandatesRequest }
      * 
      */
-    public GetMandatesResponse.Mandates.Mandate createGetMandatesResponseMandatesMandate() {
-        return new GetMandatesResponse.Mandates.Mandate();
+    public GetMandatesRequest createGetMandatesRequest() {
+        return new GetMandatesRequest();
     }
 
     /**
-     * Create an instance of {@link GetMandatesResponse.Error }
+     * Create an instance of {@link GetMandatesResponse }
      * 
      */
-    public GetMandatesResponse.Error createGetMandatesResponseError() {
-        return new GetMandatesResponse.Error();
+    public GetMandatesResponse createGetMandatesResponse() {
+        return new GetMandatesResponse();
     }
 
     /**
@@ -54,35 +54,35 @@ public class ObjectFactory {
     }
 
     /**
-     * Create an instance of {@link GetMandatesResponse }
+     * Create an instance of {@link IdentificationType }
      * 
      */
-    public GetMandatesResponse createGetMandatesResponse() {
-        return new GetMandatesResponse();
+    public IdentificationType createIdentificationType() {
+        return new IdentificationType();
     }
 
     /**
-     * Create an instance of {@link IdentificationType }
+     * Create an instance of {@link GetMandatesRequest.MandateFilters }
      * 
      */
-    public IdentificationType createIdentificationType() {
-        return new IdentificationType();
+    public GetMandatesRequest.MandateFilters createGetMandatesRequestMandateFilters() {
+        return new GetMandatesRequest.MandateFilters();
     }
 
     /**
-     * Create an instance of {@link GetMandatesRequest }
+     * Create an instance of {@link GetMandatesResponse.Error }
      * 
      */
-    public GetMandatesRequest createGetMandatesRequest() {
-        return new GetMandatesRequest();
+    public GetMandatesResponse.Error createGetMandatesResponseError() {
+        return new GetMandatesResponse.Error();
     }
 
     /**
-     * Create an instance of {@link GetMandatesRequest.MandateFilters }
+     * Create an instance of {@link GetMandatesResponse.Mandates.Mandate }
      * 
      */
-    public GetMandatesRequest.MandateFilters createGetMandatesRequestMandateFilters() {
-        return new GetMandatesRequest.MandateFilters();
+    public GetMandatesResponse.Mandates.Mandate createGetMandatesResponseMandatesMandate() {
+        return new GetMandatesResponse.Mandates.Mandate();
     }
 
 }
-- 
cgit v1.2.3