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 --- .../at/gv/util/xsd/moaspss/AllSignatoriesType.java | 4 +- .../at/gv/util/xsd/moaspss/AnyChildrenType.java | 6 +- .../at/gv/util/xsd/moaspss/CMSContentBaseType.java | 4 +- .../xsd/moaspss/CMSDataObjectOptionalMetaType.java | 12 +- .../at/gv/util/xsd/moaspss/CheckResultType.java | 12 +- .../at/gv/util/xsd/moaspss/ContentBaseType.java | 18 +- .../util/xsd/moaspss/ContentExLocRefBaseType.java | 4 +- .../util/xsd/moaspss/ContentOptionalRefType.java | 8 +- .../util/xsd/moaspss/ContentRequiredRefType.java | 4 +- .../moaspss/CreateSignatureEnvironmentProfile.java | 8 +- .../xsd/moaspss/CreateSignatureLocationType.java | 12 +- .../xsd/moaspss/CreateTransformsInfoProfile.java | 8 +- .../xsd/moaspss/CreateXMLSignatureRequest.java | 4 +- .../xsd/moaspss/CreateXMLSignatureRequestType.java | 46 +-- .../moaspss/CreateXMLSignatureResponseType.java | 22 +- .../at/gv/util/xsd/moaspss/DataObjectInfoType.java | 26 +- .../at/gv/util/xsd/moaspss/ErrorResponseType.java | 12 +- .../gv/util/xsd/moaspss/FinalDataMetaInfoType.java | 8 +- .../java/at/gv/util/xsd/moaspss/InputDataType.java | 12 +- .../at/gv/util/xsd/moaspss/KeyStorageType.java | 4 +- .../moaspss/ManifestRefsCheckResultInfoType.java | 4 +- .../xsd/moaspss/ManifestRefsCheckResultType.java | 4 +- .../java/at/gv/util/xsd/moaspss/MetaInfoType.java | 13 +- .../java/at/gv/util/xsd/moaspss/ObjectFactory.java | 311 ++++++++++----------- .../gv/util/xsd/moaspss/PublicAuthorityType.java | 8 +- .../xsd/moaspss/ReferencesCheckResultInfoType.java | 4 +- .../xsd/moaspss/ReferencesCheckResultType.java | 4 +- .../util/xsd/moaspss/TransformParameterType.java | 31 +- .../at/gv/util/xsd/moaspss/TransformsInfoType.java | 13 +- .../xsd/moaspss/VerifyCMSSignatureRequest.java | 4 +- .../xsd/moaspss/VerifyCMSSignatureRequestType.java | 22 +- .../moaspss/VerifyCMSSignatureResponseType.java | 11 +- .../util/xsd/moaspss/VerifyTransformsDataType.java | 10 +- .../xsd/moaspss/VerifyTransformsInfoProfile.java | 9 +- .../xsd/moaspss/VerifyXMLSignatureRequestType.java | 44 +-- .../moaspss/VerifyXMLSignatureResponseType.java | 21 +- .../at/gv/util/xsd/moaspss/XMLContentType.java | 10 +- .../xsd/moaspss/XMLDataObjectAssociationType.java | 12 +- 38 files changed, 384 insertions(+), 385 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/moaspss') diff --git a/src/main/java/at/gv/util/xsd/moaspss/AllSignatoriesType.java b/src/main/java/at/gv/util/xsd/moaspss/AllSignatoriesType.java index 47278c8..85d031b 100644 --- a/src/main/java/at/gv/util/xsd/moaspss/AllSignatoriesType.java +++ b/src/main/java/at/gv/util/xsd/moaspss/AllSignatoriesType.java @@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for AllSignatoriesType. + *

Java-Klasse für AllSignatoriesType. * - *

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. *

*

  * <simpleType name="AllSignatoriesType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/AnyChildrenType.java b/src/main/java/at/gv/util/xsd/moaspss/AnyChildrenType.java
index 84943f1..1c23bde 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/AnyChildrenType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/AnyChildrenType.java
@@ -13,9 +13,9 @@ import org.w3c.dom.Element;
 
 
 /**
- * 

Java class for AnyChildrenType complex type. + *

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

* Objects of the following type(s) are allowed in the list - * {@link Element } * {@link Object } * {@link String } + * {@link Element } * * */ diff --git a/src/main/java/at/gv/util/xsd/moaspss/CMSContentBaseType.java b/src/main/java/at/gv/util/xsd/moaspss/CMSContentBaseType.java index ee60f0c..3fd7758 100644 --- a/src/main/java/at/gv/util/xsd/moaspss/CMSContentBaseType.java +++ b/src/main/java/at/gv/util/xsd/moaspss/CMSContentBaseType.java @@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for CMSContentBaseType complex type. + *

Java-Klasse für CMSContentBaseType 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="CMSContentBaseType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CMSDataObjectOptionalMetaType.java b/src/main/java/at/gv/util/xsd/moaspss/CMSDataObjectOptionalMetaType.java
index 9bd6204..124bf25 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CMSDataObjectOptionalMetaType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CMSDataObjectOptionalMetaType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for CMSDataObjectOptionalMetaType complex type. + *

