diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2015-10-27 20:12:12 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2015-10-27 20:12:12 +0100 |
commit | 0ba96b399d70eac60ece03f4e438125736169d5b (patch) | |
tree | 8f687acf50129eb84911ea1cf959ccb55dfbf885 /utils/src/main/java/at/buergerkarte/namespaces/cardchannel | |
parent | 1e833166646372f3a44602c18fd8e2a172763026 (diff) | |
download | mocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.gz mocca-0ba96b399d70eac60ece03f4e438125736169d5b.tar.bz2 mocca-0ba96b399d70eac60ece03f4e438125736169d5b.zip |
JavaDoc fixes
Diffstat (limited to 'utils/src/main/java/at/buergerkarte/namespaces/cardchannel')
10 files changed, 93 insertions, 93 deletions
diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ATRType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ATRType.java index 94b3711d..af3ce8f6 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ATRType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ATRType.java @@ -45,13 +45,13 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ATRType"> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> - * <attribute name="rc" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" /> - * </extension> - * </simpleContent> - * </complexType> + * <complexType name="ATRType"> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> + * <attribute name="rc" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" /> + * </extension> + * </simpleContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeList.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeList.java index 2977100b..8fa0128a 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeList.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeList.java @@ -41,15 +41,15 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="AttributeList"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Attribute" type="{}AttributeType" maxOccurs="unbounded" minOccurs="0"/> - * </sequence> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="AttributeList"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Attribute" type="{}AttributeType" maxOccurs="unbounded" minOccurs="0"/> + * </sequence> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeType.java index d4ad8df9..00309711 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/AttributeType.java @@ -43,22 +43,22 @@ import javax.xml.datatype.XMLGregorianCalendar; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="AttributeType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <sequence> - * <element name="Integer" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> - * <element name="Latin1String" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="UTF8String" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="NumericString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="PrintableString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * <element name="GeneralizedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - * <element name="Date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - * </sequence> - * <attribute name="oid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="AttributeType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <sequence> + * <element name="Integer" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> + * <element name="Latin1String" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="UTF8String" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="NumericString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="PrintableString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * <element name="GeneralizedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> + * <element name="Date" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> + * </sequence> + * <attribute name="oid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/CommandAPDUType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/CommandAPDUType.java index 766c748a..77e1a88d 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/CommandAPDUType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/CommandAPDUType.java @@ -45,15 +45,15 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="CommandAPDUType"> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> - * <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> - * <attribute name="of" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> - * <attribute name="expectedSW" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> - * </extension> - * </simpleContent> - * </complexType> + * <complexType name="CommandAPDUType"> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> + * <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> + * <attribute name="of" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> + * <attribute name="expectedSW" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> + * </extension> + * </simpleContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ObjectFactory.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ObjectFactory.java index 9faeec5f..fd82de5d 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ObjectFactory.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ObjectFactory.java @@ -52,7 +52,7 @@ public class ObjectFactory { private final static QName _Grunddaten_QNAME = new QName("", "Grunddaten"); private final static QName _Script_QNAME = new QName("", "Script"); - /** A-Trust expects <pre><Result></pre> instead of <pre><Response></pre> */ + /** A-Trust expects <pre><Result></pre> instead of <pre><Response></pre> */ private final static QName _Response_QNAME = new QName("", "Result"); //Response"); private final static QName _SVPersonenbindung_QNAME = new QName("", "SV-Personenbindung"); private final static QName _Status_QNAME = new QName("", "Status"); @@ -157,7 +157,7 @@ public class ObjectFactory { /** * Create an instance of {@link JAXBElement }{@code <}{@link ResponseType }{@code >}} - * A-Trust expects <pre><Result></pre> instead of <pre><Response></pre> + * A-Trust expects <pre><Result></pre> instead of <pre><Response></pre> */ @XmlElementDecl(namespace = "", name = "Result") //Response") public JAXBElement<ResponseType> createResponse(ResponseType value) { diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResetType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResetType.java index 44912b13..b2895ddb 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResetType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResetType.java @@ -39,13 +39,13 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ResetType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <attribute name="cold" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ResetType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <attribute name="cold" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseAPDUType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseAPDUType.java index 35e42f48..20a7221f 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseAPDUType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseAPDUType.java @@ -45,15 +45,15 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ResponseAPDUType"> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> - * <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> - * <attribute name="rc" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" /> - * <attribute name="sw" type="{http://www.w3.org/2001/XMLSchema}hexBinary" default="9000" /> - * </extension> - * </simpleContent> - * </complexType> + * <complexType name="ResponseAPDUType"> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> + * <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> + * <attribute name="rc" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" /> + * <attribute name="sw" type="{http://www.w3.org/2001/XMLSchema}hexBinary" default="9000" /> + * </extension> + * </simpleContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseType.java index 1aaa2366..35cbc3f0 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ResponseType.java @@ -43,16 +43,16 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ResponseType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <element name="ATR" type="{}ATRType"/> - * <element name="ResponseAPDU" type="{}ResponseAPDUType"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ResponseType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <element name="ATR" type="{}ATRType"/> + * <element name="ResponseAPDU" type="{}ResponseAPDUType"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ScriptType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ScriptType.java index 344b65cc..577168ce 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ScriptType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/ScriptType.java @@ -42,17 +42,17 @@ import javax.xml.bind.annotation.XmlType; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="ScriptType"> - * <complexContent> - * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - * <choice maxOccurs="unbounded"> - * <element name="Reset" type="{}ResetType"/> - * <element name="CommandAPDU" type="{}CommandAPDUType"/> - * <element name="VerifyAPDU" type="{}VerifyAPDUType"/> - * </choice> - * </restriction> - * </complexContent> - * </complexType> + * <complexType name="ScriptType"> + * <complexContent> + * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> + * <choice maxOccurs="unbounded"> + * <element name="Reset" type="{}ResetType"/> + * <element name="CommandAPDU" type="{}CommandAPDUType"/> + * <element name="VerifyAPDU" type="{}VerifyAPDUType"/> + * </choice> + * </restriction> + * </complexContent> + * </complexType> * </pre> * * diff --git a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/VerifyAPDUType.java b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/VerifyAPDUType.java index 8f0a319b..b2125f2a 100644 --- a/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/VerifyAPDUType.java +++ b/utils/src/main/java/at/buergerkarte/namespaces/cardchannel/VerifyAPDUType.java @@ -45,19 +45,19 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> - * <complexType name="VerifyAPDUType"> - * <simpleContent> - * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> - * <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> - * <attribute name="of" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> - * <attribute name="expectedSW" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> - * <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> - * <attribute name="offset" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="timeout" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * </extension> - * </simpleContent> - * </complexType> + * <complexType name="VerifyAPDUType"> + * <simpleContent> + * <extension base="<http://www.w3.org/2001/XMLSchema>hexBinary"> + * <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> + * <attribute name="of" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> + * <attribute name="expectedSW" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> + * <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> + * <attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> + * <attribute name="offset" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> + * <attribute name="timeout" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> + * </extension> + * </simpleContent> + * </complexType> * </pre> * * |