summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java b/src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java
index b6a1b58..75d0dbe 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/XMLContentType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
- * <p>Java class for XMLContentType complex type.
+ * <p>Java-Klasse für XMLContentType 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="XMLContentType">
@@ -32,12 +32,12 @@ public class XMLContentType
extends AnyChildrenType
{
- @XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace")
+ @XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
/**
- * Gets the value of the space property.
+ * Ruft den Wert der space-Eigenschaft ab.
*
* @return
* possible object is
@@ -49,7 +49,7 @@ public class XMLContentType
}
/**
- * Sets the value of the space property.
+ * Legt den Wert der space-Eigenschaft fest.
*
* @param value
* allowed object is