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 --- src/main/java/at/gv/util/xsd/xmldsig/ObjectType.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/xmldsig/ObjectType.java') diff --git a/src/main/java/at/gv/util/xsd/xmldsig/ObjectType.java b/src/main/java/at/gv/util/xsd/xmldsig/ObjectType.java index 613edf9..7bb550c 100644 --- a/src/main/java/at/gv/util/xsd/xmldsig/ObjectType.java +++ b/src/main/java/at/gv/util/xsd/xmldsig/ObjectType.java @@ -17,9 +17,9 @@ import org.w3c.dom.Element; /** - *

Java class for ObjectType complex type. + *

Java-Klasse für ObjectType 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="ObjectType">
@@ -76,9 +76,9 @@ public class ObjectType {
      * 
      * 

* Objects of the following type(s) are allowed in the list + * {@link Object } * {@link String } * {@link Element } - * {@link Object } * * */ @@ -90,7 +90,7 @@ public class ObjectType { } /** - * Gets the value of the id property. + * Ruft den Wert der id-Eigenschaft ab. * * @return * possible object is @@ -102,7 +102,7 @@ public class ObjectType { } /** - * Sets the value of the id property. + * Legt den Wert der id-Eigenschaft fest. * * @param value * allowed object is @@ -114,7 +114,7 @@ public class ObjectType { } /** - * Gets the value of the mimeType property. + * Ruft den Wert der mimeType-Eigenschaft ab. * * @return * possible object is @@ -126,7 +126,7 @@ public class ObjectType { } /** - * Sets the value of the mimeType property. + * Legt den Wert der mimeType-Eigenschaft fest. * * @param value * allowed object is @@ -138,7 +138,7 @@ public class ObjectType { } /** - * Gets the value of the encoding property. + * Ruft den Wert der encoding-Eigenschaft ab. * * @return * possible object is @@ -150,7 +150,7 @@ public class ObjectType { } /** - * Sets the value of the encoding property. + * Legt den Wert der encoding-Eigenschaft fest. * * @param value * allowed object is -- cgit v1.2.3