summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/moaspss/ContentBaseType.java18
1 files changed, 9 insertions, 9 deletions
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;
/**
- * <p>Java class for ContentBaseType complex type.
+ * <p>Java-Klasse für ContentBaseType 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>
* &lt;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