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 --- .../java/at/gv/util/xsd/moaspss/ContentBaseType.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java') diff --git a/src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java b/src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java index 9089d53..3b97e5b 100644 --- a/src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java +++ b/src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java @@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for ContentBaseType complex type. + *

Java-Klasse für ContentBaseType 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="ContentBaseType">
@@ -51,7 +51,7 @@ public class ContentBaseType {
     protected String locRefContent;
 
     /**
-     * Gets the value of the base64Content property.
+     * Ruft den Wert der base64Content-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -62,18 +62,18 @@ public class ContentBaseType {
     }
 
     /**
-     * Sets the value of the base64Content property.
+     * Legt den Wert der base64Content-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
      *     byte[]
      */
     public void setBase64Content(byte[] value) {
-        this.base64Content = ((byte[]) value);
+        this.base64Content = value;
     }
 
     /**
-     * Gets the value of the xmlContent property.
+     * Ruft den Wert der xmlContent-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -85,7 +85,7 @@ public class ContentBaseType {
     }
 
     /**
-     * Sets the value of the xmlContent property.
+     * Legt den Wert der xmlContent-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -97,7 +97,7 @@ public class ContentBaseType {
     }
 
     /**
-     * Gets the value of the locRefContent property.
+     * Ruft den Wert der locRefContent-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -109,7 +109,7 @@ public class ContentBaseType {
     }
 
     /**
-     * Sets the value of the locRefContent property.
+     * Legt den Wert der locRefContent-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3