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 --- src/main/java/at/gv/util/xsd/szr/pvp/Param.java | 12 +-- .../at/gv/util/xsd/szr/pvp/PvpPrincipalType.java | 24 ++--- .../java/at/gv/util/xsd/szr/pvp/PvpTokenType.java | 106 ++++++++++----------- src/main/java/at/gv/util/xsd/szr/pvp/Role.java | 12 +-- .../java/at/gv/util/xsd/szr/pvp/sec/Security.java | 8 +- 5 files changed, 81 insertions(+), 81 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/pvp') diff --git a/src/main/java/at/gv/util/xsd/szr/pvp/Param.java b/src/main/java/at/gv/util/xsd/szr/pvp/Param.java index 7a33c83..5d56d55 100644 --- a/src/main/java/at/gv/util/xsd/szr/pvp/Param.java +++ b/src/main/java/at/gv/util/xsd/szr/pvp/Param.java @@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

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>
@@ -42,7 +42,7 @@ public class Param {
     protected String value;
 
     /**
-     * Gets the value of the key property.
+     * Ruft den Wert der key-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -54,7 +54,7 @@ public class Param {
     }
 
     /**
-     * Sets the value of the key property.
+     * Legt den Wert der key-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -66,7 +66,7 @@ public class Param {
     }
 
     /**
-     * Gets the value of the value property.
+     * Ruft den Wert der value-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -78,7 +78,7 @@ public class Param {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp/PvpPrincipalType.java b/src/main/java/at/gv/util/xsd/szr/pvp/PvpPrincipalType.java
index eeadb45..b5f10d6 100644
--- a/src/main/java/at/gv/util/xsd/szr/pvp/PvpPrincipalType.java
+++ b/src/main/java/at/gv/util/xsd/szr/pvp/PvpPrincipalType.java
@@ -14,9 +14,9 @@ import javax.xml.namespace.QName;
 
 
 /**
- * 

Java class for pvpPrincipalType complex type. + *

Java-Klasse für pvpPrincipalType 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="pvpPrincipalType">
@@ -63,7 +63,7 @@ public class PvpPrincipalType {
     private Map otherAttributes = new HashMap();
 
     /**
-     * Gets the value of the userId property.
+     * Ruft den Wert der userId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -75,7 +75,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Sets the value of the userId property.
+     * Legt den Wert der userId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -87,7 +87,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Gets the value of the cn property.
+     * Ruft den Wert der cn-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -99,7 +99,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Sets the value of the cn property.
+     * Legt den Wert der cn-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -111,7 +111,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Gets the value of the gvOuId property.
+     * Ruft den Wert der gvOuId-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -123,7 +123,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Sets the value of the gvOuId property.
+     * Legt den Wert der gvOuId-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -135,7 +135,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Gets the value of the ou property.
+     * Ruft den Wert der ou-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -147,7 +147,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Sets the value of the ou property.
+     * Legt den Wert der ou-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -159,7 +159,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Gets the value of the gvSecClass property.
+     * Ruft den Wert der gvSecClass-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -171,7 +171,7 @@ public class PvpPrincipalType {
     }
 
     /**
-     * Sets the value of the gvSecClass property.
+     * Legt den Wert der gvSecClass-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp/PvpTokenType.java b/src/main/java/at/gv/util/xsd/szr/pvp/PvpTokenType.java
index 3e3910a..297bccc 100644
--- a/src/main/java/at/gv/util/xsd/szr/pvp/PvpTokenType.java
+++ b/src/main/java/at/gv/util/xsd/szr/pvp/PvpTokenType.java
@@ -18,9 +18,9 @@ import org.w3c.dom.Element;
 
 
 /**
- * 

Java class for pvpTokenType complex type. + *

Java-Klasse für pvpTokenType 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="pvpTokenType">
@@ -140,7 +140,7 @@ public class PvpTokenType {
     private Map otherAttributes = new HashMap();
 
     /**
-     * Gets the value of the authenticate property.
+     * Ruft den Wert der authenticate-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -152,7 +152,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Sets the value of the authenticate property.
+     * Legt den Wert der authenticate-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -164,7 +164,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Gets the value of the authorize property.
+     * Ruft den Wert der authorize-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -176,7 +176,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Sets the value of the authorize property.
+     * Legt den Wert der authorize-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -188,7 +188,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Gets the value of the accounting property.
+     * Ruft den Wert der accounting-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -200,7 +200,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Sets the value of the accounting property.
+     * Legt den Wert der accounting-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -212,7 +212,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Gets the value of the pvpChainedToken property.
+     * Ruft den Wert der pvpChainedToken-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -224,7 +224,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Sets the value of the pvpChainedToken property.
+     * Legt den Wert der pvpChainedToken-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -236,7 +236,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Gets the value of the pvpExtension property.
+     * Ruft den Wert der pvpExtension-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -248,7 +248,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Sets the value of the pvpExtension property.
+     * Legt den Wert der pvpExtension-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -260,7 +260,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Gets the value of the version property.
+     * Ruft den Wert der version-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -272,7 +272,7 @@ public class PvpTokenType {
     }
 
     /**
-     * Sets the value of the version property.
+     * Legt den Wert der version-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -303,9 +303,9 @@ public class PvpTokenType {
 
 
     /**
-     * 

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>
@@ -355,7 +355,7 @@ public class PvpTokenType {
         protected List gvChargeCode;
 
         /**
-         * Gets the value of the invoiceRecptId property.
+         * Ruft den Wert der invoiceRecptId-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -367,7 +367,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Sets the value of the invoiceRecptId property.
+         * Legt den Wert der invoiceRecptId-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -438,9 +438,9 @@ public class PvpTokenType {
 
 
         /**
-         * 

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>
@@ -466,7 +466,7 @@ public class PvpTokenType {
             protected Boolean _default;
 
             /**
-             * Gets the value of the value property.
+             * Ruft den Wert der value-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -478,7 +478,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Sets the value of the value property.
+             * Legt den Wert der value-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -490,7 +490,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Gets the value of the default property.
+             * Ruft den Wert der default-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -506,7 +506,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Sets the value of the default property.
+             * Legt den Wert der default-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -521,9 +521,9 @@ public class PvpTokenType {
 
 
         /**
-         * 

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>
@@ -549,7 +549,7 @@ public class PvpTokenType {
             protected Boolean _default;
 
             /**
-             * Gets the value of the value property.
+             * Ruft den Wert der value-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -561,7 +561,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Sets the value of the value property.
+             * Legt den Wert der value-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -573,7 +573,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Gets the value of the default property.
+             * Ruft den Wert der default-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -589,7 +589,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Sets the value of the default property.
+             * Legt den Wert der default-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -606,9 +606,9 @@ public class PvpTokenType {
 
 
     /**
-     * 

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>
@@ -657,7 +657,7 @@ public class PvpTokenType {
         protected PvpPrincipalType systemPrincipal;
 
         /**
-         * Gets the value of the participantId property.
+         * Ruft den Wert der participantId-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -669,7 +669,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Sets the value of the participantId property.
+         * Legt den Wert der participantId-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -681,7 +681,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Gets the value of the gvOuDomain property.
+         * Ruft den Wert der gvOuDomain-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -693,7 +693,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Sets the value of the gvOuDomain property.
+         * Legt den Wert der gvOuDomain-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -705,7 +705,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Gets the value of the userPrincipal property.
+         * Ruft den Wert der userPrincipal-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -717,7 +717,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Sets the value of the userPrincipal property.
+         * Legt den Wert der userPrincipal-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -729,7 +729,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Gets the value of the systemPrincipal property.
+         * Ruft den Wert der systemPrincipal-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -741,7 +741,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Sets the value of the systemPrincipal property.
+         * Legt den Wert der systemPrincipal-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -754,9 +754,9 @@ public class PvpTokenType {
 
 
         /**
-         * 

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>
@@ -788,7 +788,7 @@ public class PvpTokenType {
             protected String gvFunction;
 
             /**
-             * Gets the value of the gvGid property.
+             * Ruft den Wert der gvGid-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -800,7 +800,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Sets the value of the gvGid property.
+             * Legt den Wert der gvGid-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -812,7 +812,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Gets the value of the gvFunction property.
+             * Ruft den Wert der gvFunction-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -824,7 +824,7 @@ public class PvpTokenType {
             }
 
             /**
-             * Sets the value of the gvFunction property.
+             * Legt den Wert der gvFunction-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -841,9 +841,9 @@ public class PvpTokenType {
 
 
     /**
-     * 

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>
@@ -901,7 +901,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Gets the value of the dummy property.
+         * Ruft den Wert der dummy-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -913,7 +913,7 @@ public class PvpTokenType {
         }
 
         /**
-         * Sets the value of the dummy property.
+         * Legt den Wert der dummy-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -928,9 +928,9 @@ public class PvpTokenType {
 
 
     /**
-     * 

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>
@@ -973,8 +973,8 @@ public class PvpTokenType {
          * 
          * 

* Objects of the following type(s) are allowed in the list - * {@link Object } * {@link Element } + * {@link Object } * * */ diff --git a/src/main/java/at/gv/util/xsd/szr/pvp/Role.java b/src/main/java/at/gv/util/xsd/szr/pvp/Role.java index 624347b..efdfcac 100644 --- a/src/main/java/at/gv/util/xsd/szr/pvp/Role.java +++ b/src/main/java/at/gv/util/xsd/szr/pvp/Role.java @@ -12,9 +12,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

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>
@@ -76,7 +76,7 @@ public class Role {
     }
 
     /**
-     * Gets the value of the dummy property.
+     * Ruft den Wert der dummy-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -88,7 +88,7 @@ public class Role {
     }
 
     /**
-     * Sets the value of the dummy property.
+     * Legt den Wert der dummy-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -100,7 +100,7 @@ public class Role {
     }
 
     /**
-     * Gets the value of the value property.
+     * Ruft den Wert der value-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -112,7 +112,7 @@ public class Role {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java b/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java
index 7f70ee2..42a3d37 100644
--- a/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java
+++ b/src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java
@@ -10,9 +10,9 @@ import at.gv.util.xsd.szr.pvp.PvpTokenType;
 
 
 /**
- * 

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>
@@ -39,7 +39,7 @@ public class Security {
     protected PvpTokenType pvpToken;
 
     /**
-     * Gets the value of the pvpToken property.
+     * Ruft den Wert der pvpToken-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -51,7 +51,7 @@ public class Security {
     }
 
     /**
-     * Sets the value of the pvpToken property.
+     * Legt den Wert der pvpToken-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3