diff options
Diffstat (limited to 'src/main/java/at/gv/util/xsd/mis/Target.java')
| -rw-r--r-- | src/main/java/at/gv/util/xsd/mis/Target.java | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/src/main/java/at/gv/util/xsd/mis/Target.java b/src/main/java/at/gv/util/xsd/mis/Target.java index c853769..9e4b667 100644 --- a/src/main/java/at/gv/util/xsd/mis/Target.java +++ b/src/main/java/at/gv/util/xsd/mis/Target.java @@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;  /** - * <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> @@ -44,7 +44,7 @@ public class Target {      protected String value;      /** -     * Gets the value of the type property. +     * Ruft den Wert der type-Eigenschaft ab.       *        * @return       *     possible object is @@ -56,7 +56,7 @@ public class Target {      }      /** -     * Sets the value of the type property. +     * Legt den Wert der type-Eigenschaft fest.       *        * @param value       *     allowed object is @@ -68,7 +68,7 @@ public class Target {      }      /** -     * Gets the value of the value property. +     * Ruft den Wert der value-Eigenschaft ab.       *        * @return       *     possible object is @@ -80,7 +80,7 @@ public class Target {      }      /** -     * Sets the value of the value property. +     * Legt den Wert der value-Eigenschaft fest.       *        * @param value       *     allowed object is | 
