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/APDUResponseElement.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java') 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 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 // @@ -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 atrAndResponseAPDU; @@ -67,8 +67,8 @@ public class APDUResponseElement { * *

* Objects of the following type(s) are allowed in the list - * {@link ResponseAPDUType } * {@link APDUATRType } + * {@link ResponseAPDUType } * * */ -- cgit v1.2.3