diff options
| author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2015-06-08 01:21:39 +0200 | 
|---|---|---|
| committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2015-08-17 15:30:23 +0200 | 
| commit | 651657a31add2bdde906165f7498791e7bd846cd (patch) | |
| tree | 8b718a2b061fea35f4d6f0572572e336f015d19d | |
| parent | ef64db47a05a4a710d5a777fa6a20741f7da0f86 (diff) | |
| download | mocca-651657a31add2bdde906165f7498791e7bd846cd.tar.gz mocca-651657a31add2bdde906165f7498791e7bd846cd.tar.bz2 mocca-651657a31add2bdde906165f7498791e7bd846cd.zip | |
Update SecurityLayer Schema
BulkRequest, PAdESCompatibility added
115 files changed, 2414 insertions, 605 deletions
| diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUATRType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUATRType.java index ed92e78a..f603974d 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUATRType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUATRType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -41,7 +41,7 @@ public class APDUATRType {      @XmlValue      protected String value; -    @XmlAttribute(required = true) +    @XmlAttribute(name = "rc", required = true)      protected BigInteger rc;      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java index fca920de..c4c9b036 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -44,8 +44,8 @@ import javax.xml.bind.annotation.XmlType;  public class APDUResponseElement {      @XmlElements({ -        @XmlElement(name = "ResponseAPDU", type = ResponseAPDUType.class), -        @XmlElement(name = "ATR", type = APDUATRType.class) +        @XmlElement(name = "ATR", type = APDUATRType.class), +        @XmlElement(name = "ResponseAPDU", type = ResponseAPDUType.class)      })      protected List<Object> atrAndResponseAPDU; @@ -67,8 +67,8 @@ public class APDUResponseElement {       *        * <p>       * Objects of the following type(s) are allowed in the list -     * {@link ResponseAPDUType }       * {@link APDUATRType } +     * {@link ResponseAPDUType }       *        *        */ diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AccessAuthorizationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AccessAuthorizationType.java index e4a53790..34ea4c61 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AccessAuthorizationType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AccessAuthorizationType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AllSignatoriesType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AllSignatoriesType.java index f1435680..593d1b71 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AllSignatoriesType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AllSignatoriesType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyChildrenType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyChildrenType.java index c0266b61..2a258447 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyChildrenType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyChildrenType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -67,8 +67,8 @@ public class AnyChildrenType {       *        * <p>       * Objects of the following type(s) are allowed in the list -     * {@link Element }       * {@link Object } +     * {@link Element }       *        *        */ diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyMixedChildrenType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyMixedChildrenType.java index 860dae90..b848f2f7 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyMixedChildrenType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AnyMixedChildrenType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ApplicationIdentifierType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ApplicationIdentifierType.java index 43fe8c91..2afdcf39 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ApplicationIdentifierType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ApplicationIdentifierType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AuthenticationClassType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AuthenticationClassType.java index 15761222..0c4a9653 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AuthenticationClassType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/AuthenticationClassType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64ContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64ContentType.java index 8c1a8d0e..a0655377 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64ContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64ContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -65,7 +65,7 @@ public class Base64ContentType {       *     byte[]       */      public void setBase64Content(byte[] value) { -        this.base64Content = ((byte[]) value); +        this.base64Content = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64OptRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64OptRefContentType.java index f33b793e..eb52f620 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64OptRefContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64OptRefContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLContentType.java index 2f3d8eaf..8280a1de 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -70,7 +70,7 @@ public class Base64XMLContentType {       *     byte[]       */      public void setBase64Content(byte[] value) { -        this.base64Content = ((byte[]) value); +        this.base64Content = value;      }      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefContentType.java index fc4aa748..6208d94b 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -77,7 +77,7 @@ public class Base64XMLLocRefContentType {       *     byte[]       */      public void setBase64Content(byte[] value) { -        this.base64Content = ((byte[]) value); +        this.base64Content = value;      }      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefOptRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefOptRefContentType.java index 417b1b46..799421de 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefOptRefContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefOptRefContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefReqRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefReqRefContentType.java index cdc2f005..6112946e 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefReqRefContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLLocRefReqRefContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLOptRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLOptRefContentType.java index fa94c6e4..130b1076 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLOptRefContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64XMLOptRefContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BindingType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BindingType.java index 81f092e0..0bd8bed6 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BindingType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BindingType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BulkRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BulkRequestType.java new file mode 100644 index 00000000..aef16b63 --- /dev/null +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BulkRequestType.java @@ -0,0 +1,792 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2  +// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>  +// Any modifications to this file will be lost upon recompilation of the source schema.  +// Generated on: 2015.06.01 at 04:42:31 PM CEST  +// + + +package at.buergerkarte.namespaces.securitylayer._1_2_3; + +import java.util.ArrayList; +import java.util.List; +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.XmlID; +import javax.xml.bind.annotation.XmlSchemaType; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + + +/** + * <p>Java class for BulkRequestType complex type. + *  + * <p>The following schema fragment specifies the expected content contained within this class. + *  + * <pre> + * <complexType name="BulkRequestType"> + *   <complexContent> + *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *       <choice> + *         <element name="CreateSignatureRequest" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateCMSSignatureRequest"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateXMLSignatureRequest"/> + *                 </choice> + *                 <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *         <element name="VerifySignatureRequest" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyCMSSignatureRequest"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyXMLSignatureRequest"/> + *                 </choice> + *                 <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *         <element name="EncryptRequest" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptCMSRequest"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptXMLRequest"/> + *                 </choice> + *                 <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *         <element name="DecryptRequest" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptCMSRequest"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptXMLRequest"/> + *                 </choice> + *                 <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *       </choice> + *     </restriction> + *   </complexContent> + * </complexType> + * </pre> + *  + *  + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "BulkRequestType", propOrder = { +    "createSignatureRequest", +    "verifySignatureRequest", +    "encryptRequest", +    "decryptRequest" +}) +public class BulkRequestType { + +    @XmlElement(name = "CreateSignatureRequest") +    protected List<BulkRequestType.CreateSignatureRequest> createSignatureRequest; +    @XmlElement(name = "VerifySignatureRequest") +    protected List<BulkRequestType.VerifySignatureRequest> verifySignatureRequest; +    @XmlElement(name = "EncryptRequest") +    protected List<BulkRequestType.EncryptRequest> encryptRequest; +    @XmlElement(name = "DecryptRequest") +    protected List<BulkRequestType.DecryptRequest> decryptRequest; + +    /** +     * Gets the value of the createSignatureRequest property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the createSignatureRequest property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getCreateSignatureRequest().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkRequestType.CreateSignatureRequest } +     *  +     *  +     */ +    public List<BulkRequestType.CreateSignatureRequest> getCreateSignatureRequest() { +        if (createSignatureRequest == null) { +            createSignatureRequest = new ArrayList<BulkRequestType.CreateSignatureRequest>(); +        } +        return this.createSignatureRequest; +    } + +    /** +     * Gets the value of the verifySignatureRequest property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the verifySignatureRequest property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getVerifySignatureRequest().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkRequestType.VerifySignatureRequest } +     *  +     *  +     */ +    public List<BulkRequestType.VerifySignatureRequest> getVerifySignatureRequest() { +        if (verifySignatureRequest == null) { +            verifySignatureRequest = new ArrayList<BulkRequestType.VerifySignatureRequest>(); +        } +        return this.verifySignatureRequest; +    } + +    /** +     * Gets the value of the encryptRequest property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the encryptRequest property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getEncryptRequest().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkRequestType.EncryptRequest } +     *  +     *  +     */ +    public List<BulkRequestType.EncryptRequest> getEncryptRequest() { +        if (encryptRequest == null) { +            encryptRequest = new ArrayList<BulkRequestType.EncryptRequest>(); +        } +        return this.encryptRequest; +    } + +    /** +     * Gets the value of the decryptRequest property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the decryptRequest property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getDecryptRequest().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkRequestType.DecryptRequest } +     *  +     *  +     */ +    public List<BulkRequestType.DecryptRequest> getDecryptRequest() { +        if (decryptRequest == null) { +            decryptRequest = new ArrayList<BulkRequestType.DecryptRequest>(); +        } +        return this.decryptRequest; +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateCMSSignatureRequest"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateXMLSignatureRequest"/> +     *       </choice> +     *       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "createCMSSignatureRequest", +        "createXMLSignatureRequest" +    }) +    public static class CreateSignatureRequest { + +        @XmlElement(name = "CreateCMSSignatureRequest") +        protected CreateCMSSignatureRequestType createCMSSignatureRequest; +        @XmlElement(name = "CreateXMLSignatureRequest") +        protected CreateXMLSignatureRequestType createXMLSignatureRequest; +        @XmlAttribute(name = "displayName") +        protected String displayName; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the createCMSSignatureRequest property. +         *  +         * @return +         *     possible object is +         *     {@link CreateCMSSignatureRequestType } +         *      +         */ +        public CreateCMSSignatureRequestType getCreateCMSSignatureRequest() { +            return createCMSSignatureRequest; +        } + +        /** +         * Sets the value of the createCMSSignatureRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link CreateCMSSignatureRequestType } +         *      +         */ +        public void setCreateCMSSignatureRequest(CreateCMSSignatureRequestType value) { +            this.createCMSSignatureRequest = value; +        } + +        /** +         * Gets the value of the createXMLSignatureRequest property. +         *  +         * @return +         *     possible object is +         *     {@link CreateXMLSignatureRequestType } +         *      +         */ +        public CreateXMLSignatureRequestType getCreateXMLSignatureRequest() { +            return createXMLSignatureRequest; +        } + +        /** +         * Sets the value of the createXMLSignatureRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link CreateXMLSignatureRequestType } +         *      +         */ +        public void setCreateXMLSignatureRequest(CreateXMLSignatureRequestType value) { +            this.createXMLSignatureRequest = value; +        } + +        /** +         * Gets the value of the displayName property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getDisplayName() { +            return displayName; +        } + +        /** +         * Sets the value of the displayName property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setDisplayName(String value) { +            this.displayName = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptCMSRequest"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptXMLRequest"/> +     *       </choice> +     *       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "decryptCMSRequest", +        "decryptXMLRequest" +    }) +    public static class DecryptRequest { + +        @XmlElement(name = "DecryptCMSRequest") +        protected DecryptCMSRequestType decryptCMSRequest; +        @XmlElement(name = "DecryptXMLRequest") +        protected DecryptXMLRequestType decryptXMLRequest; +        @XmlAttribute(name = "displayName") +        protected String displayName; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the decryptCMSRequest property. +         *  +         * @return +         *     possible object is +         *     {@link DecryptCMSRequestType } +         *      +         */ +        public DecryptCMSRequestType getDecryptCMSRequest() { +            return decryptCMSRequest; +        } + +        /** +         * Sets the value of the decryptCMSRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link DecryptCMSRequestType } +         *      +         */ +        public void setDecryptCMSRequest(DecryptCMSRequestType value) { +            this.decryptCMSRequest = value; +        } + +        /** +         * Gets the value of the decryptXMLRequest property. +         *  +         * @return +         *     possible object is +         *     {@link DecryptXMLRequestType } +         *      +         */ +        public DecryptXMLRequestType getDecryptXMLRequest() { +            return decryptXMLRequest; +        } + +        /** +         * Sets the value of the decryptXMLRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link DecryptXMLRequestType } +         *      +         */ +        public void setDecryptXMLRequest(DecryptXMLRequestType value) { +            this.decryptXMLRequest = value; +        } + +        /** +         * Gets the value of the displayName property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getDisplayName() { +            return displayName; +        } + +        /** +         * Sets the value of the displayName property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setDisplayName(String value) { +            this.displayName = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptCMSRequest"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptXMLRequest"/> +     *       </choice> +     *       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "encryptCMSRequest", +        "encryptXMLRequest" +    }) +    public static class EncryptRequest { + +        @XmlElement(name = "EncryptCMSRequest") +        protected EncryptCMSRequestType encryptCMSRequest; +        @XmlElement(name = "EncryptXMLRequest") +        protected EncryptXMLRequest encryptXMLRequest; +        @XmlAttribute(name = "displayName") +        protected String displayName; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the encryptCMSRequest property. +         *  +         * @return +         *     possible object is +         *     {@link EncryptCMSRequestType } +         *      +         */ +        public EncryptCMSRequestType getEncryptCMSRequest() { +            return encryptCMSRequest; +        } + +        /** +         * Sets the value of the encryptCMSRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link EncryptCMSRequestType } +         *      +         */ +        public void setEncryptCMSRequest(EncryptCMSRequestType value) { +            this.encryptCMSRequest = value; +        } + +        /** +         * Gets the value of the encryptXMLRequest property. +         *  +         * @return +         *     possible object is +         *     {@link EncryptXMLRequest } +         *      +         */ +        public EncryptXMLRequest getEncryptXMLRequest() { +            return encryptXMLRequest; +        } + +        /** +         * Sets the value of the encryptXMLRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link EncryptXMLRequest } +         *      +         */ +        public void setEncryptXMLRequest(EncryptXMLRequest value) { +            this.encryptXMLRequest = value; +        } + +        /** +         * Gets the value of the displayName property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getDisplayName() { +            return displayName; +        } + +        /** +         * Sets the value of the displayName property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setDisplayName(String value) { +            this.displayName = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyCMSSignatureRequest"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyXMLSignatureRequest"/> +     *       </choice> +     *       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "verifyCMSSignatureRequest", +        "verifyXMLSignatureRequest" +    }) +    public static class VerifySignatureRequest { + +        @XmlElement(name = "VerifyCMSSignatureRequest") +        protected VerifyCMSSignatureRequestType verifyCMSSignatureRequest; +        @XmlElement(name = "VerifyXMLSignatureRequest") +        protected VerifyXMLSignatureRequestType verifyXMLSignatureRequest; +        @XmlAttribute(name = "displayName") +        protected String displayName; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the verifyCMSSignatureRequest property. +         *  +         * @return +         *     possible object is +         *     {@link VerifyCMSSignatureRequestType } +         *      +         */ +        public VerifyCMSSignatureRequestType getVerifyCMSSignatureRequest() { +            return verifyCMSSignatureRequest; +        } + +        /** +         * Sets the value of the verifyCMSSignatureRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link VerifyCMSSignatureRequestType } +         *      +         */ +        public void setVerifyCMSSignatureRequest(VerifyCMSSignatureRequestType value) { +            this.verifyCMSSignatureRequest = value; +        } + +        /** +         * Gets the value of the verifyXMLSignatureRequest property. +         *  +         * @return +         *     possible object is +         *     {@link VerifyXMLSignatureRequestType } +         *      +         */ +        public VerifyXMLSignatureRequestType getVerifyXMLSignatureRequest() { +            return verifyXMLSignatureRequest; +        } + +        /** +         * Sets the value of the verifyXMLSignatureRequest property. +         *  +         * @param value +         *     allowed object is +         *     {@link VerifyXMLSignatureRequestType } +         *      +         */ +        public void setVerifyXMLSignatureRequest(VerifyXMLSignatureRequestType value) { +            this.verifyXMLSignatureRequest = value; +        } + +        /** +         * Gets the value of the displayName property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getDisplayName() { +            return displayName; +        } + +        /** +         * Sets the value of the displayName property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setDisplayName(String value) { +            this.displayName = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + +} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BulkResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BulkResponseType.java new file mode 100644 index 00000000..dd06fb4f --- /dev/null +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/BulkResponseType.java @@ -0,0 +1,796 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2  +// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>  +// Any modifications to this file will be lost upon recompilation of the source schema.  +// Generated on: 2015.06.01 at 04:42:31 PM CEST  +// + + +package at.buergerkarte.namespaces.securitylayer._1_2_3; + +import java.util.ArrayList; +import java.util.List; +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.XmlID; +import javax.xml.bind.annotation.XmlSchemaType; +import javax.xml.bind.annotation.XmlType; +import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; + + +/** + * <p>Java class for BulkResponseType complex type. + *  + * <p>The following schema fragment specifies the expected content contained within this class. + *  + * <pre> + * <complexType name="BulkResponseType"> + *   <complexContent> + *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *       <choice> + *         <element name="CreateSignatureResponse" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateCMSSignatureResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateXMLSignatureResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> + *                 </choice> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *         <element name="VerifySignatureResponse" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyCMSSignatureResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyXMLSignatureResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> + *                 </choice> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *         <element name="EncryptResponse" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptCMSResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptXMLResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> + *                 </choice> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *         <element name="DecryptResponse" maxOccurs="unbounded"> + *           <complexType> + *             <complexContent> + *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + *                 <choice> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptCMSResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptXMLResponse"/> + *                   <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> + *                 </choice> + *                 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> + *               </restriction> + *             </complexContent> + *           </complexType> + *         </element> + *       </choice> + *     </restriction> + *   </complexContent> + * </complexType> + * </pre> + *  + *  + */ +@XmlAccessorType(XmlAccessType.FIELD) +@XmlType(name = "BulkResponseType", propOrder = { +    "createSignatureResponse", +    "verifySignatureResponse", +    "encryptResponse", +    "decryptResponse" +}) +public class BulkResponseType { + +    @XmlElement(name = "CreateSignatureResponse") +    protected List<BulkResponseType.CreateSignatureResponse> createSignatureResponse; +    @XmlElement(name = "VerifySignatureResponse") +    protected List<BulkResponseType.VerifySignatureResponse> verifySignatureResponse; +    @XmlElement(name = "EncryptResponse") +    protected List<BulkResponseType.EncryptResponse> encryptResponse; +    @XmlElement(name = "DecryptResponse") +    protected List<BulkResponseType.DecryptResponse> decryptResponse; + +    /** +     * Gets the value of the createSignatureResponse property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the createSignatureResponse property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getCreateSignatureResponse().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkResponseType.CreateSignatureResponse } +     *  +     *  +     */ +    public List<BulkResponseType.CreateSignatureResponse> getCreateSignatureResponse() { +        if (createSignatureResponse == null) { +            createSignatureResponse = new ArrayList<BulkResponseType.CreateSignatureResponse>(); +        } +        return this.createSignatureResponse; +    } + +    /** +     * Gets the value of the verifySignatureResponse property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the verifySignatureResponse property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getVerifySignatureResponse().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkResponseType.VerifySignatureResponse } +     *  +     *  +     */ +    public List<BulkResponseType.VerifySignatureResponse> getVerifySignatureResponse() { +        if (verifySignatureResponse == null) { +            verifySignatureResponse = new ArrayList<BulkResponseType.VerifySignatureResponse>(); +        } +        return this.verifySignatureResponse; +    } + +    /** +     * Gets the value of the encryptResponse property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the encryptResponse property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getEncryptResponse().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkResponseType.EncryptResponse } +     *  +     *  +     */ +    public List<BulkResponseType.EncryptResponse> getEncryptResponse() { +        if (encryptResponse == null) { +            encryptResponse = new ArrayList<BulkResponseType.EncryptResponse>(); +        } +        return this.encryptResponse; +    } + +    /** +     * Gets the value of the decryptResponse property. +     *  +     * <p> +     * This accessor method returns a reference to the live list, +     * not a snapshot. Therefore any modification you make to the +     * returned list will be present inside the JAXB object. +     * This is why there is not a <CODE>set</CODE> method for the decryptResponse property. +     *  +     * <p> +     * For example, to add a new item, do as follows: +     * <pre> +     *    getDecryptResponse().add(newItem); +     * </pre> +     *  +     *  +     * <p> +     * Objects of the following type(s) are allowed in the list +     * {@link BulkResponseType.DecryptResponse } +     *  +     *  +     */ +    public List<BulkResponseType.DecryptResponse> getDecryptResponse() { +        if (decryptResponse == null) { +            decryptResponse = new ArrayList<BulkResponseType.DecryptResponse>(); +        } +        return this.decryptResponse; +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateCMSSignatureResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateXMLSignatureResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> +     *       </choice> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "createCMSSignatureResponse", +        "createXMLSignatureResponse", +        "errorResponse" +    }) +    public static class CreateSignatureResponse { + +        @XmlElement(name = "CreateCMSSignatureResponse") +        protected CreateCMSSignatureResponseType createCMSSignatureResponse; +        @XmlElement(name = "CreateXMLSignatureResponse") +        protected CreateXMLSignatureResponseType createXMLSignatureResponse; +        @XmlElement(name = "ErrorResponse") +        protected ErrorResponseType errorResponse; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the createCMSSignatureResponse property. +         *  +         * @return +         *     possible object is +         *     {@link CreateCMSSignatureResponseType } +         *      +         */ +        public CreateCMSSignatureResponseType getCreateCMSSignatureResponse() { +            return createCMSSignatureResponse; +        } + +        /** +         * Sets the value of the createCMSSignatureResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link CreateCMSSignatureResponseType } +         *      +         */ +        public void setCreateCMSSignatureResponse(CreateCMSSignatureResponseType value) { +            this.createCMSSignatureResponse = value; +        } + +        /** +         * Gets the value of the createXMLSignatureResponse property. +         *  +         * @return +         *     possible object is +         *     {@link CreateXMLSignatureResponseType } +         *      +         */ +        public CreateXMLSignatureResponseType getCreateXMLSignatureResponse() { +            return createXMLSignatureResponse; +        } + +        /** +         * Sets the value of the createXMLSignatureResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link CreateXMLSignatureResponseType } +         *      +         */ +        public void setCreateXMLSignatureResponse(CreateXMLSignatureResponseType value) { +            this.createXMLSignatureResponse = value; +        } + +        /** +         * Gets the value of the errorResponse property. +         *  +         * @return +         *     possible object is +         *     {@link ErrorResponseType } +         *      +         */ +        public ErrorResponseType getErrorResponse() { +            return errorResponse; +        } + +        /** +         * Sets the value of the errorResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link ErrorResponseType } +         *      +         */ +        public void setErrorResponse(ErrorResponseType value) { +            this.errorResponse = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptCMSResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DecryptXMLResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> +     *       </choice> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "decryptCMSResponse", +        "decryptXMLResponse", +        "errorResponse" +    }) +    public static class DecryptResponse { + +        @XmlElement(name = "DecryptCMSResponse") +        protected DecryptCMSResponseType decryptCMSResponse; +        @XmlElement(name = "DecryptXMLResponse") +        protected DecryptXMLResponseType decryptXMLResponse; +        @XmlElement(name = "ErrorResponse") +        protected ErrorResponseType errorResponse; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the decryptCMSResponse property. +         *  +         * @return +         *     possible object is +         *     {@link DecryptCMSResponseType } +         *      +         */ +        public DecryptCMSResponseType getDecryptCMSResponse() { +            return decryptCMSResponse; +        } + +        /** +         * Sets the value of the decryptCMSResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link DecryptCMSResponseType } +         *      +         */ +        public void setDecryptCMSResponse(DecryptCMSResponseType value) { +            this.decryptCMSResponse = value; +        } + +        /** +         * Gets the value of the decryptXMLResponse property. +         *  +         * @return +         *     possible object is +         *     {@link DecryptXMLResponseType } +         *      +         */ +        public DecryptXMLResponseType getDecryptXMLResponse() { +            return decryptXMLResponse; +        } + +        /** +         * Sets the value of the decryptXMLResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link DecryptXMLResponseType } +         *      +         */ +        public void setDecryptXMLResponse(DecryptXMLResponseType value) { +            this.decryptXMLResponse = value; +        } + +        /** +         * Gets the value of the errorResponse property. +         *  +         * @return +         *     possible object is +         *     {@link ErrorResponseType } +         *      +         */ +        public ErrorResponseType getErrorResponse() { +            return errorResponse; +        } + +        /** +         * Sets the value of the errorResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link ErrorResponseType } +         *      +         */ +        public void setErrorResponse(ErrorResponseType value) { +            this.errorResponse = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptCMSResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptXMLResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> +     *       </choice> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "encryptCMSResponse", +        "encryptXMLResponse", +        "errorResponse" +    }) +    public static class EncryptResponse { + +        @XmlElement(name = "EncryptCMSResponse") +        protected EncryptCMSResponseType encryptCMSResponse; +        @XmlElement(name = "EncryptXMLResponse") +        protected EncryptXMLResponseType encryptXMLResponse; +        @XmlElement(name = "ErrorResponse") +        protected ErrorResponseType errorResponse; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the encryptCMSResponse property. +         *  +         * @return +         *     possible object is +         *     {@link EncryptCMSResponseType } +         *      +         */ +        public EncryptCMSResponseType getEncryptCMSResponse() { +            return encryptCMSResponse; +        } + +        /** +         * Sets the value of the encryptCMSResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link EncryptCMSResponseType } +         *      +         */ +        public void setEncryptCMSResponse(EncryptCMSResponseType value) { +            this.encryptCMSResponse = value; +        } + +        /** +         * Gets the value of the encryptXMLResponse property. +         *  +         * @return +         *     possible object is +         *     {@link EncryptXMLResponseType } +         *      +         */ +        public EncryptXMLResponseType getEncryptXMLResponse() { +            return encryptXMLResponse; +        } + +        /** +         * Sets the value of the encryptXMLResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link EncryptXMLResponseType } +         *      +         */ +        public void setEncryptXMLResponse(EncryptXMLResponseType value) { +            this.encryptXMLResponse = value; +        } + +        /** +         * Gets the value of the errorResponse property. +         *  +         * @return +         *     possible object is +         *     {@link ErrorResponseType } +         *      +         */ +        public ErrorResponseType getErrorResponse() { +            return errorResponse; +        } + +        /** +         * Sets the value of the errorResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link ErrorResponseType } +         *      +         */ +        public void setErrorResponse(ErrorResponseType value) { +            this.errorResponse = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + + +    /** +     * <p>Java class for anonymous complex type. +     *  +     * <p>The following schema fragment specifies the expected content contained within this class. +     *  +     * <pre> +     * <complexType> +     *   <complexContent> +     *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> +     *       <choice> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyCMSSignatureResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyXMLSignatureResponse"/> +     *         <element ref="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorResponse"/> +     *       </choice> +     *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> +     *     </restriction> +     *   </complexContent> +     * </complexType> +     * </pre> +     *  +     *  +     */ +    @XmlAccessorType(XmlAccessType.FIELD) +    @XmlType(name = "", propOrder = { +        "verifyCMSSignatureResponse", +        "verifyXMLSignatureResponse", +        "errorResponse" +    }) +    public static class VerifySignatureResponse { + +        @XmlElement(name = "VerifyCMSSignatureResponse") +        protected VerifyCMSSignatureResponseType verifyCMSSignatureResponse; +        @XmlElement(name = "VerifyXMLSignatureResponse") +        protected VerifyXMLSignatureResponseType verifyXMLSignatureResponse; +        @XmlElement(name = "ErrorResponse") +        protected ErrorResponseType errorResponse; +        @XmlAttribute(name = "id") +        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) +        @XmlID +        @XmlSchemaType(name = "ID") +        protected String id; + +        /** +         * Gets the value of the verifyCMSSignatureResponse property. +         *  +         * @return +         *     possible object is +         *     {@link VerifyCMSSignatureResponseType } +         *      +         */ +        public VerifyCMSSignatureResponseType getVerifyCMSSignatureResponse() { +            return verifyCMSSignatureResponse; +        } + +        /** +         * Sets the value of the verifyCMSSignatureResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link VerifyCMSSignatureResponseType } +         *      +         */ +        public void setVerifyCMSSignatureResponse(VerifyCMSSignatureResponseType value) { +            this.verifyCMSSignatureResponse = value; +        } + +        /** +         * Gets the value of the verifyXMLSignatureResponse property. +         *  +         * @return +         *     possible object is +         *     {@link VerifyXMLSignatureResponseType } +         *      +         */ +        public VerifyXMLSignatureResponseType getVerifyXMLSignatureResponse() { +            return verifyXMLSignatureResponse; +        } + +        /** +         * Sets the value of the verifyXMLSignatureResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link VerifyXMLSignatureResponseType } +         *      +         */ +        public void setVerifyXMLSignatureResponse(VerifyXMLSignatureResponseType value) { +            this.verifyXMLSignatureResponse = value; +        } + +        /** +         * Gets the value of the errorResponse property. +         *  +         * @return +         *     possible object is +         *     {@link ErrorResponseType } +         *      +         */ +        public ErrorResponseType getErrorResponse() { +            return errorResponse; +        } + +        /** +         * Sets the value of the errorResponse property. +         *  +         * @param value +         *     allowed object is +         *     {@link ErrorResponseType } +         *      +         */ +        public void setErrorResponse(ErrorResponseType value) { +            this.errorResponse = value; +        } + +        /** +         * Gets the value of the id property. +         *  +         * @return +         *     possible object is +         *     {@link String } +         *      +         */ +        public String getId() { +            return id; +        } + +        /** +         * Sets the value of the id property. +         *  +         * @param value +         *     allowed object is +         *     {@link String } +         *      +         */ +        public void setId(String value) { +            this.id = value; +        } + +    } + +} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectOptionalMetaType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectOptionalMetaType.java index 2c2336e5..23a880d7 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectOptionalMetaType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectOptionalMetaType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectRequiredMetaType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectRequiredMetaType.java index 4210a956..ffa11f5d 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectRequiredMetaType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSDataObjectRequiredMetaType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSEncryptedContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSEncryptedContentType.java index 19a0cdb8..2091ae05 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSEncryptedContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSEncryptedContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSRecipientPublicKeyType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSRecipientPublicKeyType.java index 3a76a8eb..70309110 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSRecipientPublicKeyType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSRecipientPublicKeyType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -61,7 +61,7 @@ public class CMSRecipientPublicKeyType {       *     byte[]       */      public void setX509Certificate(byte[] value) { -        this.x509Certificate = ((byte[]) value); +        this.x509Certificate = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSToBeEncryptedType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSToBeEncryptedType.java index f1fbb4a2..4fa35be9 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSToBeEncryptedType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CMSToBeEncryptedType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionElement.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionElement.java index 8d7517e8..e8d22b53 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionElement.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionElement.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionResponseType.java index 3dcf1a53..8a7f2ac4 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionType.java index 429f1df9..59f16dea 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardActionType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelRequest.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelRequest.java index cecb8a7b..9d3fba6e 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelRequest.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelRequest.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelResponse.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelResponse.java index d3caec27..21fb89a2 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelResponse.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardChannelResponse.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementRequest.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementRequest.java index f48e4112..05272a12 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementRequest.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementRequest.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementResponse.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementResponse.java index bdb6b2d7..60a28434 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementResponse.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CardManagementResponse.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CheckResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CheckResultType.java index 916c1041..b04d8517 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CheckResultType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CheckResultType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CommandAPDUType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CommandAPDUType.java index 88ec5052..688fa44d 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CommandAPDUType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CommandAPDUType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -43,11 +43,11 @@ public class CommandAPDUType {      @XmlValue      protected String value; -    @XmlAttribute(required = true) +    @XmlAttribute(name = "sequence", required = true)      protected BigInteger sequence; -    @XmlAttribute(required = true) +    @XmlAttribute(name = "of", required = true)      protected BigInteger of; -    @XmlAttribute +    @XmlAttribute(name = "expectedSW")      protected String expectedSW;      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureRequestType.java index cd7198aa..7067adb4 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -38,6 +38,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;   *           </restriction>   *         </simpleType>   *       </attribute> + *       <attribute name="PAdESCompatibility" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />   *     </restriction>   *   </complexContent>   * </complexType> @@ -59,6 +60,8 @@ public class CreateCMSSignatureRequestType {      protected CMSDataObjectRequiredMetaType dataObject;      @XmlAttribute(name = "Structure", required = true)      protected String structure; +    @XmlAttribute(name = "PAdESCompatibility") +    protected Boolean pAdESCompatibility;      /**       * Gets the value of the keyboxIdentifier property. @@ -132,4 +135,32 @@ public class CreateCMSSignatureRequestType {          this.structure = value;      } +    /** +     * Gets the value of the pAdESCompatibility property. +     *  +     * @return +     *     possible object is +     *     {@link Boolean } +     *      +     */ +    public boolean isPAdESCompatibility() { +        if (pAdESCompatibility == null) { +            return false; +        } else { +            return pAdESCompatibility; +        } +    } + +    /** +     * Sets the value of the pAdESCompatibility property. +     *  +     * @param value +     *     allowed object is +     *     {@link Boolean } +     *      +     */ +    public void setPAdESCompatibility(Boolean value) { +        this.pAdESCompatibility = value; +    } +  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureResponseType.java index 43b6b2f4..eaa28510 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateCMSSignatureResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -61,7 +61,7 @@ public class CreateCMSSignatureResponseType {       *     byte[]       */      public void setCMSSignature(byte[] value) { -        this.cmsSignature = ((byte[]) value); +        this.cmsSignature = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoRequestType.java index 66750356..9a17f657 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoResponseType.java index ba21d379..b5aa64b2 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashInfoResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -147,7 +147,7 @@ public class CreateHashInfoResponseType {       *     byte[]       */      public void setHashValue(byte[] value) { -        this.hashValue = ((byte[]) value); +        this.hashValue = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashRequestType.java index 2d50f1c5..24b490df 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashResponseType.java index 32c1717b..efffefab 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateHashResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureRequestType.java index f9e5205f..77a5142b 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureResponseType.java index d97868a2..6d5d31a4 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/CreateXMLSignatureResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -25,7 +25,7 @@ import org.w3c.dom.Element;   *   <complexContent>   *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">   *       <sequence> - *         <any processContents='lax'/> + *         <any processContents='lax' minOccurs="0"/>   *       </sequence>   *     </restriction>   *   </complexContent> @@ -48,8 +48,8 @@ public class CreateXMLSignatureResponseType {       *        * @return       *     possible object is -     *     {@link Element }       *     {@link Object } +     *     {@link Element }       *            */      public Object getAny() { @@ -61,8 +61,8 @@ public class CreateXMLSignatureResponseType {       *        * @param value       *     allowed object is -     *     {@link Element }       *     {@link Object } +     *     {@link Element }       *            */      public void setAny(Object value) { diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectAssociationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectAssociationType.java index 75b63198..105c0653 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectAssociationType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectAssociationType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectInfoType.java index c5118fc9..51d78ead 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectInfoType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DataObjectInfoType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSRequestType.java index b0474f60..8e2499bf 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -69,7 +69,7 @@ public class DecryptCMSRequestType {       *     byte[]       */      public void setCMSMessage(byte[] value) { -        this.cmsMessage = ((byte[]) value); +        this.cmsMessage = value;      }      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSResponseType.java index b6c7a02b..94b1474c 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptCMSResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -61,7 +61,7 @@ public class DecryptCMSResponseType {       *     byte[]       */      public void setDecryptedData(byte[] value) { -        this.decryptedData = ((byte[]) value); +        this.decryptedData = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLRequestType.java index e2cf44fd..531f5ab4 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLResponseType.java index 1355ea2c..9039f3a8 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/DecryptXMLResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -169,7 +169,7 @@ public class DecryptXMLResponseType {           *     byte[]           */          public void setValue(byte[] value) { -            this.value = ((byte[]) value); +            this.value = value;          }          /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSRequestType.java index 9c75dc20..864e4468 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSResponseType.java index 93475e4d..3f0f902e 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptCMSResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -61,7 +61,7 @@ public class EncryptCMSResponseType {       *     byte[]       */      public void setCMSMessage(byte[] value) { -        this.cmsMessage = ((byte[]) value); +        this.cmsMessage = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequest.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequest.java index 14a15abc..f6aa4d05 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequest.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequest.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequestType.java index 87f3d642..bd732a45 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLResponseType.java index 8fafa002..55b9da27 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptXMLResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -147,8 +147,8 @@ public class EncryptXMLResponseType {           *            * @return           *     possible object is -         *     {@link Element }           *     {@link Object } +         *     {@link Element }           *                */          public Object getAny() { @@ -160,8 +160,8 @@ public class EncryptXMLResponseType {           *            * @param value           *     allowed object is -         *     {@link Element }           *     {@link Object } +         *     {@link Element }           *                */          public void setAny(Object value) { diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptedDataType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptedDataType.java index 2ff62b77..6d989613 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptedDataType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptedDataType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -64,7 +64,7 @@ public class EncryptedDataType {       *     byte[]       */      public void setValue(byte[] value) { -        this.value = ((byte[]) value); +        this.value = value;      }      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptionInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptionInfoType.java index 9a05c325..f50c21ce 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptionInfoType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/EncryptionInfoType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ErrorResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ErrorResponseType.java index 1f4457b7..dc0b5f00 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ErrorResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ErrorResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ExcludedByteRangeType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ExcludedByteRangeType.java index 8efa1604..9699e989 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ExcludedByteRangeType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ExcludedByteRangeType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequest.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequest.java index e7476dea..c866d520 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequest.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequest.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequestType.java index a0acfe46..17147255 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesResponseType.java index 9e67ca81..f1fef203 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetPropertiesResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusRequestType.java index beb1e3be..b09e15df 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusResponseType.java index 4dbaeccc..99c5f1e2 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/GetStatusResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/HashDataType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/HashDataType.java index e68f562f..ffd13779 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/HashDataType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/HashDataType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAssocArrayPairType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAssocArrayPairType.java index 947aba8e..8696add7 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAssocArrayPairType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAssocArrayPairType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableRequestType.java index ce2e9fac..ffc7d828 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableResponseType.java index 77c5e3b5..788cc2cb 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxAvailableResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateRequestType.java index fbd74021..3f242b96 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateResponseType.java index 714da7bd..9c51d64c 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxCreateResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteRequestType.java index 3f0f2bc8..f2fb47e8 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteResponseType.java index 0b5ff34a..3f921979 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxDeleteResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadDataAssocArrayType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadDataAssocArrayType.java index 8d900912..e5b9450b 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadDataAssocArrayType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadDataAssocArrayType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsAssocArrayType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsAssocArrayType.java index d4327815..b2487955 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsAssocArrayType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsAssocArrayType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsBinaryFileType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsBinaryFileType.java index 95f3367e..ca1e98e3 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsBinaryFileType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadParamsBinaryFileType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadRequestType.java index ed44a862..b0cd6da5 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadResponseType.java index fe14a448..b6fb5fb7 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxReadResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxTypeType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxTypeType.java index c2a55ff9..d37ab21e 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxTypeType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxTypeType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateParamsAssocArrayType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateParamsAssocArrayType.java index f7a85007..786f2a6f 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateParamsAssocArrayType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateParamsAssocArrayType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateRequestType.java index b97ab0e9..dd81a374 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateResponseType.java index 85bf9bb1..873bc70f 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/InfoboxUpdateResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultInfoType.java index 70fbb113..e39aabbe 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultInfoType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultInfoType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -76,10 +76,10 @@ public class ManifestRefsCheckResultInfoType {       * <p>       * Objects of the following type(s) are allowed in the list       * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} -     * {@link Element }       * {@link Object } -     * {@link String }       * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} +     * {@link String } +     * {@link Element }       *        *        */ diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultType.java index be499f23..aaea6828 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ManifestRefsCheckResultType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/MetaInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/MetaInfoType.java index 45413835..8d08bc7b 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/MetaInfoType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/MetaInfoType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationRequestType.java index 08ac8f45..9e0f5b01 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationResponseType.java index 17aa3994..966719b6 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/NullOperationResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ObjectFactory.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ObjectFactory.java index e834afb9..20d5b15d 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ObjectFactory.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ObjectFactory.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -52,6 +52,7 @@ public class ObjectFactory {      private final static QName _InfoboxUpdateResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxUpdateResponse");      private final static QName _InfoboxDeleteRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxDeleteRequest");      private final static QName _QualifiedCertificate_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "QualifiedCertificate"); +    private final static QName _BulkRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "BulkRequest");      private final static QName _DecryptCMSRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "DecryptCMSRequest");      private final static QName _NullOperationResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "NullOperationResponse");      private final static QName _InfoboxCreateRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxCreateRequest"); @@ -59,6 +60,7 @@ public class ObjectFactory {      private final static QName _InfoboxReadRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxReadRequest");      private final static QName _DecryptCMSResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "DecryptCMSResponse");      private final static QName _EncryptCMSRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "EncryptCMSRequest"); +    private final static QName _BulkResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "BulkResponse");      private final static QName _EncryptXMLResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "EncryptXMLResponse");      private final static QName _CreateHashRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateHashRequest");      private final static QName _VerifyCMSSignatureRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "VerifyCMSSignatureRequest"); @@ -70,10 +72,10 @@ public class ObjectFactory {      private final static QName _CreateCMSSignatureResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateCMSSignatureResponse");      private final static QName _InfoboxAvailableResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxAvailableResponse");      private final static QName _CreateXMLSignatureResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateXMLSignatureResponse"); -    private final static QName _ReferencesCheckResultInfoTypeFailedReference_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "FailedReference");      private final static QName _VerifyCMSSignatureResponseTypeSignatureCheck_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "SignatureCheck"); -    private final static QName _VerifyCMSSignatureResponseTypeSignerInfo_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "SignerInfo");      private final static QName _VerifyCMSSignatureResponseTypeCertificateCheck_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CertificateCheck"); +    private final static QName _VerifyCMSSignatureResponseTypeSignerInfo_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "SignerInfo"); +    private final static QName _ReferencesCheckResultInfoTypeFailedReference_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "FailedReference");      private final static QName _ManifestRefsCheckResultInfoTypeReferringSigReference_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "ReferringSigReference");      /** @@ -84,59 +86,91 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link GetStatusResponseType } +     * Create an instance of {@link SignatureInfoCreationType }       *        */ -    public GetStatusResponseType createGetStatusResponseType() { -        return new GetStatusResponseType(); +    public SignatureInfoCreationType createSignatureInfoCreationType() { +        return new SignatureInfoCreationType();      }      /** -     * Create an instance of {@link EncryptXMLResponseType.EncryptionEnvironment } +     * Create an instance of {@link InfoboxReadParamsAssocArrayType }       *        */ -    public EncryptXMLResponseType.EncryptionEnvironment createEncryptXMLResponseTypeEncryptionEnvironment() { -        return new EncryptXMLResponseType.EncryptionEnvironment(); +    public InfoboxReadParamsAssocArrayType createInfoboxReadParamsAssocArrayType() { +        return new InfoboxReadParamsAssocArrayType();      }      /** -     * Create an instance of {@link ResultElement } +     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType }       *        */ -    public ResultElement createResultElement() { -        return new ResultElement(); +    public InfoboxUpdateParamsAssocArrayType createInfoboxUpdateParamsAssocArrayType() { +        return new InfoboxUpdateParamsAssocArrayType();      }      /** -     * Create an instance of {@link InfoboxDeleteResponseType } +     * Create an instance of {@link EncryptionInfoType }       *        */ -    public InfoboxDeleteResponseType createInfoboxDeleteResponseType() { -        return new InfoboxDeleteResponseType(); +    public EncryptionInfoType createEncryptionInfoType() { +        return new EncryptionInfoType();      }      /** -     * Create an instance of {@link ToBeEncryptedType.ElementContent } +     * Create an instance of {@link ToBeEncryptedType }       *        */ -    public ToBeEncryptedType.ElementContent createToBeEncryptedTypeElementContent() { -        return new ToBeEncryptedType.ElementContent(); +    public ToBeEncryptedType createToBeEncryptedType() { +        return new ToBeEncryptedType();      }      /** -     * Create an instance of {@link Base64XMLLocRefReqRefContentType } +     * Create an instance of {@link BulkResponseType }       *        */ -    public Base64XMLLocRefReqRefContentType createBase64XMLLocRefReqRefContentType() { -        return new Base64XMLLocRefReqRefContentType(); +    public BulkResponseType createBulkResponseType() { +        return new BulkResponseType();      }      /** -     * Create an instance of {@link EncryptCMSRequestType } +     * Create an instance of {@link EncryptXMLResponseType }       *        */ -    public EncryptCMSRequestType createEncryptCMSRequestType() { -        return new EncryptCMSRequestType(); +    public EncryptXMLResponseType createEncryptXMLResponseType() { +        return new EncryptXMLResponseType(); +    } + +    /** +     * Create an instance of {@link DecryptXMLResponseType } +     *  +     */ +    public DecryptXMLResponseType createDecryptXMLResponseType() { +        return new DecryptXMLResponseType(); +    } + +    /** +     * Create an instance of {@link BulkRequestType } +     *  +     */ +    public BulkRequestType createBulkRequestType() { +        return new BulkRequestType(); +    } + +    /** +     * Create an instance of {@link EncryptCMSResponseType } +     *  +     */ +    public EncryptCMSResponseType createEncryptCMSResponseType() { +        return new EncryptCMSResponseType(); +    } + +    /** +     * Create an instance of {@link VerifyXMLSignatureResponseType } +     *  +     */ +    public VerifyXMLSignatureResponseType createVerifyXMLSignatureResponseType() { +        return new VerifyXMLSignatureResponseType();      }      /** @@ -148,115 +182,163 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link InfoboxAssocArrayPairType } +     * Create an instance of {@link ScriptElement }       *        */ -    public InfoboxAssocArrayPairType createInfoboxAssocArrayPairType() { -        return new InfoboxAssocArrayPairType(); +    public ScriptElement createScriptElement() { +        return new ScriptElement();      }      /** -     * Create an instance of {@link CheckResultType } +     * Create an instance of {@link InfoboxDeleteResponseType }       *        */ -    public CheckResultType createCheckResultType() { -        return new CheckResultType(); +    public InfoboxDeleteResponseType createInfoboxDeleteResponseType() { +        return new InfoboxDeleteResponseType();      }      /** -     * Create an instance of {@link InfoboxCreateRequestType } +     * Create an instance of {@link GetPropertiesRequest }       *        */ -    public InfoboxCreateRequestType createInfoboxCreateRequestType() { -        return new InfoboxCreateRequestType(); +    public GetPropertiesRequest createGetPropertiesRequest() { +        return new GetPropertiesRequest();      }      /** -     * Create an instance of {@link CreateHashInfoResponseType } +     * Create an instance of {@link GetPropertiesRequestType }       *        */ -    public CreateHashInfoResponseType createCreateHashInfoResponseType() { -        return new CreateHashInfoResponseType(); +    public GetPropertiesRequestType createGetPropertiesRequestType() { +        return new GetPropertiesRequestType();      }      /** -     * Create an instance of {@link SignatureInfoCreationType } +     * Create an instance of {@link NullOperationResponseType }       *        */ -    public SignatureInfoCreationType createSignatureInfoCreationType() { -        return new SignatureInfoCreationType(); +    public NullOperationResponseType createNullOperationResponseType() { +        return new NullOperationResponseType();      }      /** -     * Create an instance of {@link DataObjectAssociationType } +     * Create an instance of {@link DecryptCMSRequestType }       *        */ -    public DataObjectAssociationType createDataObjectAssociationType() { -        return new DataObjectAssociationType(); +    public DecryptCMSRequestType createDecryptCMSRequestType() { +        return new DecryptCMSRequestType();      }      /** -     * Create an instance of {@link ToBeEncryptedType } +     * Create an instance of {@link GetPropertiesResponseType }       *        */ -    public ToBeEncryptedType createToBeEncryptedType() { -        return new ToBeEncryptedType(); +    public GetPropertiesResponseType createGetPropertiesResponseType() { +        return new GetPropertiesResponseType();      }      /** -     * Create an instance of {@link DecryptCMSResponseType } +     * Create an instance of {@link InfoboxDeleteRequestType }       *        */ -    public DecryptCMSResponseType createDecryptCMSResponseType() { -        return new DecryptCMSResponseType(); +    public InfoboxDeleteRequestType createInfoboxDeleteRequestType() { +        return new InfoboxDeleteRequestType();      }      /** -     * Create an instance of {@link KeyInfoType } +     * Create an instance of {@link CardManagementRequest }       *        */ -    public KeyInfoType createKeyInfoType() { -        return new KeyInfoType(); +    public CardManagementRequest createCardManagementRequest() { +        return new CardManagementRequest();      }      /** -     * Create an instance of {@link CMSDataObjectRequiredMetaType } +     * Create an instance of {@link CardActionElement }       *        */ -    public CMSDataObjectRequiredMetaType createCMSDataObjectRequiredMetaType() { -        return new CMSDataObjectRequiredMetaType(); +    public CardActionElement createCardActionElement() { +        return new CardActionElement();      }      /** -     * Create an instance of {@link DecryptXMLResponseType.DecryptedBinaryData } +     * Create an instance of {@link CreateXMLSignatureRequestType }       *        */ -    public DecryptXMLResponseType.DecryptedBinaryData createDecryptXMLResponseTypeDecryptedBinaryData() { -        return new DecryptXMLResponseType.DecryptedBinaryData(); +    public CreateXMLSignatureRequestType createCreateXMLSignatureRequestType() { +        return new CreateXMLSignatureRequestType();      }      /** -     * Create an instance of {@link GetPropertiesRequestType } +     * Create an instance of {@link InfoboxCreateResponseType }       *        */ -    public GetPropertiesRequestType createGetPropertiesRequestType() { -        return new GetPropertiesRequestType(); +    public InfoboxCreateResponseType createInfoboxCreateResponseType() { +        return new InfoboxCreateResponseType();      }      /** -     * Create an instance of {@link Base64XMLContentType } +     * Create an instance of {@link CardChannelResponse }       *        */ -    public Base64XMLContentType createBase64XMLContentType() { -        return new Base64XMLContentType(); +    public CardChannelResponse createCardChannelResponse() { +        return new CardChannelResponse();      }      /** -     * Create an instance of {@link NullOperationRequestType } +     * Create an instance of {@link APDUResponseElement }       *        */ -    public NullOperationRequestType createNullOperationRequestType() { -        return new NullOperationRequestType(); +    public APDUResponseElement createAPDUResponseElement() { +        return new APDUResponseElement(); +    } + +    /** +     * Create an instance of {@link CardManagementResponse } +     *  +     */ +    public CardManagementResponse createCardManagementResponse() { +        return new CardManagementResponse(); +    } + +    /** +     * Create an instance of {@link ResultElement } +     *  +     */ +    public ResultElement createResultElement() { +        return new ResultElement(); +    } + +    /** +     * Create an instance of {@link InfoboxUpdateRequestType } +     *  +     */ +    public InfoboxUpdateRequestType createInfoboxUpdateRequestType() { +        return new InfoboxUpdateRequestType(); +    } + +    /** +     * Create an instance of {@link InfoboxCreateRequestType } +     *  +     */ +    public InfoboxCreateRequestType createInfoboxCreateRequestType() { +        return new InfoboxCreateRequestType(); +    } + +    /** +     * Create an instance of {@link ErrorResponseType } +     *  +     */ +    public ErrorResponseType createErrorResponseType() { +        return new ErrorResponseType(); +    } + +    /** +     * Create an instance of {@link DecryptXMLRequestType } +     *  +     */ +    public DecryptXMLRequestType createDecryptXMLRequestType() { +        return new DecryptXMLRequestType();      }      /** @@ -268,35 +350,35 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link NullOperationResponseType } +     * Create an instance of {@link CreateHashRequestType }       *        */ -    public NullOperationResponseType createNullOperationResponseType() { -        return new NullOperationResponseType(); +    public CreateHashRequestType createCreateHashRequestType() { +        return new CreateHashRequestType();      }      /** -     * Create an instance of {@link XMLRecipientPublicKeyType } +     * Create an instance of {@link EncryptCMSRequestType }       *        */ -    public XMLRecipientPublicKeyType createXMLRecipientPublicKeyType() { -        return new XMLRecipientPublicKeyType(); +    public EncryptCMSRequestType createEncryptCMSRequestType() { +        return new EncryptCMSRequestType();      }      /** -     * Create an instance of {@link UserConfirmationType } +     * Create an instance of {@link InfoboxReadResponseType }       *        */ -    public UserConfirmationType createUserConfirmationType() { -        return new UserConfirmationType(); +    public InfoboxReadResponseType createInfoboxReadResponseType() { +        return new InfoboxReadResponseType();      }      /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.TransformsInfoType } +     * Create an instance of {@link VerifyCMSSignatureRequestType }       *        */ -    public at.buergerkarte.namespaces.securitylayer._1_2_3.TransformsInfoType createTransformsInfoType() { -        return new at.gv.egiz.slbinding.impl.TransformsInfoType(); +    public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { +        return new VerifyCMSSignatureRequestType();      }      /** @@ -308,339 +390,339 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType } +     * Create an instance of {@link VerifyHashRequestType }       *        */ -    public InfoboxUpdateParamsAssocArrayType createInfoboxUpdateParamsAssocArrayType() { -        return new InfoboxUpdateParamsAssocArrayType(); +    public VerifyHashRequestType createVerifyHashRequestType() { +        return new VerifyHashRequestType();      }      /** -     * Create an instance of {@link CardManagementRequest } +     * Create an instance of {@link GetStatusRequestType }       *        */ -    public CardManagementRequest createCardManagementRequest() { -        return new CardManagementRequest(); +    public GetStatusRequestType createGetStatusRequestType() { +        return new GetStatusRequestType();      }      /** -     * Create an instance of {@link CardActionElement } +     * Create an instance of {@link DecryptCMSResponseType }       *        */ -    public CardActionElement createCardActionElement() { -        return new CardActionElement(); +    public DecryptCMSResponseType createDecryptCMSResponseType() { +        return new DecryptCMSResponseType();      }      /** -     * Create an instance of {@link InfoboxAvailableRequestType } +     * Create an instance of {@link VerifyHashResponseType }       *        */ -    public InfoboxAvailableRequestType createInfoboxAvailableRequestType() { -        return new InfoboxAvailableRequestType(); +    public VerifyHashResponseType createVerifyHashResponseType() { +        return new VerifyHashResponseType();      }      /** -     * Create an instance of {@link ManifestRefsCheckResultInfoType } +     * Create an instance of {@link InfoboxAvailableResponseType }       *        */ -    public ManifestRefsCheckResultInfoType createManifestRefsCheckResultInfoType() { -        return new ManifestRefsCheckResultInfoType(); +    public InfoboxAvailableResponseType createInfoboxAvailableResponseType() { +        return new InfoboxAvailableResponseType();      }      /** -     * Create an instance of {@link EncryptionInfoType.EncryptedKeyLocation } +     * Create an instance of {@link InfoboxAvailableRequestType }       *        */ -    public EncryptionInfoType.EncryptedKeyLocation createEncryptionInfoTypeEncryptedKeyLocation() { -        return new EncryptionInfoType.EncryptedKeyLocation(); +    public InfoboxAvailableRequestType createInfoboxAvailableRequestType() { +        return new InfoboxAvailableRequestType();      }      /** -     * Create an instance of {@link GetPropertiesRequest } +     * Create an instance of {@link InfoboxUpdateResponseType }       *        */ -    public GetPropertiesRequest createGetPropertiesRequest() { -        return new GetPropertiesRequest(); +    public InfoboxUpdateResponseType createInfoboxUpdateResponseType() { +        return new InfoboxUpdateResponseType();      }      /** -     * Create an instance of {@link AnyChildrenType } +     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.CreateXMLSignatureResponseType }       *        */ -    public AnyChildrenType createAnyChildrenType() { -        return new AnyChildrenType(); +    public at.gv.egiz.slbinding.impl.CreateXMLSignatureResponseType createCreateXMLSignatureResponseType() { +        return new at.gv.egiz.slbinding.impl.CreateXMLSignatureResponseType();      }      /** -     * Create an instance of {@link ManifestRefsCheckResultType } +     * Create an instance of {@link GetStatusResponseType }       *        */ -    public ManifestRefsCheckResultType createManifestRefsCheckResultType() { -        return new ManifestRefsCheckResultType(); +    public GetStatusResponseType createGetStatusResponseType() { +        return new GetStatusResponseType();      }      /** -     * Create an instance of {@link XMLToBeEncryptedNewType } +     * Create an instance of {@link CreateCMSSignatureRequestType }       *        */ -    public XMLToBeEncryptedNewType createXMLToBeEncryptedNewType() { -        return new XMLToBeEncryptedNewType(); +    public CreateCMSSignatureRequestType createCreateCMSSignatureRequestType() { +        return new CreateCMSSignatureRequestType();      }      /** -     * Create an instance of {@link ToBeEncryptedType.Element } +     * Create an instance of {@link NullOperationRequestType }       *        */ -    public ToBeEncryptedType.Element createToBeEncryptedTypeElement() { -        return new ToBeEncryptedType.Element(); +    public NullOperationRequestType createNullOperationRequestType() { +        return new NullOperationRequestType();      }      /** -     * Create an instance of {@link DecryptCMSRequestType } +     * Create an instance of {@link VerifyXMLSignatureRequestType }       *        */ -    public DecryptCMSRequestType createDecryptCMSRequestType() { -        return new DecryptCMSRequestType(); +    public VerifyXMLSignatureRequestType createVerifyXMLSignatureRequestType() { +        return new VerifyXMLSignatureRequestType();      }      /** -     * Create an instance of {@link ReferencesCheckResultInfoType } +     * Create an instance of {@link CreateCMSSignatureResponseType }       *        */ -    public ReferencesCheckResultInfoType createReferencesCheckResultInfoType() { -        return new ReferencesCheckResultInfoType(); +    public CreateCMSSignatureResponseType createCreateCMSSignatureResponseType() { +        return new CreateCMSSignatureResponseType();      }      /** -     * Create an instance of {@link SignatureInfoVerificationType } +     * Create an instance of {@link EncryptXMLRequest }       *        */ -    public SignatureInfoVerificationType createSignatureInfoVerificationType() { -        return new SignatureInfoVerificationType(); +    public EncryptXMLRequest createEncryptXMLRequest() { +        return new EncryptXMLRequest();      }      /** -     * Create an instance of {@link CardManagementResponse } +     * Create an instance of {@link EncryptXMLRequestType }       *        */ -    public CardManagementResponse createCardManagementResponse() { -        return new CardManagementResponse(); +    public EncryptXMLRequestType createEncryptXMLRequestType() { +        return new EncryptXMLRequestType();      }      /** -     * Create an instance of {@link Base64OptRefContentType } +     * Create an instance of {@link XMLRecipientPublicKeyType }       *        */ -    public Base64OptRefContentType createBase64OptRefContentType() { -        return new Base64OptRefContentType(); +    public XMLRecipientPublicKeyType createXMLRecipientPublicKeyType() { +        return new XMLRecipientPublicKeyType();      }      /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType } +     * Create an instance of {@link VerifyCMSSignatureResponseType }       *        */ -    public InfoboxReadParamsAssocArrayType createInfoboxReadParamsAssocArrayType() { -        return new InfoboxReadParamsAssocArrayType(); +    public VerifyCMSSignatureResponseType createVerifyCMSSignatureResponseType() { +        return new VerifyCMSSignatureResponseType();      }      /** -     * Create an instance of {@link CommandAPDUType } +     * Create an instance of {@link CMSRecipientPublicKeyType }       *        */ -    public CommandAPDUType createCommandAPDUType() { -        return new CommandAPDUType(); +    public CMSRecipientPublicKeyType createCMSRecipientPublicKeyType() { +        return new CMSRecipientPublicKeyType();      }      /** -     * Create an instance of {@link CreateCMSSignatureRequestType } +     * Create an instance of {@link InfoboxReadParamsBinaryFileType }       *        */ -    public CreateCMSSignatureRequestType createCreateCMSSignatureRequestType() { -        return new CreateCMSSignatureRequestType(); +    public InfoboxReadParamsBinaryFileType createInfoboxReadParamsBinaryFileType() { +        return new InfoboxReadParamsBinaryFileType();      }      /** -     * Create an instance of {@link InfoboxDeleteRequestType } +     * Create an instance of {@link CMSEncryptedContentType }       *        */ -    public InfoboxDeleteRequestType createInfoboxDeleteRequestType() { -        return new InfoboxDeleteRequestType(); +    public CMSEncryptedContentType createCMSEncryptedContentType() { +        return new CMSEncryptedContentType();      }      /** -     * Create an instance of {@link VerifyHashInfoRequestType } +     * Create an instance of {@link SignatureInfoVerificationType }       *        */ -    public VerifyHashInfoRequestType createVerifyHashInfoRequestType() { -        return new VerifyHashInfoRequestType(); +    public SignatureInfoVerificationType createSignatureInfoVerificationType() { +        return new SignatureInfoVerificationType();      }      /** -     * Create an instance of {@link VerifyCMSSignatureRequestType } +     * Create an instance of {@link CreateHashInfoResponseType }       *        */ -    public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { -        return new VerifyCMSSignatureRequestType(); +    public CreateHashInfoResponseType createCreateHashInfoResponseType() { +        return new CreateHashInfoResponseType();      }      /** -     * Create an instance of {@link EncryptedDataType } +     * Create an instance of {@link BindingType }       *        */ -    public EncryptedDataType createEncryptedDataType() { -        return new EncryptedDataType(); +    public BindingType createBindingType() { +        return new BindingType();      }      /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType.SignatureLocation } +     * Create an instance of {@link Base64XMLLocRefOptRefContentType }       *        */ -    public at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType.SignatureLocation createSignatureInfoCreationTypeSignatureLocation() { -        return new at.gv.egiz.slbinding.impl.SignatureLocationType(); +    public Base64XMLLocRefOptRefContentType createBase64XMLLocRefOptRefContentType() { +        return new Base64XMLLocRefOptRefContentType();      }      /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadValue } +     * Create an instance of {@link CMSDataObjectOptionalMetaType }       *        */ -    public InfoboxReadParamsAssocArrayType.ReadValue createInfoboxReadParamsAssocArrayTypeReadValue() { -        return new InfoboxReadParamsAssocArrayType.ReadValue(); +    public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { +        return new CMSDataObjectOptionalMetaType();      }      /** -     * Create an instance of {@link XMLToBeEncryptedNewContentType } +     * Create an instance of {@link ResponseAPDUType }       *        */ -    public XMLToBeEncryptedNewContentType createXMLToBeEncryptedNewContentType() { -        return new XMLToBeEncryptedNewContentType(); +    public ResponseAPDUType createResponseAPDUType() { +        return new ResponseAPDUType();      }      /** -     * Create an instance of {@link InfoboxCreateResponseType } +     * Create an instance of {@link Base64ContentType }       *        */ -    public InfoboxCreateResponseType createInfoboxCreateResponseType() { -        return new InfoboxCreateResponseType(); +    public Base64ContentType createBase64ContentType() { +        return new Base64ContentType();      }      /** -     * Create an instance of {@link InfoboxReadDataAssocArrayType } +     * Create an instance of {@link InfoboxAssocArrayPairType }       *        */ -    public InfoboxReadDataAssocArrayType createInfoboxReadDataAssocArrayType() { -        return new InfoboxReadDataAssocArrayType(); +    public InfoboxAssocArrayPairType createInfoboxAssocArrayPairType() { +        return new InfoboxAssocArrayPairType();      }      /** -     * Create an instance of {@link DecryptXMLRequestType } +     * Create an instance of {@link CMSToBeEncryptedType }       *        */ -    public DecryptXMLRequestType createDecryptXMLRequestType() { -        return new DecryptXMLRequestType(); +    public CMSToBeEncryptedType createCMSToBeEncryptedType() { +        return new CMSToBeEncryptedType();      }      /** -     * Create an instance of {@link ExcludedByteRangeType } +     * Create an instance of {@link Base64XMLOptRefContentType }       *        */ -    public ExcludedByteRangeType createExcludedByteRangeType() { -        return new ExcludedByteRangeType(); +    public Base64XMLOptRefContentType createBase64XMLOptRefContentType() { +        return new Base64XMLOptRefContentType();      }      /** -     * Create an instance of {@link MetaInfoType } +     * Create an instance of {@link ReferencesCheckResultInfoType }       *        */ -    public MetaInfoType createMetaInfoType() { -        return new MetaInfoType(); +    public ReferencesCheckResultInfoType createReferencesCheckResultInfoType() { +        return new ReferencesCheckResultInfoType();      }      /** -     * Create an instance of {@link ScriptElement } +     * Create an instance of {@link Base64XMLContentType }       *        */ -    public ScriptElement createScriptElement() { -        return new ScriptElement(); +    public Base64XMLContentType createBase64XMLContentType() { +        return new Base64XMLContentType();      }      /** -     * Create an instance of {@link DataObjectInfoType } +     * Create an instance of {@link HashDataType }       *        */ -    public DataObjectInfoType createDataObjectInfoType() { -        return new DataObjectInfoType(); +    public HashDataType createHashDataType() { +        return new HashDataType();      }      /** -     * Create an instance of {@link VerificationResultType } +     * Create an instance of {@link CMSDataObjectRequiredMetaType }       *        */ -    public VerificationResultType createVerificationResultType() { -        return new VerificationResultType(); +    public CMSDataObjectRequiredMetaType createCMSDataObjectRequiredMetaType() { +        return new CMSDataObjectRequiredMetaType();      }      /** -     * Create an instance of {@link InfoboxAvailableResponseType } +     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType }       *        */ -    public InfoboxAvailableResponseType createInfoboxAvailableResponseType() { -        return new InfoboxAvailableResponseType(); +    public at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType createXMLContentType() { +        return new at.gv.egiz.slbinding.impl.XMLContentType();      }      /** -     * Create an instance of {@link EncryptXMLRequestType } +     * Create an instance of {@link AnyMixedChildrenType }       *        */ -    public EncryptXMLRequestType createEncryptXMLRequestType() { -        return new EncryptXMLRequestType(); +    public AnyMixedChildrenType createAnyMixedChildrenType() { +        return new AnyMixedChildrenType();      }      /** -     * Create an instance of {@link AccessAuthorizationType } +     * Create an instance of {@link AnyChildrenType }       *        */ -    public AccessAuthorizationType createAccessAuthorizationType() { -        return new AccessAuthorizationType(); +    public AnyChildrenType createAnyChildrenType() { +        return new AnyChildrenType();      }      /** -     * Create an instance of {@link ReferencesCheckResultType } +     * Create an instance of {@link ManifestRefsCheckResultInfoType }       *        */ -    public ReferencesCheckResultType createReferencesCheckResultType() { -        return new ReferencesCheckResultType(); +    public ManifestRefsCheckResultInfoType createManifestRefsCheckResultInfoType() { +        return new ManifestRefsCheckResultInfoType();      }      /** -     * Create an instance of {@link CreateHashRequestType } +     * Create an instance of {@link Base64XMLLocRefReqRefContentType }       *        */ -    public CreateHashRequestType createCreateHashRequestType() { -        return new CreateHashRequestType(); +    public Base64XMLLocRefReqRefContentType createBase64XMLLocRefReqRefContentType() { +        return new Base64XMLLocRefReqRefContentType();      }      /** -     * Create an instance of {@link Base64XMLOptRefContentType } +     * Create an instance of {@link UserConfirmationType }       *        */ -    public Base64XMLOptRefContentType createBase64XMLOptRefContentType() { -        return new Base64XMLOptRefContentType(); +    public UserConfirmationType createUserConfirmationType() { +        return new UserConfirmationType();      }      /** -     * Create an instance of {@link ResetType } +     * Create an instance of {@link DataObjectInfoType }       *        */ -    public ResetType createResetType() { -        return new ResetType(); +    public DataObjectInfoType createDataObjectInfoType() { +        return new DataObjectInfoType();      }      /** -     * Create an instance of {@link CardChannelResponse } +     * Create an instance of {@link APDUATRType }       *        */ -    public CardChannelResponse createCardChannelResponse() { -        return new CardChannelResponse(); +    public APDUATRType createAPDUATRType() { +        return new APDUATRType();      }      /** @@ -652,331 +734,323 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link InfoboxReadResponseType } -     *  -     */ -    public InfoboxReadResponseType createInfoboxReadResponseType() { -        return new InfoboxReadResponseType(); -    } - -    /** -     * Create an instance of {@link VerifyXMLSignatureRequestType } +     * Create an instance of {@link VerificationResultType }       *        */ -    public VerifyXMLSignatureRequestType createVerifyXMLSignatureRequestType() { -        return new VerifyXMLSignatureRequestType(); +    public VerificationResultType createVerificationResultType() { +        return new VerificationResultType();      }      /** -     * Create an instance of {@link HashDataType } +     * Create an instance of {@link ExcludedByteRangeType }       *        */ -    public HashDataType createHashDataType() { -        return new HashDataType(); +    public ExcludedByteRangeType createExcludedByteRangeType() { +        return new ExcludedByteRangeType();      }      /** -     * Create an instance of {@link Base64XMLLocRefContentType } +     * Create an instance of {@link ManifestRefsCheckResultType }       *        */ -    public Base64XMLLocRefContentType createBase64XMLLocRefContentType() { -        return new Base64XMLLocRefContentType(); +    public ManifestRefsCheckResultType createManifestRefsCheckResultType() { +        return new ManifestRefsCheckResultType();      }      /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.CreateXMLSignatureResponseType } +     * Create an instance of {@link CheckResultType }       *        */ -    public at.gv.egiz.slbinding.impl.CreateXMLSignatureResponseType createCreateXMLSignatureResponseType() { -        return new at.gv.egiz.slbinding.impl.CreateXMLSignatureResponseType(); +    public CheckResultType createCheckResultType() { +        return new CheckResultType();      }      /** -     * Create an instance of {@link CreateXMLSignatureRequestType } +     * Create an instance of {@link EncryptedDataType }       *        */ -    public CreateXMLSignatureRequestType createCreateXMLSignatureRequestType() { -        return new CreateXMLSignatureRequestType(); +    public EncryptedDataType createEncryptedDataType() { +        return new EncryptedDataType();      }      /** -     * Create an instance of {@link GetStatusRequestType } +     * Create an instance of {@link InfoboxReadDataAssocArrayType }       *        */ -    public GetStatusRequestType createGetStatusRequestType() { -        return new GetStatusRequestType(); +    public InfoboxReadDataAssocArrayType createInfoboxReadDataAssocArrayType() { +        return new InfoboxReadDataAssocArrayType();      }      /** -     * Create an instance of {@link AnyMixedChildrenType } +     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.TransformsInfoType }       *        */ -    public AnyMixedChildrenType createAnyMixedChildrenType() { -        return new AnyMixedChildrenType(); +    public at.buergerkarte.namespaces.securitylayer._1_2_3.TransformsInfoType createTransformsInfoType() { +        return new at.gv.egiz.slbinding.impl.TransformsInfoType();      }      /** -     * Create an instance of {@link ErrorResponseType } +     * Create an instance of {@link QualifiedBoxIdentifierType }       *        */ -    public ErrorResponseType createErrorResponseType() { -        return new ErrorResponseType(); +    public QualifiedBoxIdentifierType createQualifiedBoxIdentifierType() { +        return new QualifiedBoxIdentifierType();      }      /** -     * Create an instance of {@link InfoboxReadParamsBinaryFileType } +     * Create an instance of {@link VerifyHashInfoRequestType }       *        */ -    public InfoboxReadParamsBinaryFileType createInfoboxReadParamsBinaryFileType() { -        return new InfoboxReadParamsBinaryFileType(); +    public VerifyHashInfoRequestType createVerifyHashInfoRequestType() { +        return new VerifyHashInfoRequestType();      }      /** -     * Create an instance of {@link CMSToBeEncryptedType } +     * Create an instance of {@link XMLToBeEncryptedNewContentType }       *        */ -    public CMSToBeEncryptedType createCMSToBeEncryptedType() { -        return new CMSToBeEncryptedType(); +    public XMLToBeEncryptedNewContentType createXMLToBeEncryptedNewContentType() { +        return new XMLToBeEncryptedNewContentType();      }      /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType } +     * Create an instance of {@link Base64XMLLocRefContentType }       *        */ -    public at.buergerkarte.namespaces.securitylayer._1_2_3.XMLContentType createXMLContentType() { -        return new at.gv.egiz.slbinding.impl.XMLContentType(); +    public Base64XMLLocRefContentType createBase64XMLLocRefContentType() { +        return new Base64XMLLocRefContentType();      }      /** -     * Create an instance of {@link EncryptXMLResponseType } +     * Create an instance of {@link Base64OptRefContentType }       *        */ -    public EncryptXMLResponseType createEncryptXMLResponseType() { -        return new EncryptXMLResponseType(); +    public Base64OptRefContentType createBase64OptRefContentType() { +        return new Base64OptRefContentType();      }      /** -     * Create an instance of {@link EncryptionInfoType } +     * Create an instance of {@link CreateHashInfoRequestType }       *        */ -    public EncryptionInfoType createEncryptionInfoType() { -        return new EncryptionInfoType(); +    public CreateHashInfoRequestType createCreateHashInfoRequestType() { +        return new CreateHashInfoRequestType();      }      /** -     * Create an instance of {@link APDUResponseElement } +     * Create an instance of {@link XMLToBeEncryptedNewType }       *        */ -    public APDUResponseElement createAPDUResponseElement() { -        return new APDUResponseElement(); +    public XMLToBeEncryptedNewType createXMLToBeEncryptedNewType() { +        return new XMLToBeEncryptedNewType();      }      /** -     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType.DeletePair } +     * Create an instance of {@link ResetType }       *        */ -    public InfoboxUpdateParamsAssocArrayType.DeletePair createInfoboxUpdateParamsAssocArrayTypeDeletePair() { -        return new InfoboxUpdateParamsAssocArrayType.DeletePair(); +    public ResetType createResetType() { +        return new ResetType();      }      /** -     * Create an instance of {@link VerifyHashRequestType } +     * Create an instance of {@link AccessAuthorizationType }       *        */ -    public VerifyHashRequestType createVerifyHashRequestType() { -        return new VerifyHashRequestType(); +    public AccessAuthorizationType createAccessAuthorizationType() { +        return new AccessAuthorizationType();      }      /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadPairs } +     * Create an instance of {@link MetaInfoType }       *        */ -    public InfoboxReadParamsAssocArrayType.ReadPairs createInfoboxReadParamsAssocArrayTypeReadPairs() { -        return new InfoboxReadParamsAssocArrayType.ReadPairs(); +    public MetaInfoType createMetaInfoType() { +        return new MetaInfoType();      }      /** -     * Create an instance of {@link CMSDataObjectOptionalMetaType } +     * Create an instance of {@link DataObjectAssociationType }       *        */ -    public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { -        return new CMSDataObjectOptionalMetaType(); +    public DataObjectAssociationType createDataObjectAssociationType() { +        return new DataObjectAssociationType();      }      /** -     * Create an instance of {@link InfoboxUpdateResponseType } +     * Create an instance of {@link ReferencesCheckResultType }       *        */ -    public InfoboxUpdateResponseType createInfoboxUpdateResponseType() { -        return new InfoboxUpdateResponseType(); +    public ReferencesCheckResultType createReferencesCheckResultType() { +        return new ReferencesCheckResultType();      }      /** -     * Create an instance of {@link EncryptCMSResponseType } +     * Create an instance of {@link RequesterIDType }       *        */ -    public EncryptCMSResponseType createEncryptCMSResponseType() { -        return new EncryptCMSResponseType(); +    public RequesterIDType createRequesterIDType() { +        return new RequesterIDType();      }      /** -     * Create an instance of {@link RequesterIDType } +     * Create an instance of {@link CommandAPDUType }       *        */ -    public RequesterIDType createRequesterIDType() { -        return new RequesterIDType(); +    public CommandAPDUType createCommandAPDUType() { +        return new CommandAPDUType();      }      /** -     * Create an instance of {@link BindingType } +     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType.SignatureLocation }       *        */ -    public BindingType createBindingType() { -        return new BindingType(); +    public at.buergerkarte.namespaces.securitylayer._1_2_3.SignatureInfoCreationType.SignatureLocation createSignatureInfoCreationTypeSignatureLocation() { +        return new at.gv.egiz.slbinding.impl.SignatureLocationType();      }      /** -     * Create an instance of {@link ResponseAPDUType } +     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadKeys }       *        */ -    public ResponseAPDUType createResponseAPDUType() { -        return new ResponseAPDUType(); +    public InfoboxReadParamsAssocArrayType.ReadKeys createInfoboxReadParamsAssocArrayTypeReadKeys() { +        return new InfoboxReadParamsAssocArrayType.ReadKeys();      }      /** -     * Create an instance of {@link VerifyCMSSignatureResponseType } +     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadPairs }       *        */ -    public VerifyCMSSignatureResponseType createVerifyCMSSignatureResponseType() { -        return new VerifyCMSSignatureResponseType(); +    public InfoboxReadParamsAssocArrayType.ReadPairs createInfoboxReadParamsAssocArrayTypeReadPairs() { +        return new InfoboxReadParamsAssocArrayType.ReadPairs();      }      /** -     * Create an instance of {@link InfoboxUpdateRequestType } +     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadValue }       *        */ -    public InfoboxUpdateRequestType createInfoboxUpdateRequestType() { -        return new InfoboxUpdateRequestType(); +    public InfoboxReadParamsAssocArrayType.ReadValue createInfoboxReadParamsAssocArrayTypeReadValue() { +        return new InfoboxReadParamsAssocArrayType.ReadValue();      }      /** -     * Create an instance of {@link DecryptXMLResponseType } +     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType.UpdateKey }       *        */ -    public DecryptXMLResponseType createDecryptXMLResponseType() { -        return new DecryptXMLResponseType(); +    public InfoboxUpdateParamsAssocArrayType.UpdateKey createInfoboxUpdateParamsAssocArrayTypeUpdateKey() { +        return new InfoboxUpdateParamsAssocArrayType.UpdateKey();      }      /** -     * Create an instance of {@link QualifiedBoxIdentifierType } +     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType.DeletePair }       *        */ -    public QualifiedBoxIdentifierType createQualifiedBoxIdentifierType() { -        return new QualifiedBoxIdentifierType(); +    public InfoboxUpdateParamsAssocArrayType.DeletePair createInfoboxUpdateParamsAssocArrayTypeDeletePair() { +        return new InfoboxUpdateParamsAssocArrayType.DeletePair();      }      /** -     * Create an instance of {@link CMSRecipientPublicKeyType } +     * Create an instance of {@link EncryptionInfoType.EncryptedKeyLocation }       *        */ -    public CMSRecipientPublicKeyType createCMSRecipientPublicKeyType() { -        return new CMSRecipientPublicKeyType(); +    public EncryptionInfoType.EncryptedKeyLocation createEncryptionInfoTypeEncryptedKeyLocation() { +        return new EncryptionInfoType.EncryptedKeyLocation();      }      /** -     * Create an instance of {@link VerifyHashResponseType } +     * Create an instance of {@link ToBeEncryptedType.Element }       *        */ -    public VerifyHashResponseType createVerifyHashResponseType() { -        return new VerifyHashResponseType(); +    public ToBeEncryptedType.Element createToBeEncryptedTypeElement() { +        return new ToBeEncryptedType.Element();      }      /** -     * Create an instance of {@link GetPropertiesResponseType } +     * Create an instance of {@link ToBeEncryptedType.ElementContent }       *        */ -    public GetPropertiesResponseType createGetPropertiesResponseType() { -        return new GetPropertiesResponseType(); +    public ToBeEncryptedType.ElementContent createToBeEncryptedTypeElementContent() { +        return new ToBeEncryptedType.ElementContent();      }      /** -     * Create an instance of {@link CMSEncryptedContentType } +     * Create an instance of {@link BulkResponseType.CreateSignatureResponse }       *        */ -    public CMSEncryptedContentType createCMSEncryptedContentType() { -        return new CMSEncryptedContentType(); +    public BulkResponseType.CreateSignatureResponse createBulkResponseTypeCreateSignatureResponse() { +        return new BulkResponseType.CreateSignatureResponse();      }      /** -     * Create an instance of {@link CreateHashInfoRequestType } +     * Create an instance of {@link BulkResponseType.VerifySignatureResponse }       *        */ -    public CreateHashInfoRequestType createCreateHashInfoRequestType() { -        return new CreateHashInfoRequestType(); +    public BulkResponseType.VerifySignatureResponse createBulkResponseTypeVerifySignatureResponse() { +        return new BulkResponseType.VerifySignatureResponse();      }      /** -     * Create an instance of {@link VerifyXMLSignatureResponseType } +     * Create an instance of {@link BulkResponseType.EncryptResponse }       *        */ -    public VerifyXMLSignatureResponseType createVerifyXMLSignatureResponseType() { -        return new VerifyXMLSignatureResponseType(); +    public BulkResponseType.EncryptResponse createBulkResponseTypeEncryptResponse() { +        return new BulkResponseType.EncryptResponse();      }      /** -     * Create an instance of {@link APDUATRType } +     * Create an instance of {@link BulkResponseType.DecryptResponse }       *        */ -    public APDUATRType createAPDUATRType() { -        return new APDUATRType(); +    public BulkResponseType.DecryptResponse createBulkResponseTypeDecryptResponse() { +        return new BulkResponseType.DecryptResponse();      }      /** -     * Create an instance of {@link EncryptXMLRequest } +     * Create an instance of {@link EncryptXMLResponseType.EncryptionEnvironment }       *        */ -    public EncryptXMLRequest createEncryptXMLRequest() { -        return new EncryptXMLRequest(); +    public EncryptXMLResponseType.EncryptionEnvironment createEncryptXMLResponseTypeEncryptionEnvironment() { +        return new EncryptXMLResponseType.EncryptionEnvironment();      }      /** -     * Create an instance of {@link Base64ContentType } +     * Create an instance of {@link DecryptXMLResponseType.DecryptedBinaryData }       *        */ -    public Base64ContentType createBase64ContentType() { -        return new Base64ContentType(); +    public DecryptXMLResponseType.DecryptedBinaryData createDecryptXMLResponseTypeDecryptedBinaryData() { +        return new DecryptXMLResponseType.DecryptedBinaryData();      }      /** -     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType.UpdateKey } +     * Create an instance of {@link BulkRequestType.CreateSignatureRequest }       *        */ -    public InfoboxUpdateParamsAssocArrayType.UpdateKey createInfoboxUpdateParamsAssocArrayTypeUpdateKey() { -        return new InfoboxUpdateParamsAssocArrayType.UpdateKey(); +    public BulkRequestType.CreateSignatureRequest createBulkRequestTypeCreateSignatureRequest() { +        return new BulkRequestType.CreateSignatureRequest();      }      /** -     * Create an instance of {@link CreateCMSSignatureResponseType } +     * Create an instance of {@link BulkRequestType.VerifySignatureRequest }       *        */ -    public CreateCMSSignatureResponseType createCreateCMSSignatureResponseType() { -        return new CreateCMSSignatureResponseType(); +    public BulkRequestType.VerifySignatureRequest createBulkRequestTypeVerifySignatureRequest() { +        return new BulkRequestType.VerifySignatureRequest();      }      /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadKeys } +     * Create an instance of {@link BulkRequestType.EncryptRequest }       *        */ -    public InfoboxReadParamsAssocArrayType.ReadKeys createInfoboxReadParamsAssocArrayTypeReadKeys() { -        return new InfoboxReadParamsAssocArrayType.ReadKeys(); +    public BulkRequestType.EncryptRequest createBulkRequestTypeEncryptRequest() { +        return new BulkRequestType.EncryptRequest();      }      /** -     * Create an instance of {@link Base64XMLLocRefOptRefContentType } +     * Create an instance of {@link BulkRequestType.DecryptRequest }       *        */ -    public Base64XMLLocRefOptRefContentType createBase64XMLLocRefOptRefContentType() { -        return new Base64XMLLocRefOptRefContentType(); +    public BulkRequestType.DecryptRequest createBulkRequestTypeDecryptRequest() { +        return new BulkRequestType.DecryptRequest();      }      /** @@ -1151,6 +1225,15 @@ public class ObjectFactory {      }      /** +     * Create an instance of {@link JAXBElement }{@code <}{@link BulkRequestType }{@code >}} +     *  +     */ +    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "BulkRequest") +    public JAXBElement<BulkRequestType> createBulkRequest(BulkRequestType value) { +        return new JAXBElement<BulkRequestType>(_BulkRequest_QNAME, BulkRequestType.class, null, value); +    } + +    /**       * Create an instance of {@link JAXBElement }{@code <}{@link DecryptCMSRequestType }{@code >}}       *        */ @@ -1214,6 +1297,15 @@ public class ObjectFactory {      }      /** +     * Create an instance of {@link JAXBElement }{@code <}{@link BulkResponseType }{@code >}} +     *  +     */ +    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "BulkResponse") +    public JAXBElement<BulkResponseType> createBulkResponse(BulkResponseType value) { +        return new JAXBElement<BulkResponseType>(_BulkResponse_QNAME, BulkResponseType.class, null, value); +    } + +    /**       * Create an instance of {@link JAXBElement }{@code <}{@link EncryptXMLResponseType }{@code >}}       *        */ @@ -1313,21 +1405,21 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} +     * Create an instance of {@link JAXBElement }{@code <}{@link CheckResultType }{@code >}}       *        */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "FailedReference", scope = ReferencesCheckResultInfoType.class) -    public JAXBElement<BigInteger> createReferencesCheckResultInfoTypeFailedReference(BigInteger value) { -        return new JAXBElement<BigInteger>(_ReferencesCheckResultInfoTypeFailedReference_QNAME, BigInteger.class, ReferencesCheckResultInfoType.class, value); +    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "SignatureCheck", scope = VerifyCMSSignatureResponseType.class) +    public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeSignatureCheck(CheckResultType value) { +        return new JAXBElement<CheckResultType>(_VerifyCMSSignatureResponseTypeSignatureCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value);      }      /**       * Create an instance of {@link JAXBElement }{@code <}{@link CheckResultType }{@code >}}       *        */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "SignatureCheck", scope = VerifyCMSSignatureResponseType.class) -    public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeSignatureCheck(CheckResultType value) { -        return new JAXBElement<CheckResultType>(_VerifyCMSSignatureResponseTypeSignatureCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); +    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CertificateCheck", scope = VerifyCMSSignatureResponseType.class) +    public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { +        return new JAXBElement<CheckResultType>(_VerifyCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value);      }      /** @@ -1340,12 +1432,12 @@ public class ObjectFactory {      }      /** -     * Create an instance of {@link JAXBElement }{@code <}{@link CheckResultType }{@code >}} +     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}       *        */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CertificateCheck", scope = VerifyCMSSignatureResponseType.class) -    public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { -        return new JAXBElement<CheckResultType>(_VerifyCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); +    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "FailedReference", scope = ReferencesCheckResultInfoType.class) +    public JAXBElement<BigInteger> createReferencesCheckResultInfoTypeFailedReference(BigInteger value) { +        return new JAXBElement<BigInteger>(_ReferencesCheckResultInfoTypeFailedReference_QNAME, BigInteger.class, ReferencesCheckResultInfoType.class, value);      }      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/QualifiedBoxIdentifierType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/QualifiedBoxIdentifierType.java index 6dc550b5..725d91cb 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/QualifiedBoxIdentifierType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/QualifiedBoxIdentifierType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultInfoType.java index 7a903e7b..df9ee414 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultInfoType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultInfoType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -47,7 +47,7 @@ import org.w3c.dom.Element;  })  public class ReferencesCheckResultInfoType { -    @XmlElementRef(name = "FailedReference", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class) +    @XmlElementRef(name = "FailedReference", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class, required = false)      @XmlMixed      @XmlAnyElement(lax = true)      protected List<Object> content; @@ -70,10 +70,10 @@ public class ReferencesCheckResultInfoType {       *        * <p>       * Objects of the following type(s) are allowed in the list -     * {@link Element }       * {@link Object } -     * {@link String }       * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} +     * {@link String } +     * {@link Element }       *        *        */ diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultType.java index d9f92e41..95c49f10 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReferencesCheckResultType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/RequesterIDType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/RequesterIDType.java index 324afe4c..0ae82ee1 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/RequesterIDType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/RequesterIDType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetColdType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetColdType.java index 6184fcc3..3caae469 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetColdType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetColdType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetType.java index e341dd7b..6a06e23b 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResetType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -35,7 +35,7 @@ import javax.xml.bind.annotation.XmlType;  @XmlType(name = "ResetType")  public class ResetType { -    @XmlAttribute +    @XmlAttribute(name = "cold")      protected ResetColdType cold;      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResponseAPDUType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResponseAPDUType.java index 86317ced..b5c39e33 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResponseAPDUType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResponseAPDUType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -43,9 +43,9 @@ public class ResponseAPDUType {      @XmlValue      protected String value; -    @XmlAttribute(required = true) +    @XmlAttribute(name = "sequence", required = true)      protected BigInteger sequence; -    @XmlAttribute(required = true) +    @XmlAttribute(name = "rc", required = true)      protected BigInteger rc;      @XmlAttribute(name = "SW", required = true)      protected String sw; diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultApplElement.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultApplElement.java index 47cb32e2..d227267e 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultApplElement.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultApplElement.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultElement.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultElement.java index 001adb4e..87a01113 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultElement.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ResultElement.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReturnResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReturnResultType.java index c695dbf9..e0f9b0d0 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReturnResultType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ReturnResultType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ScriptElement.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ScriptElement.java index 0858315b..0e8f08e7 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ScriptElement.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ScriptElement.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoCreationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoCreationType.java index 9baa4a50..7c658d2a 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoCreationType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoCreationType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoVerificationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoVerificationType.java index b898b066..a0b1bb76 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoVerificationType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/SignatureInfoVerificationType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ToBeEncryptedType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ToBeEncryptedType.java index 34b35264..3dc09da8 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ToBeEncryptedType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/ToBeEncryptedType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TokenStatusType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TokenStatusType.java index 4a506ad8..dea42c9e 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TokenStatusType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TokenStatusType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TransformsInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TransformsInfoType.java index 20b5d9aa..577c453c 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TransformsInfoType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/TransformsInfoType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationSimpleType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationSimpleType.java index d1d7df50..5b5f2dbb 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationSimpleType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationSimpleType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationType.java index 5566eb9c..22df3652 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/UserConfirmationType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerificationResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerificationResultType.java index d23a071b..87df6e24 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerificationResultType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerificationResultType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureRequestType.java index bbc08cfd..c83a19da 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -102,7 +102,7 @@ public class VerifyCMSSignatureRequestType {       *     byte[]       */      public void setCMSSignature(byte[] value) { -        this.cmsSignature = ((byte[]) value); +        this.cmsSignature = value;      }      /** diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureResponseType.java index 869281bc..7d859bc0 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyCMSSignatureResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -47,9 +47,9 @@ import org.w3._2000._09.xmldsig_.KeyInfoType;  public class VerifyCMSSignatureResponseType {      @XmlElementRefs({ -        @XmlElementRef(name = "SignatureCheck", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class), +        @XmlElementRef(name = "SignerInfo", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class),          @XmlElementRef(name = "CertificateCheck", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class), -        @XmlElementRef(name = "SignerInfo", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class) +        @XmlElementRef(name = "SignatureCheck", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class)      })      protected List<JAXBElement<?>> signerInfoAndSignatureCheckAndCertificateCheck; diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashInfoRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashInfoRequestType.java index 2c88c50f..40760eb0 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashInfoRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashInfoRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -147,7 +147,7 @@ public class VerifyHashInfoRequestType {       *     byte[]       */      public void setHashValue(byte[] value) { -        this.hashValue = ((byte[]) value); +        this.hashValue = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashRequestType.java index 1c0dc42c..53a5cdd5 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashResponseType.java index a2b553f3..5ed274f6 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyHashResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureRequestType.java index aae1a2f8..30fe4dbd 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureRequestType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureRequestType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureResponseType.java index 043c55f6..23e53128 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/VerifyXMLSignatureResponseType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLContentType.java index 28a0ac1c..0d97144f 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -39,7 +39,7 @@ public class XMLContentType      extends AnyMixedChildrenType  { -    @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; diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLRecipientPublicKeyType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLRecipientPublicKeyType.java index 2b3463f2..7fac08f0 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLRecipientPublicKeyType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLRecipientPublicKeyType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // @@ -90,7 +90,7 @@ public class XMLRecipientPublicKeyType {       *     byte[]       */      public void setX509Certificate(byte[] value) { -        this.x509Certificate = ((byte[]) value); +        this.x509Certificate = value;      }  } diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewContentType.java index 37aee65e..f3165bb8 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewContentType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewContentType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewType.java index 364f1170..4465f74a 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/XMLToBeEncryptedNewType.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   // diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/package-info.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/package-info.java index e83ee5c4..3387fd09 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/package-info.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/package-info.java @@ -1,8 +1,8 @@  // -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6  +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2   // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>   // Any modifications to this file will be lost upon recompilation of the source schema.  -// Generated on: 2013.10.31 at 07:38:37 PM CET  +// Generated on: 2015.06.01 at 04:42:31 PM CEST   //  @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) diff --git a/utils/src/main/resources/at/gv/egiz/bku/slschema/Core-1.2.xsd b/utils/src/main/resources/at/gv/egiz/bku/slschema/Core-1.2.xsd index ba1ac9d6..a97a98a5 100644 --- a/utils/src/main/resources/at/gv/egiz/bku/slschema/Core-1.2.xsd +++ b/utils/src/main/resources/at/gv/egiz/bku/slschema/Core-1.2.xsd @@ -1,7 +1,8 @@  <?xml version="1.0" encoding="UTF-8"?>
  <!-- Securitylayer, Schnittstellenspezifikation -->
 -<!-- XML-Schema fuer Schnittstellenspezifikation Version 1.2.2 -->
 +<!-- XML-Schema fuer Schnittstellenspezifikation Version 1.2.3 -->
  <!-- 01. 03. 2005, Bundeskanzleramt, Stabsstelle IKT-Strategie, Technik und Standards -->
 +<!-- 24. 09. 2013, EGIZ -->
  <xsd:schema targetNamespace="http://www.buergerkarte.at/namespaces/securitylayer/1.2#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2.1" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.buergerkarte.at/namespaces/securitylayer/1.2#">
    <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
 @@ -25,6 +26,7 @@          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
 +    <xsd:attribute name="PAdESCompatibility" type="xsd:boolean" use="optional" default="false"/>
    </xsd:complexType>
    <xsd:complexType name="CMSDataObjectRequiredMetaType">
      <xsd:complexContent>
 @@ -913,6 +915,102 @@      </xsd:simpleContent>
    </xsd:complexType>
    <!--###################################################################### -->
 +  <!--# Bulk Request                                                       # -->
 +  <!--###################################################################### -->
 +  <xsd:element name="BulkRequest" type="BulkRequestType"/>
 +  <xsd:complexType name="BulkRequestType">
 +    <xsd:choice>
 +      <xsd:element name="CreateSignatureRequest" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +             <xsd:element ref="CreateCMSSignatureRequest"/>
 +             <xsd:element ref="CreateXMLSignatureRequest"/>
 +          </xsd:choice>
 +          <xsd:attribute name="displayName" type="xsd:string" use="optional"/>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +      <xsd:element name="VerifySignatureRequest" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="VerifyCMSSignatureRequest"/>
 +            <xsd:element ref="VerifyXMLSignatureRequest"/>
 +          </xsd:choice>
 +          <xsd:attribute name="displayName" type="xsd:string" use="optional"/>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +      <xsd:element name="EncryptRequest" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="EncryptCMSRequest"/>
 +            <xsd:element ref="EncryptXMLRequest"/>
 +          </xsd:choice>
 +          <xsd:attribute name="displayName" type="xsd:string" use="optional"/>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +      <xsd:element name="DecryptRequest" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="DecryptCMSRequest"/>
 +            <xsd:element ref="DecryptXMLRequest"/>
 +          </xsd:choice>
 +          <xsd:attribute name="displayName" type="xsd:string" use="optional"/>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +    </xsd:choice>
 +  </xsd:complexType>
 +  <!--###################################################################### -->
 +  <!--# Bulk Response                                                      # -->
 +  <!--###################################################################### -->
 +  <xsd:element name="BulkResponse" type="BulkResponseType"/>
 +  <xsd:complexType name="BulkResponseType">
 +    <xsd:choice>
 +      <xsd:element name="CreateSignatureResponse" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="CreateCMSSignatureResponse"/>
 +            <xsd:element ref="CreateXMLSignatureResponse"/>
 +            <xsd:element ref="ErrorResponse"/>
 +          </xsd:choice>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +      <xsd:element name="VerifySignatureResponse" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="VerifyCMSSignatureResponse"/>
 +            <xsd:element ref="VerifyXMLSignatureResponse"/>
 +            <xsd:element ref="ErrorResponse"/>
 +          </xsd:choice>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +      <xsd:element name="EncryptResponse" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="EncryptCMSResponse"/>
 +            <xsd:element ref="EncryptXMLResponse"/>
 +            <xsd:element ref="ErrorResponse"/>
 +          </xsd:choice>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +      <xsd:element name="DecryptResponse" maxOccurs="unbounded">
 +        <xsd:complexType>
 +          <xsd:choice>
 +            <xsd:element ref="DecryptCMSResponse"/>
 +            <xsd:element ref="DecryptXMLResponse"/>
 +            <xsd:element ref="ErrorResponse"/>
 +          </xsd:choice>
 +          <xsd:attribute name="id" type="xsd:ID" use="optional"/>
 +        </xsd:complexType>
 +      </xsd:element>
 +    </xsd:choice>
 +  </xsd:complexType>
 +  <!--###################################################################### -->
    <!--# Error Response                                                     # -->
    <!--###################################################################### -->
    <xsd:element name="ErrorResponse" type="ErrorResponseType"/>
 | 
