summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java')
-rw-r--r--src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java
index 492780c..03a6b57 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/MetaInfoType.java
@@ -15,9 +15,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
- * <p>Java class for MetaInfoType complex type.
+ * <p>Java-Klasse für MetaInfoType 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="MetaInfoType">
@@ -48,6 +48,7 @@ public class MetaInfoType {
@XmlElement(name = "MimeType", required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
+ @XmlSchemaType(name = "token")
protected String mimeType;
@XmlElement(name = "Description")
@XmlSchemaType(name = "anyURI")
@@ -56,7 +57,7 @@ public class MetaInfoType {
protected List<Object> any;
/**
- * Gets the value of the mimeType property.
+ * Ruft den Wert der mimeType-Eigenschaft ab.
*
* @return
* possible object is
@@ -68,7 +69,7 @@ public class MetaInfoType {
}
/**
- * Sets the value of the mimeType property.
+ * Legt den Wert der mimeType-Eigenschaft fest.
*
* @param value
* allowed object is
@@ -80,7 +81,7 @@ public class MetaInfoType {
}
/**
- * Gets the value of the description property.
+ * Ruft den Wert der description-Eigenschaft ab.
*
* @return
* possible object is
@@ -92,7 +93,7 @@ public class MetaInfoType {
}
/**
- * Sets the value of the description property.
+ * Legt den Wert der description-Eigenschaft fest.
*
* @param value
* allowed object is