Java-Klasse für CMSDataObjectOptionalMetaType 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="CMSDataObjectOptionalMetaType">
@@ -40,7 +40,7 @@ public class CMSDataObjectOptionalMetaType {
     protected CMSContentBaseType content;
 
     /**
-     * Gets the value of the metaInfo property.
+     * Ruft den Wert der metaInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -52,7 +52,7 @@ public class CMSDataObjectOptionalMetaType {
     }
 
     /**
-     * Sets the value of the metaInfo property.
+     * Legt den Wert der metaInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -64,7 +64,7 @@ public class CMSDataObjectOptionalMetaType {
     }
 
     /**
-     * Gets the value of the content property.
+     * Ruft den Wert der content-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -76,7 +76,7 @@ public class CMSDataObjectOptionalMetaType {
     }
 
     /**
-     * Sets the value of the content property.
+     * Legt den Wert der content-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CheckResultType.java b/src/main/java/at/gv/util/xsd/moaspss/CheckResultType.java
index 9240325..1d7d734 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CheckResultType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CheckResultType.java
@@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for CheckResultType complex type. + *

Java-Klasse für CheckResultType 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="CheckResultType">
@@ -48,7 +48,7 @@ public class CheckResultType {
     protected AnyChildrenType info;
 
     /**
-     * Gets the value of the code property.
+     * Ruft den Wert der code-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -60,7 +60,7 @@ public class CheckResultType {
     }
 
     /**
-     * Sets the value of the code property.
+     * Legt den Wert der code-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -72,7 +72,7 @@ public class CheckResultType {
     }
 
     /**
-     * Gets the value of the info property.
+     * Ruft den Wert der info-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -84,7 +84,7 @@ public class CheckResultType {
     }
 
     /**
-     * Sets the value of the info property.
+     * Legt den Wert der info-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
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;
 
 
 /**
- * 

Java class for ContentBaseType complex type. + *

Java-Klasse für ContentBaseType 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="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
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ContentExLocRefBaseType.java b/src/main/java/at/gv/util/xsd/moaspss/ContentExLocRefBaseType.java
index 7533231..e134136 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ContentExLocRefBaseType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ContentExLocRefBaseType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ContentExLocRefBaseType complex type. + *

Java-Klasse für ContentExLocRefBaseType 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="ContentExLocRefBaseType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ContentOptionalRefType.java b/src/main/java/at/gv/util/xsd/moaspss/ContentOptionalRefType.java
index fb40e2f..fc6f87d 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ContentOptionalRefType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ContentOptionalRefType.java
@@ -10,9 +10,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ContentOptionalRefType complex type. + *

Java-Klasse für ContentOptionalRefType 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="ContentOptionalRefType">
@@ -42,7 +42,7 @@ public class ContentOptionalRefType
     protected String reference;
 
     /**
-     * Gets the value of the reference property.
+     * Ruft den Wert der reference-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -54,7 +54,7 @@ public class ContentOptionalRefType
     }
 
     /**
-     * Sets the value of the reference property.
+     * Legt den Wert der reference-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ContentRequiredRefType.java b/src/main/java/at/gv/util/xsd/moaspss/ContentRequiredRefType.java
index fbc3967..96a4d1a 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ContentRequiredRefType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ContentRequiredRefType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ContentRequiredRefType complex type. + *

Java-Klasse für ContentRequiredRefType 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="ContentRequiredRefType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureEnvironmentProfile.java b/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureEnvironmentProfile.java
index 44d6ebb..fe6ad58 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureEnvironmentProfile.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureEnvironmentProfile.java
@@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -44,7 +44,7 @@ public class CreateSignatureEnvironmentProfile {
     protected List supplement;
 
     /**
-     * Gets the value of the createSignatureLocation property.
+     * Ruft den Wert der createSignatureLocation-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -56,7 +56,7 @@ public class CreateSignatureEnvironmentProfile {
     }
 
     /**
-     * Sets the value of the createSignatureLocation property.
+     * Legt den Wert der createSignatureLocation-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureLocationType.java b/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureLocationType.java
index 99189c3..aa8e614 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureLocationType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CreateSignatureLocationType.java
@@ -13,9 +13,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
 
 /**
- * 

Java class for CreateSignatureLocationType complex type. + *

Java-Klasse für CreateSignatureLocationType 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="CreateSignatureLocationType">
@@ -43,7 +43,7 @@ public class CreateSignatureLocationType {
     protected BigInteger index;
 
     /**
-     * Gets the value of the value property.
+     * Ruft den Wert der value-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -55,7 +55,7 @@ public class CreateSignatureLocationType {
     }
 
     /**
-     * Sets the value of the value property.
+     * Legt den Wert der value-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -67,7 +67,7 @@ public class CreateSignatureLocationType {
     }
 
     /**
-     * Gets the value of the index property.
+     * Ruft den Wert der index-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -79,7 +79,7 @@ public class CreateSignatureLocationType {
     }
 
     /**
-     * Sets the value of the index property.
+     * Legt den Wert der index-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CreateTransformsInfoProfile.java b/src/main/java/at/gv/util/xsd/moaspss/CreateTransformsInfoProfile.java
index 736988d..fd3f878 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CreateTransformsInfoProfile.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CreateTransformsInfoProfile.java
@@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -44,7 +44,7 @@ public class CreateTransformsInfoProfile {
     protected List supplement;
 
     /**
-     * Gets the value of the createTransformsInfo property.
+     * Ruft den Wert der createTransformsInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -56,7 +56,7 @@ public class CreateTransformsInfoProfile {
     }
 
     /**
-     * Sets the value of the createTransformsInfo property.
+     * Legt den Wert der createTransformsInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequest.java b/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequest.java
index ed5f54f..c501dee 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequest.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequest.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequestType.java b/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequestType.java
index 5a0cf5e..bc1b7cd 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequestType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureRequestType.java
@@ -7,6 +7,7 @@ import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
 import javax.xml.bind.annotation.XmlSeeAlso;
 import javax.xml.bind.annotation.XmlType;
 import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
@@ -14,9 +15,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
 
 /**
- * 

Java class for CreateXMLSignatureRequestType complex type. + *

Java-Klasse für CreateXMLSignatureRequestType 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="CreateXMLSignatureRequestType">
@@ -83,7 +84,7 @@ public class CreateXMLSignatureRequestType {
     protected List singleSignatureInfo;
 
     /**
-     * Gets the value of the keyIdentifier property.
+     * Ruft den Wert der keyIdentifier-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -95,7 +96,7 @@ public class CreateXMLSignatureRequestType {
     }
 
     /**
-     * Sets the value of the keyIdentifier property.
+     * Legt den Wert der keyIdentifier-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -137,9 +138,9 @@ public class CreateXMLSignatureRequestType {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -223,7 +224,7 @@ public class CreateXMLSignatureRequestType {
         }
 
         /**
-         * Gets the value of the createSignatureInfo property.
+         * Ruft den Wert der createSignatureInfo-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -235,7 +236,7 @@ public class CreateXMLSignatureRequestType {
         }
 
         /**
-         * Sets the value of the createSignatureInfo property.
+         * Legt den Wert der createSignatureInfo-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -247,7 +248,7 @@ public class CreateXMLSignatureRequestType {
         }
 
         /**
-         * Gets the value of the securityLayerConformity property.
+         * Ruft den Wert der securityLayerConformity-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -263,7 +264,7 @@ public class CreateXMLSignatureRequestType {
         }
 
         /**
-         * Sets the value of the securityLayerConformity property.
+         * Legt den Wert der securityLayerConformity-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -276,9 +277,9 @@ public class CreateXMLSignatureRequestType {
 
 
         /**
-         * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -312,10 +313,11 @@ public class CreateXMLSignatureRequestType {
             protected CreateSignatureEnvironmentProfile createSignatureEnvironmentProfile;
             @XmlElement(name = "CreateSignatureEnvironmentProfileID")
             @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
+            @XmlSchemaType(name = "token")
             protected String createSignatureEnvironmentProfileID;
 
             /**
-             * Gets the value of the createSignatureEnvironment property.
+             * Ruft den Wert der createSignatureEnvironment-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -327,7 +329,7 @@ public class CreateXMLSignatureRequestType {
             }
 
             /**
-             * Sets the value of the createSignatureEnvironment property.
+             * Legt den Wert der createSignatureEnvironment-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -339,7 +341,7 @@ public class CreateXMLSignatureRequestType {
             }
 
             /**
-             * Gets the value of the createSignatureEnvironmentProfile property.
+             * Ruft den Wert der createSignatureEnvironmentProfile-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -351,7 +353,7 @@ public class CreateXMLSignatureRequestType {
             }
 
             /**
-             * Sets the value of the createSignatureEnvironmentProfile property.
+             * Legt den Wert der createSignatureEnvironmentProfile-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -363,7 +365,7 @@ public class CreateXMLSignatureRequestType {
             }
 
             /**
-             * Gets the value of the createSignatureEnvironmentProfileID property.
+             * Ruft den Wert der createSignatureEnvironmentProfileID-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -375,7 +377,7 @@ public class CreateXMLSignatureRequestType {
             }
 
             /**
-             * Sets the value of the createSignatureEnvironmentProfileID property.
+             * Legt den Wert der createSignatureEnvironmentProfileID-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
@@ -390,9 +392,9 @@ public class CreateXMLSignatureRequestType {
 
 
         /**
-         * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -416,7 +418,7 @@ public class CreateXMLSignatureRequestType {
             protected Boolean childOfManifest;
 
             /**
-             * Gets the value of the childOfManifest property.
+             * Ruft den Wert der childOfManifest-Eigenschaft ab.
              * 
              * @return
              *     possible object is
@@ -432,7 +434,7 @@ public class CreateXMLSignatureRequestType {
             }
 
             /**
-             * Sets the value of the childOfManifest property.
+             * Legt den Wert der childOfManifest-Eigenschaft fest.
              * 
              * @param value
              *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureResponseType.java b/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureResponseType.java
index 972b64e..ac3ae41 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureResponseType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/CreateXMLSignatureResponseType.java
@@ -13,9 +13,9 @@ import org.w3c.dom.Element;
 
 
 /**
- * 

Java class for CreateXMLSignatureResponseType complex type. + *

Java-Klasse für CreateXMLSignatureResponseType 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="CreateXMLSignatureResponseType">
@@ -49,8 +49,8 @@ import org.w3c.dom.Element;
 public class CreateXMLSignatureResponseType {
 
     @XmlElements({
-        @XmlElement(name = "ErrorResponse", type = ErrorResponseType.class),
-        @XmlElement(name = "SignatureEnvironment", type = CreateXMLSignatureResponseType.SignatureEnvironment.class)
+        @XmlElement(name = "SignatureEnvironment", type = CreateXMLSignatureResponseType.SignatureEnvironment.class),
+        @XmlElement(name = "ErrorResponse", type = ErrorResponseType.class)
     })
     protected List signatureEnvironmentOrErrorResponse;
 
@@ -72,8 +72,8 @@ public class CreateXMLSignatureResponseType {
      * 
      * 

* Objects of the following type(s) are allowed in the list - * {@link ErrorResponseType } * {@link CreateXMLSignatureResponseType.SignatureEnvironment } + * {@link ErrorResponseType } * * */ @@ -86,9 +86,9 @@ public class CreateXMLSignatureResponseType { /** - *

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -114,12 +114,12 @@ public class CreateXMLSignatureResponseType {
         protected Object any;
 
         /**
-         * Gets the value of the any property.
+         * Ruft den Wert der any-Eigenschaft ab.
          * 
          * @return
          *     possible object is
-         *     {@link Element }
          *     {@link Object }
+         *     {@link Element }
          *     
          */
         public Object getAny() {
@@ -127,12 +127,12 @@ public class CreateXMLSignatureResponseType {
         }
 
         /**
-         * Sets the value of the any property.
+         * Legt den Wert der any-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
-         *     {@link Element }
          *     {@link Object }
+         *     {@link Element }
          *     
          */
         public void setAny(Object value) {
diff --git a/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java
index da97f75..df2d18e 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/DataObjectInfoType.java
@@ -5,6 +5,7 @@ import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlElement;
+import javax.xml.bind.annotation.XmlSchemaType;
 import javax.xml.bind.annotation.XmlSeeAlso;
 import javax.xml.bind.annotation.XmlType;
 import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
@@ -12,9 +13,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
 
 /**
- * 

Java class for DataObjectInfoType complex type. + *

Java-Klasse für DataObjectInfoType 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="DataObjectInfoType">
@@ -66,12 +67,13 @@ public class DataObjectInfoType {
     protected CreateTransformsInfoProfile createTransformsInfoProfile;
     @XmlElement(name = "CreateTransformsInfoProfileID")
     @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
+    @XmlSchemaType(name = "token")
     protected String createTransformsInfoProfileID;
     @XmlAttribute(name = "Structure", required = true)
     protected String structure;
 
     /**
-     * Gets the value of the dataObject property.
+     * Ruft den Wert der dataObject-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -83,7 +85,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Sets the value of the dataObject property.
+     * Legt den Wert der dataObject-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -95,7 +97,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Gets the value of the createTransformsInfoProfile property.
+     * Ruft den Wert der createTransformsInfoProfile-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -107,7 +109,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Sets the value of the createTransformsInfoProfile property.
+     * Legt den Wert der createTransformsInfoProfile-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -119,7 +121,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Gets the value of the createTransformsInfoProfileID property.
+     * Ruft den Wert der createTransformsInfoProfileID-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -131,7 +133,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Sets the value of the createTransformsInfoProfileID property.
+     * Legt den Wert der createTransformsInfoProfileID-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -143,7 +145,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Gets the value of the structure property.
+     * Ruft den Wert der structure-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -155,7 +157,7 @@ public class DataObjectInfoType {
     }
 
     /**
-     * Sets the value of the structure property.
+     * Legt den Wert der structure-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -168,9 +170,9 @@ public class DataObjectInfoType {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ErrorResponseType.java b/src/main/java/at/gv/util/xsd/moaspss/ErrorResponseType.java
index 08e644f..250bc39 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ErrorResponseType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ErrorResponseType.java
@@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ErrorResponseType complex type. + *

Java-Klasse für ErrorResponseType 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="ErrorResponseType">
@@ -41,7 +41,7 @@ public class ErrorResponseType {
     protected String info;
 
     /**
-     * Gets the value of the errorCode property.
+     * Ruft den Wert der errorCode-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -53,7 +53,7 @@ public class ErrorResponseType {
     }
 
     /**
-     * Sets the value of the errorCode property.
+     * Legt den Wert der errorCode-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -65,7 +65,7 @@ public class ErrorResponseType {
     }
 
     /**
-     * Gets the value of the info property.
+     * Ruft den Wert der info-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -77,7 +77,7 @@ public class ErrorResponseType {
     }
 
     /**
-     * Sets the value of the info property.
+     * Legt den Wert der info-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/FinalDataMetaInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/FinalDataMetaInfoType.java
index 6b41bd2..914f7d5 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/FinalDataMetaInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/FinalDataMetaInfoType.java
@@ -9,9 +9,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for FinalDataMetaInfoType complex type. + *

Java-Klasse für FinalDataMetaInfoType 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="FinalDataMetaInfoType">
@@ -40,7 +40,7 @@ public class FinalDataMetaInfoType
     protected String type;
 
     /**
-     * Gets the value of the type property.
+     * Ruft den Wert der type-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -52,7 +52,7 @@ public class FinalDataMetaInfoType
     }
 
     /**
-     * Sets the value of the type property.
+     * Legt den Wert der type-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/InputDataType.java b/src/main/java/at/gv/util/xsd/moaspss/InputDataType.java
index 27f3c14..8fa67ec 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/InputDataType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/InputDataType.java
@@ -12,9 +12,9 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
 
 /**
- * 

Java class for InputDataType complex type. + *

Java-Klasse für InputDataType 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="InputDataType">
@@ -50,7 +50,7 @@ public class InputDataType
     protected BigInteger referringSigReference;
 
     /**
-     * Gets the value of the partOf property.
+     * Ruft den Wert der partOf-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -66,7 +66,7 @@ public class InputDataType
     }
 
     /**
-     * Sets the value of the partOf property.
+     * Legt den Wert der partOf-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -78,7 +78,7 @@ public class InputDataType
     }
 
     /**
-     * Gets the value of the referringSigReference property.
+     * Ruft den Wert der referringSigReference-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -90,7 +90,7 @@ public class InputDataType
     }
 
     /**
-     * Sets the value of the referringSigReference property.
+     * Legt den Wert der referringSigReference-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/KeyStorageType.java b/src/main/java/at/gv/util/xsd/moaspss/KeyStorageType.java
index 39cd4ed..55096ed 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/KeyStorageType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/KeyStorageType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for KeyStorageType. + *

Java-Klasse für KeyStorageType. * - *

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. *

*

  * <simpleType name="KeyStorageType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultInfoType.java
index 94a1e9b..20280b0 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultInfoType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ManifestRefsCheckResultInfoType complex type. + *

Java-Klasse für ManifestRefsCheckResultInfoType 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="ManifestRefsCheckResultInfoType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultType.java b/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultType.java
index 9d95616..b5f90d1 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ManifestRefsCheckResultType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ManifestRefsCheckResultType complex type. + *

Java-Klasse für ManifestRefsCheckResultType 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="ManifestRefsCheckResultType">
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;
 
 
 /**
- * 

Java class for MetaInfoType complex type. + *

Java-Klasse für MetaInfoType 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="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 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
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ObjectFactory.java b/src/main/java/at/gv/util/xsd/moaspss/ObjectFactory.java
index 3825695..16eeca3 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ObjectFactory.java
@@ -5,14 +5,13 @@ import javax.xml.bind.JAXBElement;
 import javax.xml.bind.annotation.XmlElementDecl;
 import javax.xml.bind.annotation.XmlRegistry;
 import javax.xml.namespace.QName;
-
 import at.gv.util.xsd.xmldsig.KeyInfoType;
 
 
 /**
  * This object contains factory methods for each 
  * Java content interface and Java element interface 
- * generated in the at.gv.zustellung.util.xsd.moaspss package. 
+ * generated in the at.gv.util.xsd.moaspss package. 
  * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML @@ -26,40 +25,40 @@ import at.gv.util.xsd.xmldsig.KeyInfoType; @XmlRegistry public class ObjectFactory { - private final static QName _CreateXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreateXMLSignatureResponse"); - private final static QName _VerifyCMSSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyCMSSignatureResponse"); - private final static QName _SupplementProfile_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SupplementProfile"); private final static QName _PublicAuthority_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "PublicAuthority"); private final static QName _QualifiedCertificate_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "QualifiedCertificate"); private final static QName _VerifyXMLSignatureRequest_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyXMLSignatureRequest"); + private final static QName _CreateXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CreateXMLSignatureResponse"); + private final static QName _VerifyCMSSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyCMSSignatureResponse"); + private final static QName _SupplementProfile_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SupplementProfile"); private final static QName _ErrorResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "ErrorResponse"); private final static QName _VerifyXMLSignatureResponse_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "VerifyXMLSignatureResponse"); private final static QName _Supplement_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "Supplement"); - private final static QName _VerifyCMSSignatureResponseTypeSignerInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignerInfo"); private final static QName _VerifyCMSSignatureResponseTypeCertificateCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "CertificateCheck"); + private final static QName _VerifyCMSSignatureResponseTypeSignerInfo_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignerInfo"); private final static QName _VerifyCMSSignatureResponseTypeSignatureCheck_QNAME = new QName("http://reference.e-government.gv.at/namespace/moa/20020822#", "SignatureCheck"); /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.zustellung.util.xsd.moaspss + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.moaspss * */ public ObjectFactory() { } /** - * Create an instance of {@link InputDataType } + * Create an instance of {@link CreateXMLSignatureRequestType } * */ - public InputDataType createInputDataType() { - return new InputDataType(); + public CreateXMLSignatureRequestType createCreateXMLSignatureRequestType() { + return new CreateXMLSignatureRequestType(); } /** - * Create an instance of {@link ManifestRefsCheckResultType } + * Create an instance of {@link DataObjectInfoType } * */ - public ManifestRefsCheckResultType createManifestRefsCheckResultType() { - return new ManifestRefsCheckResultType(); + public DataObjectInfoType createDataObjectInfoType() { + return new DataObjectInfoType(); } /** @@ -71,187 +70,187 @@ public class ObjectFactory { } /** - * Create an instance of {@link CheckResultType } + * Create an instance of {@link CreateXMLSignatureResponseType } * */ - public CheckResultType createCheckResultType() { - return new CheckResultType(); + public CreateXMLSignatureResponseType createCreateXMLSignatureResponseType() { + return new CreateXMLSignatureResponseType(); } /** - * Create an instance of {@link TransformParameterType.Hash } + * Create an instance of {@link TransformParameterType } * */ - public TransformParameterType.Hash createTransformParameterTypeHash() { - return new TransformParameterType.Hash(); + public TransformParameterType createTransformParameterType() { + return new TransformParameterType(); } /** - * Create an instance of {@link ContentExLocRefBaseType } + * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo } * */ - public ContentExLocRefBaseType createContentExLocRefBaseType() { - return new ContentExLocRefBaseType(); + public CreateXMLSignatureRequestType.SingleSignatureInfo createCreateXMLSignatureRequestTypeSingleSignatureInfo() { + return new CreateXMLSignatureRequestType.SingleSignatureInfo(); } /** - * Create an instance of {@link CMSDataObjectOptionalMetaType } + * Create an instance of {@link VerifyXMLSignatureResponseType } * */ - public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { - return new CMSDataObjectOptionalMetaType(); + public VerifyXMLSignatureResponseType createVerifyXMLSignatureResponseType() { + return new VerifyXMLSignatureResponseType(); } /** - * Create an instance of {@link CreateXMLSignatureRequest } + * Create an instance of {@link PublicAuthorityType } * */ - public CreateXMLSignatureRequest createCreateXMLSignatureRequest() { - return new CreateXMLSignatureRequest(); + public PublicAuthorityType createPublicAuthorityType() { + return new PublicAuthorityType(); } /** - * Create an instance of {@link ContentBaseType } + * Create an instance of {@link VerifyCMSSignatureRequest } * */ - public ContentBaseType createContentBaseType() { - return new ContentBaseType(); + public VerifyCMSSignatureRequest createVerifyCMSSignatureRequest() { + return new VerifyCMSSignatureRequest(); } /** - * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo } + * Create an instance of {@link VerifyCMSSignatureRequestType } * */ - public CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo createCreateXMLSignatureRequestTypeSingleSignatureInfoCreateSignatureInfo() { - return new CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo(); + public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { + return new VerifyCMSSignatureRequestType(); } /** - * Create an instance of {@link TransformsInfoType } + * Create an instance of {@link CMSDataObjectOptionalMetaType } * */ - public TransformsInfoType createTransformsInfoType() { - return new TransformsInfoType(); + public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { + return new CMSDataObjectOptionalMetaType(); } /** - * Create an instance of {@link TransformParameterType } + * Create an instance of {@link XMLDataObjectAssociationType } * */ - public TransformParameterType createTransformParameterType() { - return new TransformParameterType(); + public XMLDataObjectAssociationType createXMLDataObjectAssociationType() { + return new XMLDataObjectAssociationType(); } /** - * Create an instance of {@link CreateXMLSignatureResponseType } + * Create an instance of {@link CreateXMLSignatureRequest } * */ - public CreateXMLSignatureResponseType createCreateXMLSignatureResponseType() { - return new CreateXMLSignatureResponseType(); + public CreateXMLSignatureRequest createCreateXMLSignatureRequest() { + return new CreateXMLSignatureRequest(); } /** - * Create an instance of {@link CreateXMLSignatureResponseType.SignatureEnvironment } + * Create an instance of {@link VerifyTransformsInfoProfile } * */ - public CreateXMLSignatureResponseType.SignatureEnvironment createCreateXMLSignatureResponseTypeSignatureEnvironment() { - return new CreateXMLSignatureResponseType.SignatureEnvironment(); + public VerifyTransformsInfoProfile createVerifyTransformsInfoProfile() { + return new VerifyTransformsInfoProfile(); } /** - * Create an instance of {@link CMSContentBaseType } + * Create an instance of {@link ErrorResponseType } * */ - public CMSContentBaseType createCMSContentBaseType() { - return new CMSContentBaseType(); + public ErrorResponseType createErrorResponseType() { + return new ErrorResponseType(); } /** - * Create an instance of {@link VerifyCMSSignatureRequestType } + * Create an instance of {@link CreateSignatureEnvironmentProfile } * */ - public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { - return new VerifyCMSSignatureRequestType(); + public CreateSignatureEnvironmentProfile createCreateSignatureEnvironmentProfile() { + return new CreateSignatureEnvironmentProfile(); } /** - * Create an instance of {@link PublicAuthorityType } + * Create an instance of {@link CreateSignatureLocationType } * */ - public PublicAuthorityType createPublicAuthorityType() { - return new PublicAuthorityType(); + public CreateSignatureLocationType createCreateSignatureLocationType() { + return new CreateSignatureLocationType(); } /** - * Create an instance of {@link DataObjectInfoType } + * Create an instance of {@link VerifyCMSSignatureResponseType } * */ - public DataObjectInfoType createDataObjectInfoType() { - return new DataObjectInfoType(); + public VerifyCMSSignatureResponseType createVerifyCMSSignatureResponseType() { + return new VerifyCMSSignatureResponseType(); } /** - * Create an instance of {@link VerifyXMLSignatureRequestType.SignatureManifestCheckParams } + * Create an instance of {@link CreateTransformsInfoProfile } * */ - public VerifyXMLSignatureRequestType.SignatureManifestCheckParams createVerifyXMLSignatureRequestTypeSignatureManifestCheckParams() { - return new VerifyXMLSignatureRequestType.SignatureManifestCheckParams(); + public CreateTransformsInfoProfile createCreateTransformsInfoProfile() { + return new CreateTransformsInfoProfile(); } /** - * Create an instance of {@link VerifyTransformsInfoProfile } + * Create an instance of {@link TransformsInfoType } * */ - public VerifyTransformsInfoProfile createVerifyTransformsInfoProfile() { - return new VerifyTransformsInfoProfile(); + public TransformsInfoType createTransformsInfoType() { + return new TransformsInfoType(); } /** - * Create an instance of {@link VerifyXMLSignatureResponseType } + * Create an instance of {@link CMSContentBaseType } * */ - public VerifyXMLSignatureResponseType createVerifyXMLSignatureResponseType() { - return new VerifyXMLSignatureResponseType(); + public CMSContentBaseType createCMSContentBaseType() { + return new CMSContentBaseType(); } /** - * Create an instance of {@link DataObjectInfoType.DataObject } + * Create an instance of {@link ManifestRefsCheckResultType } * */ - public DataObjectInfoType.DataObject createDataObjectInfoTypeDataObject() { - return new DataObjectInfoType.DataObject(); + public ManifestRefsCheckResultType createManifestRefsCheckResultType() { + return new ManifestRefsCheckResultType(); } /** - * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo } + * Create an instance of {@link InputDataType } * */ - public CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo createCreateXMLSignatureRequestTypeSingleSignatureInfoDataObjectInfo() { - return new CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo(); + public InputDataType createInputDataType() { + return new InputDataType(); } /** - * Create an instance of {@link VerifyXMLSignatureRequestType.VerifySignatureInfo } + * Create an instance of {@link CheckResultType } * */ - public VerifyXMLSignatureRequestType.VerifySignatureInfo createVerifyXMLSignatureRequestTypeVerifySignatureInfo() { - return new VerifyXMLSignatureRequestType.VerifySignatureInfo(); + public CheckResultType createCheckResultType() { + return new CheckResultType(); } /** - * Create an instance of {@link FinalDataMetaInfoType } + * Create an instance of {@link ContentBaseType } * */ - public FinalDataMetaInfoType createFinalDataMetaInfoType() { - return new FinalDataMetaInfoType(); + public ContentBaseType createContentBaseType() { + return new ContentBaseType(); } /** - * Create an instance of {@link CreateSignatureEnvironmentProfile } + * Create an instance of {@link FinalDataMetaInfoType } * */ - public CreateSignatureEnvironmentProfile createCreateSignatureEnvironmentProfile() { - return new CreateSignatureEnvironmentProfile(); + public FinalDataMetaInfoType createFinalDataMetaInfoType() { + return new FinalDataMetaInfoType(); } /** @@ -263,27 +262,27 @@ public class ObjectFactory { } /** - * Create an instance of {@link CreateXMLSignatureRequestType } + * Create an instance of {@link XMLContentType } * */ - public CreateXMLSignatureRequestType createCreateXMLSignatureRequestType() { - return new CreateXMLSignatureRequestType(); + public XMLContentType createXMLContentType() { + return new XMLContentType(); } /** - * Create an instance of {@link ContentOptionalRefType } + * Create an instance of {@link MetaInfoType } * */ - public ContentOptionalRefType createContentOptionalRefType() { - return new ContentOptionalRefType(); + public MetaInfoType createMetaInfoType() { + return new MetaInfoType(); } /** - * Create an instance of {@link ErrorResponseType } + * Create an instance of {@link ContentExLocRefBaseType } * */ - public ErrorResponseType createErrorResponseType() { - return new ErrorResponseType(); + public ContentExLocRefBaseType createContentExLocRefBaseType() { + return new ContentExLocRefBaseType(); } /** @@ -295,27 +294,27 @@ public class ObjectFactory { } /** - * Create an instance of {@link CreateTransformsInfoProfile } + * Create an instance of {@link ReferencesCheckResultType } * */ - public CreateTransformsInfoProfile createCreateTransformsInfoProfile() { - return new CreateTransformsInfoProfile(); + public ReferencesCheckResultType createReferencesCheckResultType() { + return new ReferencesCheckResultType(); } /** - * Create an instance of {@link MetaInfoType } + * Create an instance of {@link ManifestRefsCheckResultInfoType } * */ - public MetaInfoType createMetaInfoType() { - return new MetaInfoType(); + public ManifestRefsCheckResultInfoType createManifestRefsCheckResultInfoType() { + return new ManifestRefsCheckResultInfoType(); } /** - * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo } + * Create an instance of {@link VerifyTransformsDataType } * */ - public CreateXMLSignatureRequestType.SingleSignatureInfo createCreateXMLSignatureRequestTypeSingleSignatureInfo() { - return new CreateXMLSignatureRequestType.SingleSignatureInfo(); + public VerifyTransformsDataType createVerifyTransformsDataType() { + return new VerifyTransformsDataType(); } /** @@ -327,121 +326,121 @@ public class ObjectFactory { } /** - * Create an instance of {@link VerifyTransformsDataType } + * Create an instance of {@link ContentOptionalRefType } * */ - public VerifyTransformsDataType createVerifyTransformsDataType() { - return new VerifyTransformsDataType(); + public ContentOptionalRefType createContentOptionalRefType() { + return new ContentOptionalRefType(); } /** - * Create an instance of {@link ReferencesCheckResultType } + * Create an instance of {@link DataObjectInfoType.DataObject } * */ - public ReferencesCheckResultType createReferencesCheckResultType() { - return new ReferencesCheckResultType(); + public DataObjectInfoType.DataObject createDataObjectInfoTypeDataObject() { + return new DataObjectInfoType.DataObject(); } /** - * Create an instance of {@link XMLDataObjectAssociationType } + * Create an instance of {@link VerifyXMLSignatureRequestType.VerifySignatureInfo } * */ - public XMLDataObjectAssociationType createXMLDataObjectAssociationType() { - return new XMLDataObjectAssociationType(); + public VerifyXMLSignatureRequestType.VerifySignatureInfo createVerifyXMLSignatureRequestTypeVerifySignatureInfo() { + return new VerifyXMLSignatureRequestType.VerifySignatureInfo(); } /** - * Create an instance of {@link VerifyCMSSignatureResponseType } + * Create an instance of {@link VerifyXMLSignatureRequestType.SignatureManifestCheckParams } * */ - public VerifyCMSSignatureResponseType createVerifyCMSSignatureResponseType() { - return new VerifyCMSSignatureResponseType(); + public VerifyXMLSignatureRequestType.SignatureManifestCheckParams createVerifyXMLSignatureRequestTypeSignatureManifestCheckParams() { + return new VerifyXMLSignatureRequestType.SignatureManifestCheckParams(); } /** - * Create an instance of {@link CreateSignatureLocationType } + * Create an instance of {@link CreateXMLSignatureResponseType.SignatureEnvironment } * */ - public CreateSignatureLocationType createCreateSignatureLocationType() { - return new CreateSignatureLocationType(); + public CreateXMLSignatureResponseType.SignatureEnvironment createCreateXMLSignatureResponseTypeSignatureEnvironment() { + return new CreateXMLSignatureResponseType.SignatureEnvironment(); } /** - * Create an instance of {@link XMLContentType } + * Create an instance of {@link TransformParameterType.Hash } * */ - public XMLContentType createXMLContentType() { - return new XMLContentType(); + public TransformParameterType.Hash createTransformParameterTypeHash() { + return new TransformParameterType.Hash(); } /** - * Create an instance of {@link ManifestRefsCheckResultInfoType } + * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo } * */ - public ManifestRefsCheckResultInfoType createManifestRefsCheckResultInfoType() { - return new ManifestRefsCheckResultInfoType(); + public CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo createCreateXMLSignatureRequestTypeSingleSignatureInfoDataObjectInfo() { + return new CreateXMLSignatureRequestType.SingleSignatureInfo.DataObjectInfo(); } /** - * Create an instance of {@link VerifyCMSSignatureRequest } + * Create an instance of {@link CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo } * */ - public VerifyCMSSignatureRequest createVerifyCMSSignatureRequest() { - return new VerifyCMSSignatureRequest(); + public CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo createCreateXMLSignatureRequestTypeSingleSignatureInfoCreateSignatureInfo() { + return new CreateXMLSignatureRequestType.SingleSignatureInfo.CreateSignatureInfo(); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link CreateXMLSignatureResponseType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link PublicAuthorityType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CreateXMLSignatureResponse") - public JAXBElement createCreateXMLSignatureResponse(CreateXMLSignatureResponseType value) { - return new JAXBElement(_CreateXMLSignatureResponse_QNAME, CreateXMLSignatureResponseType.class, null, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "PublicAuthority") + public JAXBElement createPublicAuthority(PublicAuthorityType value) { + return new JAXBElement(_PublicAuthority_QNAME, PublicAuthorityType.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link VerifyCMSSignatureResponseType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyCMSSignatureResponse") - public JAXBElement createVerifyCMSSignatureResponse(VerifyCMSSignatureResponseType value) { - return new JAXBElement(_VerifyCMSSignatureResponse_QNAME, VerifyCMSSignatureResponseType.class, null, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "QualifiedCertificate") + public JAXBElement createQualifiedCertificate(Object value) { + return new JAXBElement(_QualifiedCertificate_QNAME, Object.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link XMLDataObjectAssociationType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link VerifyXMLSignatureRequestType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SupplementProfile") - public JAXBElement createSupplementProfile(XMLDataObjectAssociationType value) { - return new JAXBElement(_SupplementProfile_QNAME, XMLDataObjectAssociationType.class, null, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyXMLSignatureRequest") + public JAXBElement createVerifyXMLSignatureRequest(VerifyXMLSignatureRequestType value) { + return new JAXBElement(_VerifyXMLSignatureRequest_QNAME, VerifyXMLSignatureRequestType.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link PublicAuthorityType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link CreateXMLSignatureResponseType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "PublicAuthority") - public JAXBElement createPublicAuthority(PublicAuthorityType value) { - return new JAXBElement(_PublicAuthority_QNAME, PublicAuthorityType.class, null, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CreateXMLSignatureResponse") + public JAXBElement createCreateXMLSignatureResponse(CreateXMLSignatureResponseType value) { + return new JAXBElement(_CreateXMLSignatureResponse_QNAME, CreateXMLSignatureResponseType.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link VerifyCMSSignatureResponseType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "QualifiedCertificate") - public JAXBElement createQualifiedCertificate(Object value) { - return new JAXBElement(_QualifiedCertificate_QNAME, Object.class, null, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyCMSSignatureResponse") + public JAXBElement createVerifyCMSSignatureResponse(VerifyCMSSignatureResponseType value) { + return new JAXBElement(_VerifyCMSSignatureResponse_QNAME, VerifyCMSSignatureResponseType.class, null, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link VerifyXMLSignatureRequestType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link XMLDataObjectAssociationType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "VerifyXMLSignatureRequest") - public JAXBElement createVerifyXMLSignatureRequest(VerifyXMLSignatureRequestType value) { - return new JAXBElement(_VerifyXMLSignatureRequest_QNAME, VerifyXMLSignatureRequestType.class, null, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SupplementProfile") + public JAXBElement createSupplementProfile(XMLDataObjectAssociationType value) { + return new JAXBElement(_SupplementProfile_QNAME, XMLDataObjectAssociationType.class, null, value); } /** @@ -472,21 +471,21 @@ public class ObjectFactory { } /** - * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link CheckResultType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignerInfo", scope = VerifyCMSSignatureResponseType.class) - public JAXBElement createVerifyCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { - return new JAXBElement(_VerifyCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.class, VerifyCMSSignatureResponseType.class, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CertificateCheck", scope = VerifyCMSSignatureResponseType.class) + public JAXBElement createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { + return new JAXBElement(_VerifyCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); } /** - * Create an instance of {@link JAXBElement }{@code <}{@link CheckResultType }{@code >}} + * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >}} * */ - @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "CertificateCheck", scope = VerifyCMSSignatureResponseType.class) - public JAXBElement createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { - return new JAXBElement(_VerifyCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", name = "SignerInfo", scope = VerifyCMSSignatureResponseType.class) + public JAXBElement createVerifyCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { + return new JAXBElement(_VerifyCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.class, VerifyCMSSignatureResponseType.class, value); } /** diff --git a/src/main/java/at/gv/util/xsd/moaspss/PublicAuthorityType.java b/src/main/java/at/gv/util/xsd/moaspss/PublicAuthorityType.java index 12e20c4..cb8d7db 100644 --- a/src/main/java/at/gv/util/xsd/moaspss/PublicAuthorityType.java +++ b/src/main/java/at/gv/util/xsd/moaspss/PublicAuthorityType.java @@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for PublicAuthorityType complex type. + *

Java-Klasse für PublicAuthorityType 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="PublicAuthorityType">
@@ -36,7 +36,7 @@ public class PublicAuthorityType {
     protected String code;
 
     /**
-     * Gets the value of the code property.
+     * Ruft den Wert der code-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -48,7 +48,7 @@ public class PublicAuthorityType {
     }
 
     /**
-     * Sets the value of the code property.
+     * Legt den Wert der code-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultInfoType.java
index 8673241..3ad8543 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultInfoType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ReferencesCheckResultInfoType complex type. + *

Java-Klasse für ReferencesCheckResultInfoType 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="ReferencesCheckResultInfoType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultType.java b/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultType.java
index 4ea8f43..f13700d 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/ReferencesCheckResultType.java
@@ -7,9 +7,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for ReferencesCheckResultType complex type. + *

Java-Klasse für ReferencesCheckResultType 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="ReferencesCheckResultType">
diff --git a/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java b/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java
index 36c8d1b..547ab5f 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/TransformParameterType.java
@@ -7,14 +7,13 @@ import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlSchemaType;
 import javax.xml.bind.annotation.XmlType;
-
 import at.gv.util.xsd.xmldsig.DigestMethodType;
 
 
 /**
- * 

Java class for TransformParameterType complex type. + *

Java-Klasse für TransformParameterType 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="TransformParameterType">
@@ -59,7 +58,7 @@ public class TransformParameterType {
     protected String uri;
 
     /**
-     * Gets the value of the base64Content property.
+     * Ruft den Wert der base64Content-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -70,18 +69,18 @@ public class TransformParameterType {
     }
 
     /**
-     * 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 hash property.
+     * Ruft den Wert der hash-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -93,7 +92,7 @@ public class TransformParameterType {
     }
 
     /**
-     * Sets the value of the hash property.
+     * Legt den Wert der hash-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -105,7 +104,7 @@ public class TransformParameterType {
     }
 
     /**
-     * Gets the value of the uri property.
+     * Ruft den Wert der uri-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -117,7 +116,7 @@ public class TransformParameterType {
     }
 
     /**
-     * Sets the value of the uri property.
+     * Legt den Wert der uri-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -130,9 +129,9 @@ public class TransformParameterType {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -162,7 +161,7 @@ public class TransformParameterType {
         protected String digestValue;
 
         /**
-         * Gets the value of the digestMethod property.
+         * Ruft den Wert der digestMethod-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -174,7 +173,7 @@ public class TransformParameterType {
         }
 
         /**
-         * Sets the value of the digestMethod property.
+         * Legt den Wert der digestMethod-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -186,7 +185,7 @@ public class TransformParameterType {
         }
 
         /**
-         * Gets the value of the digestValue property.
+         * Ruft den Wert der digestValue-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -198,7 +197,7 @@ public class TransformParameterType {
         }
 
         /**
-         * Sets the value of the digestValue property.
+         * Legt den Wert der digestValue-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/TransformsInfoType.java b/src/main/java/at/gv/util/xsd/moaspss/TransformsInfoType.java
index 3d4ae7e..6a5ceb2 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/TransformsInfoType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/TransformsInfoType.java
@@ -5,14 +5,13 @@ import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
-
 import at.gv.util.xsd.xmldsig.TransformsType;
 
 
 /**
- * 

Java class for TransformsInfoType complex type. + *

Java-Klasse für TransformsInfoType 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="TransformsInfoType">
@@ -42,7 +41,7 @@ public class TransformsInfoType {
     protected FinalDataMetaInfoType finalDataMetaInfo;
 
     /**
-     * Gets the value of the transforms property.
+     * Ruft den Wert der transforms-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -54,7 +53,7 @@ public class TransformsInfoType {
     }
 
     /**
-     * Sets the value of the transforms property.
+     * Legt den Wert der transforms-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -66,7 +65,7 @@ public class TransformsInfoType {
     }
 
     /**
-     * Gets the value of the finalDataMetaInfo property.
+     * Ruft den Wert der finalDataMetaInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -78,7 +77,7 @@ public class TransformsInfoType {
     }
 
     /**
-     * Sets the value of the finalDataMetaInfo property.
+     * Legt den Wert der finalDataMetaInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequest.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequest.java
index bfb406c..a7b97bc 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequest.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequest.java
@@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
index c9a073e..2cb800e 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureRequestType.java
@@ -13,9 +13,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 
 
 /**
- * 

Java class for VerifyCMSSignatureRequestType complex type. + *

Java-Klasse für VerifyCMSSignatureRequestType 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="VerifyCMSSignatureRequestType">
@@ -59,7 +59,7 @@ public class VerifyCMSSignatureRequestType {
     protected String trustProfileID;
 
     /**
-     * Gets the value of the dateTime property.
+     * Ruft den Wert der dateTime-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -71,7 +71,7 @@ public class VerifyCMSSignatureRequestType {
     }
 
     /**
-     * Sets the value of the dateTime property.
+     * Legt den Wert der dateTime-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -83,7 +83,7 @@ public class VerifyCMSSignatureRequestType {
     }
 
     /**
-     * Gets the value of the cmsSignature property.
+     * Ruft den Wert der cmsSignature-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -94,18 +94,18 @@ public class VerifyCMSSignatureRequestType {
     }
 
     /**
-     * Sets the value of the cmsSignature property.
+     * Legt den Wert der cmsSignature-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
      *     byte[]
      */
     public void setCMSSignature(byte[] value) {
-        this.cmsSignature = ((byte[]) value);
+        this.cmsSignature = value;
     }
 
     /**
-     * Gets the value of the dataObject property.
+     * Ruft den Wert der dataObject-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -117,7 +117,7 @@ public class VerifyCMSSignatureRequestType {
     }
 
     /**
-     * Sets the value of the dataObject property.
+     * Legt den Wert der dataObject-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -129,7 +129,7 @@ public class VerifyCMSSignatureRequestType {
     }
 
     /**
-     * Gets the value of the trustProfileID property.
+     * Ruft den Wert der trustProfileID-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -141,7 +141,7 @@ public class VerifyCMSSignatureRequestType {
     }
 
     /**
-     * Sets the value of the trustProfileID property.
+     * Legt den Wert der trustProfileID-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureResponseType.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureResponseType.java
index 3b767a4..19a79cd 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureResponseType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyCMSSignatureResponseType.java
@@ -9,14 +9,13 @@ import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElementRef;
 import javax.xml.bind.annotation.XmlElementRefs;
 import javax.xml.bind.annotation.XmlType;
-
 import at.gv.util.xsd.xmldsig.KeyInfoType;
 
 
 /**
- * 

Java class for VerifyCMSSignatureResponseType complex type. + *

Java-Klasse für VerifyCMSSignatureResponseType 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="VerifyCMSSignatureResponseType">
@@ -41,9 +40,9 @@ import at.gv.util.xsd.xmldsig.KeyInfoType;
 public class VerifyCMSSignatureResponseType {
 
     @XmlElementRefs({
-        @XmlElementRef(name = "SignatureCheck", namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", type = JAXBElement.class),
+        @XmlElementRef(name = "SignerInfo", namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", type = JAXBElement.class),
         @XmlElementRef(name = "CertificateCheck", namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", type = JAXBElement.class),
-        @XmlElementRef(name = "SignerInfo", namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", type = JAXBElement.class)
+        @XmlElementRef(name = "SignatureCheck", namespace = "http://reference.e-government.gv.at/namespace/moa/20020822#", type = JAXBElement.class)
     })
     protected List> signerInfoAndSignatureCheckAndCertificateCheck;
 
@@ -65,8 +64,8 @@ public class VerifyCMSSignatureResponseType {
      * 
      * 

* Objects of the following type(s) are allowed in the list - * {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >} * {@link JAXBElement }{@code <}{@link CheckResultType }{@code >} + * {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >} * {@link JAXBElement }{@code <}{@link CheckResultType }{@code >} * * diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsDataType.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsDataType.java index c234244..baea290 100644 --- a/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsDataType.java +++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsDataType.java @@ -11,9 +11,9 @@ import javax.xml.bind.annotation.XmlType; /** - *

Java class for VerifyTransformsDataType complex type. + *

Java-Klasse für VerifyTransformsDataType 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="VerifyTransformsDataType">
@@ -37,8 +37,8 @@ import javax.xml.bind.annotation.XmlType;
 public class VerifyTransformsDataType {
 
     @XmlElements({
-        @XmlElement(name = "VerifyTransformsInfoProfileID", type = String.class),
-        @XmlElement(name = "VerifyTransformsInfoProfile", type = VerifyTransformsInfoProfile.class)
+        @XmlElement(name = "VerifyTransformsInfoProfile", type = VerifyTransformsInfoProfile.class),
+        @XmlElement(name = "VerifyTransformsInfoProfileID", type = String.class)
     })
     protected List verifyTransformsInfoProfileOrVerifyTransformsInfoProfileID;
 
@@ -60,8 +60,8 @@ public class VerifyTransformsDataType {
      * 
      * 

* Objects of the following type(s) are allowed in the list - * {@link String } * {@link VerifyTransformsInfoProfile } + * {@link String } * * */ diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsInfoProfile.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsInfoProfile.java index 7352231..7be3562 100644 --- a/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsInfoProfile.java +++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyTransformsInfoProfile.java @@ -8,14 +8,13 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; - import at.gv.util.xsd.xmldsig.TransformsType; /** - *

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -46,7 +45,7 @@ public class VerifyTransformsInfoProfile {
     protected List transformParameter;
 
     /**
-     * Gets the value of the transforms property.
+     * Ruft den Wert der transforms-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -58,7 +57,7 @@ public class VerifyTransformsInfoProfile {
     }
 
     /**
-     * Sets the value of the transforms property.
+     * Legt den Wert der transforms-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureRequestType.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureRequestType.java
index 323aa4a..4477d9a 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureRequestType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureRequestType.java
@@ -16,9 +16,9 @@ import javax.xml.datatype.XMLGregorianCalendar;
 
 
 /**
- * 

Java class for VerifyXMLSignatureRequestType complex type. + *

Java-Klasse für VerifyXMLSignatureRequestType 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="VerifyXMLSignatureRequestType">
@@ -95,7 +95,7 @@ public class VerifyXMLSignatureRequestType {
     protected String trustProfileID;
 
     /**
-     * Gets the value of the dateTime property.
+     * Ruft den Wert der dateTime-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -107,7 +107,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Sets the value of the dateTime property.
+     * Legt den Wert der dateTime-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -119,7 +119,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Gets the value of the verifySignatureInfo property.
+     * Ruft den Wert der verifySignatureInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -131,7 +131,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Sets the value of the verifySignatureInfo property.
+     * Legt den Wert der verifySignatureInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -173,7 +173,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Gets the value of the signatureManifestCheckParams property.
+     * Ruft den Wert der signatureManifestCheckParams-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -185,7 +185,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Sets the value of the signatureManifestCheckParams property.
+     * Legt den Wert der signatureManifestCheckParams-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -197,7 +197,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Gets the value of the returnHashInputData property.
+     * Ruft den Wert der returnHashInputData-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -209,7 +209,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Sets the value of the returnHashInputData property.
+     * Legt den Wert der returnHashInputData-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -221,7 +221,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Gets the value of the trustProfileID property.
+     * Ruft den Wert der trustProfileID-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -233,7 +233,7 @@ public class VerifyXMLSignatureRequestType {
     }
 
     /**
-     * Sets the value of the trustProfileID property.
+     * Legt den Wert der trustProfileID-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -246,9 +246,9 @@ public class VerifyXMLSignatureRequestType {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -306,7 +306,7 @@ public class VerifyXMLSignatureRequestType {
         }
 
         /**
-         * Gets the value of the returnReferenceInputData property.
+         * Ruft den Wert der returnReferenceInputData-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -322,7 +322,7 @@ public class VerifyXMLSignatureRequestType {
         }
 
         /**
-         * Sets the value of the returnReferenceInputData property.
+         * Legt den Wert der returnReferenceInputData-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -337,9 +337,9 @@ public class VerifyXMLSignatureRequestType {
 
 
     /**
-     * 

Java class for anonymous complex type. + *

Java-Klasse für anonymous 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>
@@ -371,7 +371,7 @@ public class VerifyXMLSignatureRequestType {
         protected String verifySignatureLocation;
 
         /**
-         * Gets the value of the verifySignatureEnvironment property.
+         * Ruft den Wert der verifySignatureEnvironment-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -383,7 +383,7 @@ public class VerifyXMLSignatureRequestType {
         }
 
         /**
-         * Sets the value of the verifySignatureEnvironment property.
+         * Legt den Wert der verifySignatureEnvironment-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
@@ -395,7 +395,7 @@ public class VerifyXMLSignatureRequestType {
         }
 
         /**
-         * Gets the value of the verifySignatureLocation property.
+         * Ruft den Wert der verifySignatureLocation-Eigenschaft ab.
          * 
          * @return
          *     possible object is
@@ -407,7 +407,7 @@ public class VerifyXMLSignatureRequestType {
         }
 
         /**
-         * Sets the value of the verifySignatureLocation property.
+         * Legt den Wert der verifySignatureLocation-Eigenschaft fest.
          * 
          * @param value
          *     allowed object is
diff --git a/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureResponseType.java b/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureResponseType.java
index 2c68f71..897f9fc 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureResponseType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/VerifyXMLSignatureResponseType.java
@@ -7,14 +7,13 @@ import javax.xml.bind.annotation.XmlAccessType;
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
-
 import at.gv.util.xsd.xmldsig.KeyInfoType;
 
 
 /**
- * 

Java class for VerifyXMLSignatureResponseType complex type. + *

Java-Klasse für VerifyXMLSignatureResponseType 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="VerifyXMLSignatureResponseType">
@@ -64,7 +63,7 @@ public class VerifyXMLSignatureResponseType {
     protected CheckResultType certificateCheck;
 
     /**
-     * Gets the value of the signerInfo property.
+     * Ruft den Wert der signerInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -76,7 +75,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Sets the value of the signerInfo property.
+     * Legt den Wert der signerInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -146,7 +145,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Gets the value of the signatureCheck property.
+     * Ruft den Wert der signatureCheck-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -158,7 +157,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Sets the value of the signatureCheck property.
+     * Legt den Wert der signatureCheck-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -170,7 +169,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Gets the value of the signatureManifestCheck property.
+     * Ruft den Wert der signatureManifestCheck-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -182,7 +181,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Sets the value of the signatureManifestCheck property.
+     * Legt den Wert der signatureManifestCheck-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -223,7 +222,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Gets the value of the certificateCheck property.
+     * Ruft den Wert der certificateCheck-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -235,7 +234,7 @@ public class VerifyXMLSignatureResponseType {
     }
 
     /**
-     * Sets the value of the certificateCheck property.
+     * Legt den Wert der certificateCheck-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
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;
 
 
 /**
- * 

Java class for XMLContentType complex type. + *

Java-Klasse für XMLContentType 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="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
diff --git a/src/main/java/at/gv/util/xsd/moaspss/XMLDataObjectAssociationType.java b/src/main/java/at/gv/util/xsd/moaspss/XMLDataObjectAssociationType.java
index 96c5212..f8d3038 100644
--- a/src/main/java/at/gv/util/xsd/moaspss/XMLDataObjectAssociationType.java
+++ b/src/main/java/at/gv/util/xsd/moaspss/XMLDataObjectAssociationType.java
@@ -8,9 +8,9 @@ import javax.xml.bind.annotation.XmlType;
 
 
 /**
- * 

Java class for XMLDataObjectAssociationType complex type. + *

Java-Klasse für XMLDataObjectAssociationType 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="XMLDataObjectAssociationType">
@@ -40,7 +40,7 @@ public class XMLDataObjectAssociationType {
     protected ContentRequiredRefType content;
 
     /**
-     * Gets the value of the metaInfo property.
+     * Ruft den Wert der metaInfo-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -52,7 +52,7 @@ public class XMLDataObjectAssociationType {
     }
 
     /**
-     * Sets the value of the metaInfo property.
+     * Legt den Wert der metaInfo-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -64,7 +64,7 @@ public class XMLDataObjectAssociationType {
     }
 
     /**
-     * Gets the value of the content property.
+     * Ruft den Wert der content-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -76,7 +76,7 @@ public class XMLDataObjectAssociationType {
     }
 
     /**
-     * Sets the value of the content property.
+     * Legt den Wert der content-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3