summaryrefslogtreecommitdiff
path: root/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java')
-rw-r--r--utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1_2_3/APDUResponseElement.java10
1 files changed, 5 insertions, 5 deletions
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 }
*
*
*/