diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-11-05 08:07:15 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-11-05 08:07:15 +0100 |
commit | 7a5b350a93990956106d91679240b6e8326cb110 (patch) | |
tree | 138196b56fb04f186f05387f8f68be6bd91a0e85 /src/main/java/at/gv/util/xsd/szr/pvp/sec | |
parent | e2150f22562b4bc06307f4ac7b842687390e4856 (diff) | |
download | egovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.gz egovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.bz2 egovutils-7a5b350a93990956106d91679240b6e8326cb110.zip |
change more client implementations to APACHE CXF
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/pvp/sec')
-rw-r--r-- | src/main/java/at/gv/util/xsd/szr/pvp/sec/Security.java | 8 |
1 files changed, 4 insertions, 4 deletions
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; /** - * <p>Java class for anonymous complex type. + * <p>Java-Klasse für anonymous complex type. * - * <p>The following schema fragment specifies the expected content contained within this class. + * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <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 |