From 651657a31add2bdde906165f7498791e7bd846cd Mon Sep 17 00:00:00 2001 From: Tobias Kellner Date: Mon, 8 Jun 2015 01:21:39 +0200 Subject: Update SecurityLayer Schema BulkRequest, PAdESCompatibility added --- .../namespaces/securitylayer/_1_2_3/Base64ContentType.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/Base64ContentType.java') 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 http://java.sun.com/xml/jaxb // 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; } } -- cgit v1.2.3