diff options
| author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-28 11:05:00 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-11-28 11:05:00 +0000 | 
| commit | 6db3f2298372d78b7dfe33833ef7227fb99f87e9 (patch) | |
| tree | 7ecd3d236a1e74ea8f6daeadeebbd65a6da0d042 /utils/src/main/java | |
| parent | 6fd32071815631ee9042bc9e107510d8371d932b (diff) | |
| download | mocca-6db3f2298372d78b7dfe33833ef7227fb99f87e9.tar.gz mocca-6db3f2298372d78b7dfe33833ef7227fb99f87e9.tar.bz2 mocca-6db3f2298372d78b7dfe33833ef7227fb99f87e9.zip | |
remove old securitylayer bindings
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1231 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'utils/src/main/java')
95 files changed, 0 insertions, 11290 deletions
| diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AccessAuthorizationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AccessAuthorizationType.java deleted file mode 100644 index 6327a489..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AccessAuthorizationType.java +++ /dev/null @@ -1,96 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; - - -/** - * <p>Java class for AccessAuthorizationType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="AccessAuthorizationType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="RequesterID" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}RequesterIDType" maxOccurs="unbounded"/> - *       </sequence> - *       <attribute name="UserMayChange" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AccessAuthorizationType", propOrder = { -    "requesterID" -}) -public class AccessAuthorizationType { - -    @XmlElement(name = "RequesterID", required = true) -    protected List<RequesterIDType> requesterID; -    @XmlAttribute(name = "UserMayChange", required = true) -    protected boolean userMayChange; - -    /** -     * Gets the value of the requesterID 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 requesterID property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getRequesterID().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link RequesterIDType } -     *  -     *  -     */ -    public List<RequesterIDType> getRequesterID() { -        if (requesterID == null) { -            requesterID = new ArrayList<RequesterIDType>(); -        } -        return this.requesterID; -    } - -    /** -     * Gets the value of the userMayChange property. -     *  -     */ -    public boolean isUserMayChange() { -        return userMayChange; -    } - -    /** -     * Sets the value of the userMayChange property. -     *  -     */ -    public void setUserMayChange(boolean value) { -        this.userMayChange = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AllSignatoriesType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AllSignatoriesType.java deleted file mode 100644 index 476ffcfd..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AllSignatoriesType.java +++ /dev/null @@ -1,55 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for AllSignatoriesType. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - * <p> - * <pre> - * <simpleType name="AllSignatoriesType"> - *   <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *     <enumeration value="all"/> - *   </restriction> - * </simpleType> - * </pre> - *  - */ -@XmlType(name = "AllSignatoriesType") -@XmlEnum -public enum AllSignatoriesType { - -    @XmlEnumValue("all") -    ALL("all"); -    private final String value; - -    AllSignatoriesType(String v) { -        value = v; -    } - -    public String value() { -        return value; -    } - -    public static AllSignatoriesType fromValue(String v) { -        for (AllSignatoriesType c: AllSignatoriesType.values()) { -            if (c.value.equals(v)) { -                return c; -            } -        } -        throw new IllegalArgumentException(v); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AnyChildrenType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AnyChildrenType.java deleted file mode 100644 index b20b5221..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AnyChildrenType.java +++ /dev/null @@ -1,82 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * <p>Java class for AnyChildrenType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="AnyChildrenType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence maxOccurs="unbounded" minOccurs="0"> - *         <any processContents='lax'/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AnyChildrenType", propOrder = { -    "any" -}) -@XmlSeeAlso({ -    BindingType.class -}) -public class AnyChildrenType { - -    @XmlAnyElement(lax = true) -    protected List<Object> any; - -    /** -     * Gets the value of the any 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 any property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getAny().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link Element } -     * {@link Object } -     *  -     *  -     */ -    public List<Object> getAny() { -        if (any == null) { -            any = new ArrayList<Object>(); -        } -        return this.any; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AnyMixedChildrenType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AnyMixedChildrenType.java deleted file mode 100644 index 3358a3df..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AnyMixedChildrenType.java +++ /dev/null @@ -1,86 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; -import at.gv.egiz.slbinding.impl.XMLContentType; -import org.w3c.dom.Element; - - -/** - * <p>Java class for AnyMixedChildrenType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="AnyMixedChildrenType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence maxOccurs="unbounded" minOccurs="0"> - *         <any processContents='lax'/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "AnyMixedChildrenType", propOrder = { -    "content" -}) -@XmlSeeAlso({ -    XMLContentType.class -}) -public class AnyMixedChildrenType { - -    @XmlMixed -    @XmlAnyElement(lax = true) -    protected List<Object> content; - -    /** -     * Gets the value of the content 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 content property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getContent().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     * {@link Element } -     * {@link Object } -     *  -     *  -     */ -    public List<Object> getContent() { -        if (content == null) { -            content = new ArrayList<Object>(); -        } -        return this.content; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AuthenticationClassType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AuthenticationClassType.java deleted file mode 100644 index fcae976c..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/AuthenticationClassType.java +++ /dev/null @@ -1,64 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for AuthenticationClassType. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - * <p> - * <pre> - * <simpleType name="AuthenticationClassType"> - *   <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *     <enumeration value="anonym"/> - *     <enumeration value="pseudoanonym"/> - *     <enumeration value="certified"/> - *     <enumeration value="certifiedGovAgency"/> - *   </restriction> - * </simpleType> - * </pre> - *  - */ -@XmlType(name = "AuthenticationClassType") -@XmlEnum -public enum AuthenticationClassType { - -    @XmlEnumValue("anonym") -    ANONYM("anonym"), -    @XmlEnumValue("pseudoanonym") -    PSEUDOANONYM("pseudoanonym"), -    @XmlEnumValue("certified") -    CERTIFIED("certified"), -    @XmlEnumValue("certifiedGovAgency") -    CERTIFIED_GOV_AGENCY("certifiedGovAgency"); -    private final String value; - -    AuthenticationClassType(String v) { -        value = v; -    } - -    public String value() { -        return value; -    } - -    public static AuthenticationClassType fromValue(String v) { -        for (AuthenticationClassType c: AuthenticationClassType.values()) { -            if (c.value.equals(v)) { -                return c; -            } -        } -        throw new IllegalArgumentException(v); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64ContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64ContentType.java deleted file mode 100644 index 4a49a511..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64ContentType.java +++ /dev/null @@ -1,71 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64ContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64ContentType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice minOccurs="0"> - *         <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64ContentType", propOrder = { -    "base64Content" -}) -@XmlSeeAlso({ -    Base64OptRefContentType.class -}) -public class Base64ContentType { - -    @XmlElement(name = "Base64Content") -    protected byte[] base64Content; - -    /** -     * Gets the value of the base64Content property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getBase64Content() { -        return base64Content; -    } - -    /** -     * Sets the value of the base64Content property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setBase64Content(byte[] value) { -        this.base64Content = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64OptRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64OptRefContentType.java deleted file mode 100644 index 6c06f607..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64OptRefContentType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64OptRefContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64OptRefContentType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64ContentType"> - *       <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64OptRefContentType") -public class Base64OptRefContentType -    extends Base64ContentType -{ - -    @XmlAttribute(name = "Reference") -    @XmlSchemaType(name = "anyURI") -    protected String reference; - -    /** -     * Gets the value of the reference property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getReference() { -        return reference; -    } - -    /** -     * Sets the value of the reference property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setReference(String value) { -        this.reference = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLContentType.java deleted file mode 100644 index 0b62ff26..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLContentType.java +++ /dev/null @@ -1,100 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64XMLContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64XMLContentType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice minOccurs="0"> - *         <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *         <element name="XMLContent" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLContentType"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64XMLContentType", propOrder = { -    "base64Content", -    "xmlContent" -}) -@XmlSeeAlso({ -    InfoboxAssocArrayPairType.class, -    Base64XMLOptRefContentType.class -}) -public class Base64XMLContentType { - -    @XmlElement(name = "Base64Content") -    protected byte[] base64Content; -    @XmlElement(name = "XMLContent", type = at.gv.egiz.slbinding.impl.XMLContentType.class) -    protected XMLContentType xmlContent; - -    /** -     * Gets the value of the base64Content property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getBase64Content() { -        return base64Content; -    } - -    /** -     * Sets the value of the base64Content property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setBase64Content(byte[] value) { -        this.base64Content = ((byte[]) value); -    } - -    /** -     * Gets the value of the xmlContent property. -     *  -     * @return -     *     possible object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     *      -     */ -    public at.buergerkarte.namespaces.securitylayer._1.XMLContentType getXMLContent() { -        return xmlContent; -    } - -    /** -     * Sets the value of the xmlContent property. -     *  -     * @param value -     *     allowed object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     *      -     */ -    public void setXMLContent(at.buergerkarte.namespaces.securitylayer._1.XMLContentType value) { -        this.xmlContent = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefContentType.java deleted file mode 100644 index 090969b8..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefContentType.java +++ /dev/null @@ -1,131 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64XMLLocRefContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64XMLLocRefContentType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice minOccurs="0"> - *         <element name="Base64Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *         <element name="XMLContent" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLContentType"/> - *         <element name="LocRefContent" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64XMLLocRefContentType", propOrder = { -    "base64Content", -    "xmlContent", -    "locRefContent" -}) -@XmlSeeAlso({ -    Base64XMLLocRefOptRefContentType.class, -    Base64XMLLocRefReqRefContentType.class, -    XMLToBeEncryptedNewContentType.class -}) -public class Base64XMLLocRefContentType { - -    @XmlElement(name = "Base64Content") -    protected byte[] base64Content; -    @XmlElement(name = "XMLContent", type = at.gv.egiz.slbinding.impl.XMLContentType.class) -    protected XMLContentType xmlContent; -    @XmlElement(name = "LocRefContent") -    @XmlSchemaType(name = "anyURI") -    protected String locRefContent; - -    /** -     * Gets the value of the base64Content property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getBase64Content() { -        return base64Content; -    } - -    /** -     * Sets the value of the base64Content property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setBase64Content(byte[] value) { -        this.base64Content = ((byte[]) value); -    } - -    /** -     * Gets the value of the xmlContent property. -     *  -     * @return -     *     possible object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     *      -     */ -    public at.buergerkarte.namespaces.securitylayer._1.XMLContentType getXMLContent() { -        return xmlContent; -    } - -    /** -     * Sets the value of the xmlContent property. -     *  -     * @param value -     *     allowed object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     *      -     */ -    public void setXMLContent(at.buergerkarte.namespaces.securitylayer._1.XMLContentType value) { -        this.xmlContent = value; -    } - -    /** -     * Gets the value of the locRefContent property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getLocRefContent() { -        return locRefContent; -    } - -    /** -     * Sets the value of the locRefContent property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setLocRefContent(String value) { -        this.locRefContent = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefOptRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefOptRefContentType.java deleted file mode 100644 index 4c2043e1..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefOptRefContentType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64XMLLocRefOptRefContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64XMLLocRefOptRefContentType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLLocRefContentType"> - *       <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64XMLLocRefOptRefContentType") -public class Base64XMLLocRefOptRefContentType -    extends Base64XMLLocRefContentType -{ - -    @XmlAttribute(name = "Reference") -    @XmlSchemaType(name = "anyURI") -    protected String reference; - -    /** -     * Gets the value of the reference property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getReference() { -        return reference; -    } - -    /** -     * Sets the value of the reference property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setReference(String value) { -        this.reference = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefReqRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefReqRefContentType.java deleted file mode 100644 index 90d9972c..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLLocRefReqRefContentType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64XMLLocRefReqRefContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64XMLLocRefReqRefContentType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLLocRefContentType"> - *       <attribute name="Reference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64XMLLocRefReqRefContentType") -public class Base64XMLLocRefReqRefContentType -    extends Base64XMLLocRefContentType -{ - -    @XmlAttribute(name = "Reference", required = true) -    @XmlSchemaType(name = "anyURI") -    protected String reference; - -    /** -     * Gets the value of the reference property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getReference() { -        return reference; -    } - -    /** -     * Sets the value of the reference property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setReference(String value) { -        this.reference = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLOptRefContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLOptRefContentType.java deleted file mode 100644 index fb07d24a..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/Base64XMLOptRefContentType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for Base64XMLOptRefContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="Base64XMLOptRefContentType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLContentType"> - *       <attribute name="Reference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "Base64XMLOptRefContentType") -public class Base64XMLOptRefContentType -    extends Base64XMLContentType -{ - -    @XmlAttribute(name = "Reference") -    @XmlSchemaType(name = "anyURI") -    protected String reference; - -    /** -     * Gets the value of the reference property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getReference() { -        return reference; -    } - -    /** -     * Sets the value of the reference property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setReference(String value) { -        this.reference = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/BindingType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/BindingType.java deleted file mode 100644 index dd965cd4..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/BindingType.java +++ /dev/null @@ -1,72 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -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 BindingType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="BindingType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AnyChildrenType"> - *       <attribute name="Identifier" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "BindingType") -public class BindingType -    extends AnyChildrenType -{ - -    @XmlAttribute(name = "Identifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    @XmlSchemaType(name = "token") -    protected String identifier; - -    /** -     * Gets the value of the identifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getIdentifier() { -        return identifier; -    } - -    /** -     * Sets the value of the identifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setIdentifier(String value) { -        this.identifier = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSDataObjectOptionalMetaType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSDataObjectOptionalMetaType.java deleted file mode 100644 index eb949e30..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSDataObjectOptionalMetaType.java +++ /dev/null @@ -1,101 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CMSDataObjectOptionalMetaType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CMSDataObjectOptionalMetaType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType" minOccurs="0"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64OptRefContentType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CMSDataObjectOptionalMetaType", propOrder = { -    "metaInfo", -    "content" -}) -@XmlSeeAlso({ -    CMSDataObjectRequiredMetaType.class -}) -public class CMSDataObjectOptionalMetaType { - -    @XmlElement(name = "MetaInfo") -    protected MetaInfoType metaInfo; -    @XmlElement(name = "Content", required = true) -    protected Base64OptRefContentType content; - -    /** -     * Gets the value of the metaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getMetaInfo() { -        return metaInfo; -    } - -    /** -     * Sets the value of the metaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setMetaInfo(MetaInfoType value) { -        this.metaInfo = value; -    } - -    /** -     * Gets the value of the content property. -     *  -     * @return -     *     possible object is -     *     {@link Base64OptRefContentType } -     *      -     */ -    public Base64OptRefContentType getContent() { -        return content; -    } - -    /** -     * Sets the value of the content property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64OptRefContentType } -     *      -     */ -    public void setContent(Base64OptRefContentType value) { -        this.content = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSDataObjectRequiredMetaType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSDataObjectRequiredMetaType.java deleted file mode 100644 index 97114732..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSDataObjectRequiredMetaType.java +++ /dev/null @@ -1,43 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CMSDataObjectRequiredMetaType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CMSDataObjectRequiredMetaType"> - *   <complexContent> - *     <restriction base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CMSDataObjectOptionalMetaType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64OptRefContentType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CMSDataObjectRequiredMetaType") -public class CMSDataObjectRequiredMetaType -    extends CMSDataObjectOptionalMetaType -{ - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSEncryptedContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSEncryptedContentType.java deleted file mode 100644 index 41b5021a..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSEncryptedContentType.java +++ /dev/null @@ -1,97 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CMSEncryptedContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CMSEncryptedContentType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType" minOccurs="0"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64OptRefContentType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CMSEncryptedContentType", propOrder = { -    "metaInfo", -    "content" -}) -public class CMSEncryptedContentType { - -    @XmlElement(name = "MetaInfo") -    protected MetaInfoType metaInfo; -    @XmlElement(name = "Content") -    protected Base64OptRefContentType content; - -    /** -     * Gets the value of the metaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getMetaInfo() { -        return metaInfo; -    } - -    /** -     * Sets the value of the metaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setMetaInfo(MetaInfoType value) { -        this.metaInfo = value; -    } - -    /** -     * Gets the value of the content property. -     *  -     * @return -     *     possible object is -     *     {@link Base64OptRefContentType } -     *      -     */ -    public Base64OptRefContentType getContent() { -        return content; -    } - -    /** -     * Sets the value of the content property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64OptRefContentType } -     *      -     */ -    public void setContent(Base64OptRefContentType value) { -        this.content = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSRecipientPublicKeyType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSRecipientPublicKeyType.java deleted file mode 100644 index 1f11cb09..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSRecipientPublicKeyType.java +++ /dev/null @@ -1,67 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CMSRecipientPublicKeyType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CMSRecipientPublicKeyType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CMSRecipientPublicKeyType", propOrder = { -    "x509Certificate" -}) -public class CMSRecipientPublicKeyType { - -    @XmlElement(name = "X509Certificate") -    protected byte[] x509Certificate; - -    /** -     * Gets the value of the x509Certificate property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getX509Certificate() { -        return x509Certificate; -    } - -    /** -     * Sets the value of the x509Certificate property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setX509Certificate(byte[] value) { -        this.x509Certificate = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSToBeEncryptedType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSToBeEncryptedType.java deleted file mode 100644 index e1d59e02..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CMSToBeEncryptedType.java +++ /dev/null @@ -1,97 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CMSToBeEncryptedType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CMSToBeEncryptedType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64OptRefContentType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CMSToBeEncryptedType", propOrder = { -    "metaInfo", -    "content" -}) -public class CMSToBeEncryptedType { - -    @XmlElement(name = "MetaInfo", required = true) -    protected MetaInfoType metaInfo; -    @XmlElement(name = "Content", required = true) -    protected Base64OptRefContentType content; - -    /** -     * Gets the value of the metaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getMetaInfo() { -        return metaInfo; -    } - -    /** -     * Sets the value of the metaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setMetaInfo(MetaInfoType value) { -        this.metaInfo = value; -    } - -    /** -     * Gets the value of the content property. -     *  -     * @return -     *     possible object is -     *     {@link Base64OptRefContentType } -     *      -     */ -    public Base64OptRefContentType getContent() { -        return content; -    } - -    /** -     * Sets the value of the content property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64OptRefContentType } -     *      -     */ -    public void setContent(Base64OptRefContentType value) { -        this.content = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CheckResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CheckResultType.java deleted file mode 100644 index 313f4e83..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CheckResultType.java +++ /dev/null @@ -1,100 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CheckResultType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CheckResultType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - *         <element name="Info" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AnyMixedChildrenType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CheckResultType", propOrder = { -    "code", -    "info" -}) -public class CheckResultType { - -    @XmlElement(name = "Code", required = true) -    @XmlSchemaType(name = "nonNegativeInteger") -    protected BigInteger code; -    @XmlElement(name = "Info") -    protected AnyMixedChildrenType info; - -    /** -     * Gets the value of the code property. -     *  -     * @return -     *     possible object is -     *     {@link BigInteger } -     *      -     */ -    public BigInteger getCode() { -        return code; -    } - -    /** -     * Sets the value of the code property. -     *  -     * @param value -     *     allowed object is -     *     {@link BigInteger } -     *      -     */ -    public void setCode(BigInteger value) { -        this.code = value; -    } - -    /** -     * Gets the value of the info property. -     *  -     * @return -     *     possible object is -     *     {@link AnyMixedChildrenType } -     *      -     */ -    public AnyMixedChildrenType getInfo() { -        return info; -    } - -    /** -     * Sets the value of the info property. -     *  -     * @param value -     *     allowed object is -     *     {@link AnyMixedChildrenType } -     *      -     */ -    public void setInfo(AnyMixedChildrenType value) { -        this.info = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateCMSSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateCMSSignatureRequestType.java deleted file mode 100644 index 338d7a7e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateCMSSignatureRequestType.java +++ /dev/null @@ -1,135 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for CreateCMSSignatureRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateCMSSignatureRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="KeyboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *         <element name="DataObject" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CMSDataObjectRequiredMetaType"/> - *       </sequence> - *       <attribute name="Structure" use="required"> - *         <simpleType> - *           <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *             <enumeration value="detached"/> - *             <enumeration value="enveloping"/> - *           </restriction> - *         </simpleType> - *       </attribute> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateCMSSignatureRequestType", propOrder = { -    "keyboxIdentifier", -    "dataObject" -}) -public class CreateCMSSignatureRequestType { - -    @XmlElement(name = "KeyboxIdentifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String keyboxIdentifier; -    @XmlElement(name = "DataObject", required = true) -    protected CMSDataObjectRequiredMetaType dataObject; -    @XmlAttribute(name = "Structure", required = true) -    protected String structure; - -    /** -     * Gets the value of the keyboxIdentifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getKeyboxIdentifier() { -        return keyboxIdentifier; -    } - -    /** -     * Sets the value of the keyboxIdentifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setKeyboxIdentifier(String value) { -        this.keyboxIdentifier = value; -    } - -    /** -     * Gets the value of the dataObject property. -     *  -     * @return -     *     possible object is -     *     {@link CMSDataObjectRequiredMetaType } -     *      -     */ -    public CMSDataObjectRequiredMetaType getDataObject() { -        return dataObject; -    } - -    /** -     * Sets the value of the dataObject property. -     *  -     * @param value -     *     allowed object is -     *     {@link CMSDataObjectRequiredMetaType } -     *      -     */ -    public void setDataObject(CMSDataObjectRequiredMetaType value) { -        this.dataObject = value; -    } - -    /** -     * Gets the value of the structure property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getStructure() { -        return structure; -    } - -    /** -     * Sets the value of the structure property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setStructure(String value) { -        this.structure = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateCMSSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateCMSSignatureResponseType.java deleted file mode 100644 index 2d2bff80..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateCMSSignatureResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CreateCMSSignatureResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateCMSSignatureResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateCMSSignatureResponseType", propOrder = { -    "cmsSignature" -}) -public class CreateCMSSignatureResponseType { - -    @XmlElement(name = "CMSSignature", required = true) -    protected byte[] cmsSignature; - -    /** -     * Gets the value of the cmsSignature property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getCMSSignature() { -        return cmsSignature; -    } - -    /** -     * Sets the value of the cmsSignature property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setCMSSignature(byte[] value) { -        this.cmsSignature = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashInfoRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashInfoRequestType.java deleted file mode 100644 index 41c22ad9..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashInfoRequestType.java +++ /dev/null @@ -1,147 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CreateHashInfoRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateHashInfoRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="HashData" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}HashDataType"/> - *         <element name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> - *         <element name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - *       </sequence> - *       <attribute name="RespondHashData" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateHashInfoRequestType", propOrder = { -    "hashData", -    "hashAlgorithm", -    "friendlyName" -}) -public class CreateHashInfoRequestType { - -    @XmlElement(name = "HashData", required = true) -    protected HashDataType hashData; -    @XmlElement(name = "HashAlgorithm", required = true) -    @XmlSchemaType(name = "anyURI") -    protected String hashAlgorithm; -    @XmlElement(name = "FriendlyName") -    protected String friendlyName; -    @XmlAttribute(name = "RespondHashData", required = true) -    protected boolean respondHashData; - -    /** -     * Gets the value of the hashData property. -     *  -     * @return -     *     possible object is -     *     {@link HashDataType } -     *      -     */ -    public HashDataType getHashData() { -        return hashData; -    } - -    /** -     * Sets the value of the hashData property. -     *  -     * @param value -     *     allowed object is -     *     {@link HashDataType } -     *      -     */ -    public void setHashData(HashDataType value) { -        this.hashData = value; -    } - -    /** -     * Gets the value of the hashAlgorithm property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getHashAlgorithm() { -        return hashAlgorithm; -    } - -    /** -     * Sets the value of the hashAlgorithm property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setHashAlgorithm(String value) { -        this.hashAlgorithm = value; -    } - -    /** -     * Gets the value of the friendlyName property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getFriendlyName() { -        return friendlyName; -    } - -    /** -     * Sets the value of the friendlyName property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setFriendlyName(String value) { -        this.friendlyName = value; -    } - -    /** -     * Gets the value of the respondHashData property. -     *  -     */ -    public boolean isRespondHashData() { -        return respondHashData; -    } - -    /** -     * Sets the value of the respondHashData property. -     *  -     */ -    public void setRespondHashData(boolean value) { -        this.respondHashData = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashInfoResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashInfoResponseType.java deleted file mode 100644 index f597e64d..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashInfoResponseType.java +++ /dev/null @@ -1,153 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CreateHashInfoResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateHashInfoResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="HashData" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}HashDataType" minOccurs="0"/> - *         <element name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> - *         <element name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - *         <element name="HashValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateHashInfoResponseType", propOrder = { -    "hashData", -    "hashAlgorithm", -    "friendlyName", -    "hashValue" -}) -public class CreateHashInfoResponseType { - -    @XmlElement(name = "HashData") -    protected HashDataType hashData; -    @XmlElement(name = "HashAlgorithm", required = true) -    @XmlSchemaType(name = "anyURI") -    protected String hashAlgorithm; -    @XmlElement(name = "FriendlyName") -    protected String friendlyName; -    @XmlElement(name = "HashValue", required = true) -    protected byte[] hashValue; - -    /** -     * Gets the value of the hashData property. -     *  -     * @return -     *     possible object is -     *     {@link HashDataType } -     *      -     */ -    public HashDataType getHashData() { -        return hashData; -    } - -    /** -     * Sets the value of the hashData property. -     *  -     * @param value -     *     allowed object is -     *     {@link HashDataType } -     *      -     */ -    public void setHashData(HashDataType value) { -        this.hashData = value; -    } - -    /** -     * Gets the value of the hashAlgorithm property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getHashAlgorithm() { -        return hashAlgorithm; -    } - -    /** -     * Sets the value of the hashAlgorithm property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setHashAlgorithm(String value) { -        this.hashAlgorithm = value; -    } - -    /** -     * Gets the value of the friendlyName property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getFriendlyName() { -        return friendlyName; -    } - -    /** -     * Sets the value of the friendlyName property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setFriendlyName(String value) { -        this.friendlyName = value; -    } - -    /** -     * Gets the value of the hashValue property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getHashValue() { -        return hashValue; -    } - -    /** -     * Sets the value of the hashValue property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setHashValue(byte[] value) { -        this.hashValue = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashRequestType.java deleted file mode 100644 index e28b3140..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashRequestType.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CreateHashRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateHashRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="HashInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateHashInfoRequestType" maxOccurs="unbounded"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateHashRequestType", propOrder = { -    "hashInfo" -}) -public class CreateHashRequestType { - -    @XmlElement(name = "HashInfo", required = true) -    protected List<CreateHashInfoRequestType> hashInfo; - -    /** -     * Gets the value of the hashInfo 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 hashInfo property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getHashInfo().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link CreateHashInfoRequestType } -     *  -     *  -     */ -    public List<CreateHashInfoRequestType> getHashInfo() { -        if (hashInfo == null) { -            hashInfo = new ArrayList<CreateHashInfoRequestType>(); -        } -        return this.hashInfo; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashResponseType.java deleted file mode 100644 index a57be745..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateHashResponseType.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for CreateHashResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateHashResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="HashInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CreateHashInfoResponseType" maxOccurs="unbounded"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateHashResponseType", propOrder = { -    "hashInfo" -}) -public class CreateHashResponseType { - -    @XmlElement(name = "HashInfo", required = true) -    protected List<CreateHashInfoResponseType> hashInfo; - -    /** -     * Gets the value of the hashInfo 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 hashInfo property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getHashInfo().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link CreateHashInfoResponseType } -     *  -     *  -     */ -    public List<CreateHashInfoResponseType> getHashInfo() { -        if (hashInfo == null) { -            hashInfo = new ArrayList<CreateHashInfoResponseType>(); -        } -        return this.hashInfo; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateXMLSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateXMLSignatureRequestType.java deleted file mode 100644 index 53a07560..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateXMLSignatureRequestType.java +++ /dev/null @@ -1,135 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for CreateXMLSignatureRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateXMLSignatureRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="KeyboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *         <element name="DataObjectInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DataObjectInfoType" maxOccurs="unbounded"/> - *         <element name="SignatureInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}SignatureInfoCreationType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateXMLSignatureRequestType", propOrder = { -    "keyboxIdentifier", -    "dataObjectInfo", -    "signatureInfo" -}) -public class CreateXMLSignatureRequestType { - -    @XmlElement(name = "KeyboxIdentifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String keyboxIdentifier; -    @XmlElement(name = "DataObjectInfo", required = true) -    protected List<DataObjectInfoType> dataObjectInfo; -    @XmlElement(name = "SignatureInfo") -    protected SignatureInfoCreationType signatureInfo; - -    /** -     * Gets the value of the keyboxIdentifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getKeyboxIdentifier() { -        return keyboxIdentifier; -    } - -    /** -     * Sets the value of the keyboxIdentifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setKeyboxIdentifier(String value) { -        this.keyboxIdentifier = value; -    } - -    /** -     * Gets the value of the dataObjectInfo 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 dataObjectInfo property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getDataObjectInfo().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DataObjectInfoType } -     *  -     *  -     */ -    public List<DataObjectInfoType> getDataObjectInfo() { -        if (dataObjectInfo == null) { -            dataObjectInfo = new ArrayList<DataObjectInfoType>(); -        } -        return this.dataObjectInfo; -    } - -    /** -     * Gets the value of the signatureInfo property. -     *  -     * @return -     *     possible object is -     *     {@link SignatureInfoCreationType } -     *      -     */ -    public SignatureInfoCreationType getSignatureInfo() { -        return signatureInfo; -    } - -    /** -     * Sets the value of the signatureInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link SignatureInfoCreationType } -     *      -     */ -    public void setSignatureInfo(SignatureInfoCreationType value) { -        this.signatureInfo = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateXMLSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateXMLSignatureResponseType.java deleted file mode 100644 index 76061703..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/CreateXMLSignatureResponseType.java +++ /dev/null @@ -1,72 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * <p>Java class for CreateXMLSignatureResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="CreateXMLSignatureResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <any processContents='lax'/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "CreateXMLSignatureResponseType", propOrder = { -    "any" -}) -public class CreateXMLSignatureResponseType { - -    @XmlAnyElement(lax = true) -    protected Object any; - -    /** -     * Gets the value of the any property. -     *  -     * @return -     *     possible object is -     *     {@link Element } -     *     {@link Object } -     *      -     */ -    public Object getAny() { -        return any; -    } - -    /** -     * Sets the value of the any property. -     *  -     * @param value -     *     allowed object is -     *     {@link Element } -     *     {@link Object } -     *      -     */ -    public void setAny(Object value) { -        this.any = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DataObjectAssociationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DataObjectAssociationType.java deleted file mode 100644 index 8599e603..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DataObjectAssociationType.java +++ /dev/null @@ -1,97 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for DataObjectAssociationType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="DataObjectAssociationType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType" minOccurs="0"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLLocRefReqRefContentType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DataObjectAssociationType", propOrder = { -    "metaInfo", -    "content" -}) -public class DataObjectAssociationType { - -    @XmlElement(name = "MetaInfo") -    protected MetaInfoType metaInfo; -    @XmlElement(name = "Content", required = true) -    protected Base64XMLLocRefReqRefContentType content; - -    /** -     * Gets the value of the metaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getMetaInfo() { -        return metaInfo; -    } - -    /** -     * Sets the value of the metaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setMetaInfo(MetaInfoType value) { -        this.metaInfo = value; -    } - -    /** -     * Gets the value of the content property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLLocRefReqRefContentType } -     *      -     */ -    public Base64XMLLocRefReqRefContentType getContent() { -        return content; -    } - -    /** -     * Sets the value of the content property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLLocRefReqRefContentType } -     *      -     */ -    public void setContent(Base64XMLLocRefReqRefContentType value) { -        this.content = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DataObjectInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DataObjectInfoType.java deleted file mode 100644 index 5079d167..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DataObjectInfoType.java +++ /dev/null @@ -1,172 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; - - -/** - * <p>Java class for DataObjectInfoType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="DataObjectInfoType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="DataObject" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLLocRefOptRefContentType"/> - *         <element name="TransformsInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}TransformsInfoType" maxOccurs="unbounded"/> - *         <element name="Supplement" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *       <attribute name="Structure" use="required"> - *         <simpleType> - *           <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *             <enumeration value="detached"/> - *             <enumeration value="enveloping"/> - *           </restriction> - *         </simpleType> - *       </attribute> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DataObjectInfoType", propOrder = { -    "dataObject", -    "transformsInfo", -    "supplement" -}) -public class DataObjectInfoType { - -    @XmlElement(name = "DataObject", required = true) -    protected Base64XMLLocRefOptRefContentType dataObject; -    @XmlElement(name = "TransformsInfo", required = true, type = at.gv.egiz.slbinding.impl.TransformsInfoType.class) -    protected List<at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType> transformsInfo; -    @XmlElement(name = "Supplement") -    protected List<DataObjectAssociationType> supplement; -    @XmlAttribute(name = "Structure", required = true) -    protected String structure; - -    /** -     * Gets the value of the dataObject property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLLocRefOptRefContentType } -     *      -     */ -    public Base64XMLLocRefOptRefContentType getDataObject() { -        return dataObject; -    } - -    /** -     * Sets the value of the dataObject property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLLocRefOptRefContentType } -     *      -     */ -    public void setDataObject(Base64XMLLocRefOptRefContentType value) { -        this.dataObject = value; -    } - -    /** -     * Gets the value of the transformsInfo 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 transformsInfo property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getTransformsInfo().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType } -     *  -     *  -     */ -    public List<at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType> getTransformsInfo() { -        if (transformsInfo == null) { -            transformsInfo = new ArrayList<at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType>(); -        } -        return this.transformsInfo; -    } - -    /** -     * Gets the value of the supplement 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 supplement property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSupplement().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DataObjectAssociationType } -     *  -     *  -     */ -    public List<DataObjectAssociationType> getSupplement() { -        if (supplement == null) { -            supplement = new ArrayList<DataObjectAssociationType>(); -        } -        return this.supplement; -    } - -    /** -     * Gets the value of the structure property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getStructure() { -        return structure; -    } - -    /** -     * Sets the value of the structure property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setStructure(String value) { -        this.structure = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptCMSRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptCMSRequestType.java deleted file mode 100644 index e25aafbd..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptCMSRequestType.java +++ /dev/null @@ -1,127 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; - - -/** - * <p>Java class for DecryptCMSRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="DecryptCMSRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="CMSMessage" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *         <element name="EncryptedContent" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CMSEncryptedContentType" minOccurs="0"/> - *       </sequence> - *       <attribute name="ReturnResult" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ReturnResultType" default="xml" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DecryptCMSRequestType", propOrder = { -    "cmsMessage", -    "encryptedContent" -}) -public class DecryptCMSRequestType { - -    @XmlElement(name = "CMSMessage", required = true) -    protected byte[] cmsMessage; -    @XmlElement(name = "EncryptedContent") -    protected CMSEncryptedContentType encryptedContent; -    @XmlAttribute(name = "ReturnResult") -    protected ReturnResultType returnResult; - -    /** -     * Gets the value of the cmsMessage property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getCMSMessage() { -        return cmsMessage; -    } - -    /** -     * Sets the value of the cmsMessage property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setCMSMessage(byte[] value) { -        this.cmsMessage = ((byte[]) value); -    } - -    /** -     * Gets the value of the encryptedContent property. -     *  -     * @return -     *     possible object is -     *     {@link CMSEncryptedContentType } -     *      -     */ -    public CMSEncryptedContentType getEncryptedContent() { -        return encryptedContent; -    } - -    /** -     * Sets the value of the encryptedContent property. -     *  -     * @param value -     *     allowed object is -     *     {@link CMSEncryptedContentType } -     *      -     */ -    public void setEncryptedContent(CMSEncryptedContentType value) { -        this.encryptedContent = value; -    } - -    /** -     * Gets the value of the returnResult property. -     *  -     * @return -     *     possible object is -     *     {@link ReturnResultType } -     *      -     */ -    public ReturnResultType getReturnResult() { -        if (returnResult == null) { -            return ReturnResultType.XML; -        } else { -            return returnResult; -        } -    } - -    /** -     * Sets the value of the returnResult property. -     *  -     * @param value -     *     allowed object is -     *     {@link ReturnResultType } -     *      -     */ -    public void setReturnResult(ReturnResultType value) { -        this.returnResult = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptCMSResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptCMSResponseType.java deleted file mode 100644 index 98f11f48..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptCMSResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for DecryptCMSResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="DecryptCMSResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="DecryptedData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DecryptCMSResponseType", propOrder = { -    "decryptedData" -}) -public class DecryptCMSResponseType { - -    @XmlElement(name = "DecryptedData", required = true) -    protected byte[] decryptedData; - -    /** -     * Gets the value of the decryptedData property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getDecryptedData() { -        return decryptedData; -    } - -    /** -     * Sets the value of the decryptedData property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setDecryptedData(byte[] value) { -        this.decryptedData = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptXMLRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptXMLRequestType.java deleted file mode 100644 index 2fe50f26..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptXMLRequestType.java +++ /dev/null @@ -1,164 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; - - -/** - * <p>Java class for DecryptXMLRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="DecryptXMLRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="EncryptedContent" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLOptRefContentType"/> - *         <element name="EncrElemsSelector" type="{http://www.w3.org/2001/XMLSchema}string"/> - *         <element name="Supplement" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *       <attribute name="ReturnResult" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ReturnResultType" default="xml" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DecryptXMLRequestType", propOrder = { -    "encryptedContent", -    "encrElemsSelector", -    "supplement" -}) -public class DecryptXMLRequestType { - -    @XmlElement(name = "EncryptedContent", required = true) -    protected Base64XMLOptRefContentType encryptedContent; -    @XmlElement(name = "EncrElemsSelector", required = true) -    protected String encrElemsSelector; -    @XmlElement(name = "Supplement") -    protected List<DataObjectAssociationType> supplement; -    @XmlAttribute(name = "ReturnResult") -    protected ReturnResultType returnResult; - -    /** -     * Gets the value of the encryptedContent property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public Base64XMLOptRefContentType getEncryptedContent() { -        return encryptedContent; -    } - -    /** -     * Sets the value of the encryptedContent property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public void setEncryptedContent(Base64XMLOptRefContentType value) { -        this.encryptedContent = value; -    } - -    /** -     * Gets the value of the encrElemsSelector property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getEncrElemsSelector() { -        return encrElemsSelector; -    } - -    /** -     * Sets the value of the encrElemsSelector property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setEncrElemsSelector(String value) { -        this.encrElemsSelector = value; -    } - -    /** -     * Gets the value of the supplement 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 supplement property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSupplement().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DataObjectAssociationType } -     *  -     *  -     */ -    public List<DataObjectAssociationType> getSupplement() { -        if (supplement == null) { -            supplement = new ArrayList<DataObjectAssociationType>(); -        } -        return this.supplement; -    } - -    /** -     * Gets the value of the returnResult property. -     *  -     * @return -     *     possible object is -     *     {@link ReturnResultType } -     *      -     */ -    public ReturnResultType getReturnResult() { -        if (returnResult == null) { -            return ReturnResultType.XML; -        } else { -            return returnResult; -        } -    } - -    /** -     * Sets the value of the returnResult property. -     *  -     * @param value -     *     allowed object is -     *     {@link ReturnResultType } -     *      -     */ -    public void setReturnResult(ReturnResultType value) { -        this.returnResult = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptXMLResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptXMLResponseType.java deleted file mode 100644 index 5a2993e9..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/DecryptXMLResponseType.java +++ /dev/null @@ -1,249 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - * <p>Java class for DecryptXMLResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="DecryptXMLResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence minOccurs="0"> - *         <element name="CandidateDocument" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLContentType"/> - *         <element name="DecryptedBinaryData" maxOccurs="unbounded" minOccurs="0"> - *           <complexType> - *             <simpleContent> - *               <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> - *                 <attribute name="EncrElemSelector" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> - *                 <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> - *                 <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *               </extension> - *             </simpleContent> - *           </complexType> - *         </element> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DecryptXMLResponseType", propOrder = { -    "candidateDocument", -    "decryptedBinaryData" -}) -public class DecryptXMLResponseType { - -    @XmlElement(name = "CandidateDocument", type = at.gv.egiz.slbinding.impl.XMLContentType.class) -    protected XMLContentType candidateDocument; -    @XmlElement(name = "DecryptedBinaryData") -    protected List<DecryptXMLResponseType.DecryptedBinaryData> decryptedBinaryData; - -    /** -     * Gets the value of the candidateDocument property. -     *  -     * @return -     *     possible object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     *      -     */ -    public at.buergerkarte.namespaces.securitylayer._1.XMLContentType getCandidateDocument() { -        return candidateDocument; -    } - -    /** -     * Sets the value of the candidateDocument property. -     *  -     * @param value -     *     allowed object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     *      -     */ -    public void setCandidateDocument(at.buergerkarte.namespaces.securitylayer._1.XMLContentType value) { -        this.candidateDocument = value; -    } - -    /** -     * Gets the value of the decryptedBinaryData 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 decryptedBinaryData property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getDecryptedBinaryData().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DecryptXMLResponseType.DecryptedBinaryData } -     *  -     *  -     */ -    public List<DecryptXMLResponseType.DecryptedBinaryData> getDecryptedBinaryData() { -        if (decryptedBinaryData == null) { -            decryptedBinaryData = new ArrayList<DecryptXMLResponseType.DecryptedBinaryData>(); -        } -        return this.decryptedBinaryData; -    } - - -    /** -     * <p>Java class for anonymous complex type. -     *  -     * <p>The following schema fragment specifies the expected content contained within this class. -     *  -     * <pre> -     * <complexType> -     *   <simpleContent> -     *     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> -     *       <attribute name="EncrElemSelector" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> -     *       <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> -     *       <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> -     *     </extension> -     *   </simpleContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "", propOrder = { -        "value" -    }) -    public static class DecryptedBinaryData { - -        @XmlValue -        protected byte[] value; -        @XmlAttribute(name = "EncrElemSelector", required = true) -        protected String encrElemSelector; -        @XmlAttribute(name = "MimeType") -        protected String mimeType; -        @XmlAttribute(name = "Encoding") -        @XmlSchemaType(name = "anyURI") -        protected String encoding; - -        /** -         * Gets the value of the value property. -         *  -         * @return -         *     possible object is -         *     byte[] -         */ -        public byte[] getValue() { -            return value; -        } - -        /** -         * Sets the value of the value property. -         *  -         * @param value -         *     allowed object is -         *     byte[] -         */ -        public void setValue(byte[] value) { -            this.value = ((byte[]) value); -        } - -        /** -         * Gets the value of the encrElemSelector property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getEncrElemSelector() { -            return encrElemSelector; -        } - -        /** -         * Sets the value of the encrElemSelector property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setEncrElemSelector(String value) { -            this.encrElemSelector = value; -        } - -        /** -         * Gets the value of the mimeType property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getMimeType() { -            return mimeType; -        } - -        /** -         * Sets the value of the mimeType property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setMimeType(String value) { -            this.mimeType = value; -        } - -        /** -         * Gets the value of the encoding property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getEncoding() { -            return encoding; -        } - -        /** -         * Sets the value of the encoding property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setEncoding(String value) { -            this.encoding = value; -        } - -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptCMSRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptCMSRequestType.java deleted file mode 100644 index 7d821677..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptCMSRequestType.java +++ /dev/null @@ -1,136 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; - - -/** - * <p>Java class for EncryptCMSRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="EncryptCMSRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="RecipientPublicKey" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CMSRecipientPublicKeyType" maxOccurs="unbounded"/> - *         <element name="ToBeEncrypted" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CMSToBeEncryptedType"/> - *       </sequence> - *       <attribute name="ReturnBinaryResult" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EncryptCMSRequestType", propOrder = { -    "recipientPublicKey", -    "toBeEncrypted" -}) -public class EncryptCMSRequestType { - -    @XmlElement(name = "RecipientPublicKey", required = true) -    protected List<CMSRecipientPublicKeyType> recipientPublicKey; -    @XmlElement(name = "ToBeEncrypted", required = true) -    protected CMSToBeEncryptedType toBeEncrypted; -    @XmlAttribute(name = "ReturnBinaryResult") -    protected Boolean returnBinaryResult; - -    /** -     * Gets the value of the recipientPublicKey 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 recipientPublicKey property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getRecipientPublicKey().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link CMSRecipientPublicKeyType } -     *  -     *  -     */ -    public List<CMSRecipientPublicKeyType> getRecipientPublicKey() { -        if (recipientPublicKey == null) { -            recipientPublicKey = new ArrayList<CMSRecipientPublicKeyType>(); -        } -        return this.recipientPublicKey; -    } - -    /** -     * Gets the value of the toBeEncrypted property. -     *  -     * @return -     *     possible object is -     *     {@link CMSToBeEncryptedType } -     *      -     */ -    public CMSToBeEncryptedType getToBeEncrypted() { -        return toBeEncrypted; -    } - -    /** -     * Sets the value of the toBeEncrypted property. -     *  -     * @param value -     *     allowed object is -     *     {@link CMSToBeEncryptedType } -     *      -     */ -    public void setToBeEncrypted(CMSToBeEncryptedType value) { -        this.toBeEncrypted = value; -    } - -    /** -     * Gets the value of the returnBinaryResult property. -     *  -     * @return -     *     possible object is -     *     {@link Boolean } -     *      -     */ -    public boolean isReturnBinaryResult() { -        if (returnBinaryResult == null) { -            return false; -        } else { -            return returnBinaryResult; -        } -    } - -    /** -     * Sets the value of the returnBinaryResult property. -     *  -     * @param value -     *     allowed object is -     *     {@link Boolean } -     *      -     */ -    public void setReturnBinaryResult(Boolean value) { -        this.returnBinaryResult = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptCMSResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptCMSResponseType.java deleted file mode 100644 index 9fdba94e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptCMSResponseType.java +++ /dev/null @@ -1,67 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for EncryptCMSResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="EncryptCMSResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="CMSMessage" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EncryptCMSResponseType", propOrder = { -    "cmsMessage" -}) -public class EncryptCMSResponseType { - -    @XmlElement(name = "CMSMessage", required = true) -    protected byte[] cmsMessage; - -    /** -     * Gets the value of the cmsMessage property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getCMSMessage() { -        return cmsMessage; -    } - -    /** -     * Sets the value of the cmsMessage property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setCMSMessage(byte[] value) { -        this.cmsMessage = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLRequest.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLRequest.java deleted file mode 100644 index 7cc0dee1..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLRequest.java +++ /dev/null @@ -1,41 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for anonymous complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptXMLRequestType"> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "EncryptXMLRequest") -public class EncryptXMLRequest -    extends EncryptXMLRequestType -{ - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLRequestType.java deleted file mode 100644 index 34b958c3..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLRequestType.java +++ /dev/null @@ -1,141 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for EncryptXMLRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="EncryptXMLRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="RecipientPublicKey" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLRecipientPublicKeyType" maxOccurs="unbounded"/> - *         <element name="ToBeEncrypted" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ToBeEncryptedType" maxOccurs="unbounded"/> - *         <element name="EncryptionInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptionInfoType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EncryptXMLRequestType", propOrder = { -    "recipientPublicKey", -    "toBeEncrypted", -    "encryptionInfo" -}) -@XmlSeeAlso({ -    EncryptXMLRequest.class -}) -public class EncryptXMLRequestType { - -    @XmlElement(name = "RecipientPublicKey", required = true) -    protected List<XMLRecipientPublicKeyType> recipientPublicKey; -    @XmlElement(name = "ToBeEncrypted", required = true) -    protected List<ToBeEncryptedType> toBeEncrypted; -    @XmlElement(name = "EncryptionInfo") -    protected EncryptionInfoType encryptionInfo; - -    /** -     * Gets the value of the recipientPublicKey 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 recipientPublicKey property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getRecipientPublicKey().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link XMLRecipientPublicKeyType } -     *  -     *  -     */ -    public List<XMLRecipientPublicKeyType> getRecipientPublicKey() { -        if (recipientPublicKey == null) { -            recipientPublicKey = new ArrayList<XMLRecipientPublicKeyType>(); -        } -        return this.recipientPublicKey; -    } - -    /** -     * Gets the value of the toBeEncrypted 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 toBeEncrypted property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getToBeEncrypted().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link ToBeEncryptedType } -     *  -     *  -     */ -    public List<ToBeEncryptedType> getToBeEncrypted() { -        if (toBeEncrypted == null) { -            toBeEncrypted = new ArrayList<ToBeEncryptedType>(); -        } -        return this.toBeEncrypted; -    } - -    /** -     * Gets the value of the encryptionInfo property. -     *  -     * @return -     *     possible object is -     *     {@link EncryptionInfoType } -     *      -     */ -    public EncryptionInfoType getEncryptionInfo() { -        return encryptionInfo; -    } - -    /** -     * Sets the value of the encryptionInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link EncryptionInfoType } -     *      -     */ -    public void setEncryptionInfo(EncryptionInfoType value) { -        this.encryptionInfo = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLResponseType.java deleted file mode 100644 index 84ee9326..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptXMLResponseType.java +++ /dev/null @@ -1,173 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * <p>Java class for EncryptXMLResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="EncryptXMLResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="EncryptionEnvironment"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <sequence> - *                   <any processContents='lax'/> - *                 </sequence> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="EncryptedData" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}EncryptedDataType" maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EncryptXMLResponseType", propOrder = { -    "encryptionEnvironment", -    "encryptedData" -}) -public class EncryptXMLResponseType { - -    @XmlElement(name = "EncryptionEnvironment", required = true) -    protected EncryptXMLResponseType.EncryptionEnvironment encryptionEnvironment; -    @XmlElement(name = "EncryptedData") -    protected List<EncryptedDataType> encryptedData; - -    /** -     * Gets the value of the encryptionEnvironment property. -     *  -     * @return -     *     possible object is -     *     {@link EncryptXMLResponseType.EncryptionEnvironment } -     *      -     */ -    public EncryptXMLResponseType.EncryptionEnvironment getEncryptionEnvironment() { -        return encryptionEnvironment; -    } - -    /** -     * Sets the value of the encryptionEnvironment property. -     *  -     * @param value -     *     allowed object is -     *     {@link EncryptXMLResponseType.EncryptionEnvironment } -     *      -     */ -    public void setEncryptionEnvironment(EncryptXMLResponseType.EncryptionEnvironment value) { -        this.encryptionEnvironment = value; -    } - -    /** -     * Gets the value of the encryptedData 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 encryptedData property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getEncryptedData().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link EncryptedDataType } -     *  -     *  -     */ -    public List<EncryptedDataType> getEncryptedData() { -        if (encryptedData == null) { -            encryptedData = new ArrayList<EncryptedDataType>(); -        } -        return this.encryptedData; -    } - - -    /** -     * <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"> -     *       <sequence> -     *         <any processContents='lax'/> -     *       </sequence> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "", propOrder = { -        "any" -    }) -    public static class EncryptionEnvironment { - -        @XmlAnyElement(lax = true) -        protected Object any; - -        /** -         * Gets the value of the any property. -         *  -         * @return -         *     possible object is -         *     {@link Element } -         *     {@link Object } -         *      -         */ -        public Object getAny() { -            return any; -        } - -        /** -         * Sets the value of the any property. -         *  -         * @param value -         *     allowed object is -         *     {@link Element } -         *     {@link Object } -         *      -         */ -        public void setAny(Object value) { -            this.any = value; -        } - -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptedDataType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptedDataType.java deleted file mode 100644 index 36d0cc1b..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptedDataType.java +++ /dev/null @@ -1,94 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - * <p>Java class for EncryptedDataType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="EncryptedDataType"> - *   <simpleContent> - *     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> - *       <attribute name="EncDataReference" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *     </extension> - *   </simpleContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EncryptedDataType", propOrder = { -    "value" -}) -public class EncryptedDataType { - -    @XmlValue -    protected byte[] value; -    @XmlAttribute(name = "EncDataReference", required = true) -    @XmlSchemaType(name = "anyURI") -    protected String encDataReference; - -    /** -     * Gets the value of the value property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getValue() { -        return value; -    } - -    /** -     * Sets the value of the value property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setValue(byte[] value) { -        this.value = ((byte[]) value); -    } - -    /** -     * Gets the value of the encDataReference property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getEncDataReference() { -        return encDataReference; -    } - -    /** -     * Sets the value of the encDataReference property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setEncDataReference(String value) { -        this.encDataReference = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptionInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptionInfoType.java deleted file mode 100644 index 8d070c9a..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/EncryptionInfoType.java +++ /dev/null @@ -1,227 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -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.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 EncryptionInfoType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="EncryptionInfoType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="EncryptionEnvironment" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLOptRefContentType"/> - *         <element name="EncryptedKeyLocation" minOccurs="0"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="ParentSelector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *                 <attribute name="NodeCount" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="Supplement" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "EncryptionInfoType", propOrder = { -    "encryptionEnvironment", -    "encryptedKeyLocation", -    "supplement" -}) -public class EncryptionInfoType { - -    @XmlElement(name = "EncryptionEnvironment", required = true) -    protected Base64XMLOptRefContentType encryptionEnvironment; -    @XmlElement(name = "EncryptedKeyLocation") -    protected EncryptionInfoType.EncryptedKeyLocation encryptedKeyLocation; -    @XmlElement(name = "Supplement") -    protected List<DataObjectAssociationType> supplement; - -    /** -     * Gets the value of the encryptionEnvironment property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public Base64XMLOptRefContentType getEncryptionEnvironment() { -        return encryptionEnvironment; -    } - -    /** -     * Sets the value of the encryptionEnvironment property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public void setEncryptionEnvironment(Base64XMLOptRefContentType value) { -        this.encryptionEnvironment = value; -    } - -    /** -     * Gets the value of the encryptedKeyLocation property. -     *  -     * @return -     *     possible object is -     *     {@link EncryptionInfoType.EncryptedKeyLocation } -     *      -     */ -    public EncryptionInfoType.EncryptedKeyLocation getEncryptedKeyLocation() { -        return encryptedKeyLocation; -    } - -    /** -     * Sets the value of the encryptedKeyLocation property. -     *  -     * @param value -     *     allowed object is -     *     {@link EncryptionInfoType.EncryptedKeyLocation } -     *      -     */ -    public void setEncryptedKeyLocation(EncryptionInfoType.EncryptedKeyLocation value) { -        this.encryptedKeyLocation = value; -    } - -    /** -     * Gets the value of the supplement 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 supplement property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSupplement().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DataObjectAssociationType } -     *  -     *  -     */ -    public List<DataObjectAssociationType> getSupplement() { -        if (supplement == null) { -            supplement = new ArrayList<DataObjectAssociationType>(); -        } -        return this.supplement; -    } - - -    /** -     * <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"> -     *       <attribute name="ParentSelector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> -     *       <attribute name="NodeCount" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class EncryptedKeyLocation { - -        @XmlAttribute(name = "ParentSelector", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        @XmlSchemaType(name = "token") -        protected String parentSelector; -        @XmlAttribute(name = "NodeCount", required = true) -        @XmlSchemaType(name = "nonNegativeInteger") -        protected BigInteger nodeCount; - -        /** -         * Gets the value of the parentSelector property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getParentSelector() { -            return parentSelector; -        } - -        /** -         * Sets the value of the parentSelector property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setParentSelector(String value) { -            this.parentSelector = value; -        } - -        /** -         * Gets the value of the nodeCount property. -         *  -         * @return -         *     possible object is -         *     {@link BigInteger } -         *      -         */ -        public BigInteger getNodeCount() { -            return nodeCount; -        } - -        /** -         * Sets the value of the nodeCount property. -         *  -         * @param value -         *     allowed object is -         *     {@link BigInteger } -         *      -         */ -        public void setNodeCount(BigInteger value) { -            this.nodeCount = value; -        } - -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ErrorResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ErrorResponseType.java deleted file mode 100644 index 67a813a9..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ErrorResponseType.java +++ /dev/null @@ -1,89 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for ErrorResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="ErrorResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="ErrorCode" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ErrorCodeType"/> - *         <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ErrorResponseType", propOrder = { -    "errorCode", -    "info" -}) -public class ErrorResponseType { - -    @XmlElement(name = "ErrorCode") -    protected int errorCode; -    @XmlElement(name = "Info", required = true) -    protected String info; - -    /** -     * Gets the value of the errorCode property. -     *  -     */ -    public int getErrorCode() { -        return errorCode; -    } - -    /** -     * Sets the value of the errorCode property. -     *  -     */ -    public void setErrorCode(int value) { -        this.errorCode = value; -    } - -    /** -     * Gets the value of the info property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getInfo() { -        return info; -    } - -    /** -     * Sets the value of the info property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setInfo(String value) { -        this.info = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesRequest.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesRequest.java deleted file mode 100644 index d769b093..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesRequest.java +++ /dev/null @@ -1,41 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for anonymous complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}GetPropertiesRequestType"> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "GetPropertiesRequest") -public class GetPropertiesRequest -    extends GetPropertiesRequestType -{ - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesRequestType.java deleted file mode 100644 index 82421d07..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesRequestType.java +++ /dev/null @@ -1,41 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for GetPropertiesRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="GetPropertiesRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetPropertiesRequestType") -@XmlSeeAlso({ -    GetPropertiesRequest.class -}) -public class GetPropertiesRequestType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesResponseType.java deleted file mode 100644 index f8546135..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetPropertiesResponseType.java +++ /dev/null @@ -1,249 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -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 GetPropertiesResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="GetPropertiesResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="ViewerMediaType" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MimeTypeType" maxOccurs="unbounded"/> - *         <element name="XMLSignatureTransform" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> - *         <element name="KeyboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}QualifiedBoxIdentifierType" maxOccurs="unbounded" minOccurs="0"/> - *         <element name="Binding" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BindingType" maxOccurs="unbounded"/> - *         <element name="ProtocolVersion" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded"/> - *         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetPropertiesResponseType", propOrder = { -    "viewerMediaType", -    "xmlSignatureTransform", -    "keyboxIdentifier", -    "binding", -    "protocolVersion", -    "any" -}) -public class GetPropertiesResponseType { - -    @XmlElement(name = "ViewerMediaType", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected List<String> viewerMediaType; -    @XmlElement(name = "XMLSignatureTransform", required = true) -    @XmlSchemaType(name = "anyURI") -    protected List<String> xmlSignatureTransform; -    @XmlElement(name = "KeyboxIdentifier") -    protected List<QualifiedBoxIdentifierType> keyboxIdentifier; -    @XmlElement(name = "Binding", required = true) -    protected List<BindingType> binding; -    @XmlElement(name = "ProtocolVersion", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    @XmlSchemaType(name = "token") -    protected List<String> protocolVersion; -    @XmlAnyElement(lax = true) -    protected List<Object> any; - -    /** -     * Gets the value of the viewerMediaType 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 viewerMediaType property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getViewerMediaType().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     *  -     *  -     */ -    public List<String> getViewerMediaType() { -        if (viewerMediaType == null) { -            viewerMediaType = new ArrayList<String>(); -        } -        return this.viewerMediaType; -    } - -    /** -     * Gets the value of the xmlSignatureTransform 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 xmlSignatureTransform property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getXMLSignatureTransform().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     *  -     *  -     */ -    public List<String> getXMLSignatureTransform() { -        if (xmlSignatureTransform == null) { -            xmlSignatureTransform = new ArrayList<String>(); -        } -        return this.xmlSignatureTransform; -    } - -    /** -     * Gets the value of the keyboxIdentifier 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 keyboxIdentifier property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getKeyboxIdentifier().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link QualifiedBoxIdentifierType } -     *  -     *  -     */ -    public List<QualifiedBoxIdentifierType> getKeyboxIdentifier() { -        if (keyboxIdentifier == null) { -            keyboxIdentifier = new ArrayList<QualifiedBoxIdentifierType>(); -        } -        return this.keyboxIdentifier; -    } - -    /** -     * Gets the value of the binding 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 binding property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getBinding().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link BindingType } -     *  -     *  -     */ -    public List<BindingType> getBinding() { -        if (binding == null) { -            binding = new ArrayList<BindingType>(); -        } -        return this.binding; -    } - -    /** -     * Gets the value of the protocolVersion 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 protocolVersion property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getProtocolVersion().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     *  -     *  -     */ -    public List<String> getProtocolVersion() { -        if (protocolVersion == null) { -            protocolVersion = new ArrayList<String>(); -        } -        return this.protocolVersion; -    } - -    /** -     * Gets the value of the any 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 any property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getAny().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link Object } -     *  -     *  -     */ -    public List<Object> getAny() { -        if (any == null) { -            any = new ArrayList<Object>(); -        } -        return this.any; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetStatusRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetStatusRequestType.java deleted file mode 100644 index abbd20c0..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetStatusRequestType.java +++ /dev/null @@ -1,100 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for GetStatusRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="GetStatusRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence minOccurs="0"> - *         <element name="TokenStatus" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}TokenStatusType"/> - *         <element name="MaxDelay" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetStatusRequestType", propOrder = { -    "tokenStatus", -    "maxDelay" -}) -public class GetStatusRequestType { - -    @XmlElement(name = "TokenStatus") -    protected TokenStatusType tokenStatus; -    @XmlElement(name = "MaxDelay") -    @XmlSchemaType(name = "nonNegativeInteger") -    protected BigInteger maxDelay; - -    /** -     * Gets the value of the tokenStatus property. -     *  -     * @return -     *     possible object is -     *     {@link TokenStatusType } -     *      -     */ -    public TokenStatusType getTokenStatus() { -        return tokenStatus; -    } - -    /** -     * Sets the value of the tokenStatus property. -     *  -     * @param value -     *     allowed object is -     *     {@link TokenStatusType } -     *      -     */ -    public void setTokenStatus(TokenStatusType value) { -        this.tokenStatus = value; -    } - -    /** -     * Gets the value of the maxDelay property. -     *  -     * @return -     *     possible object is -     *     {@link BigInteger } -     *      -     */ -    public BigInteger getMaxDelay() { -        return maxDelay; -    } - -    /** -     * Sets the value of the maxDelay property. -     *  -     * @param value -     *     allowed object is -     *     {@link BigInteger } -     *      -     */ -    public void setMaxDelay(BigInteger value) { -        this.maxDelay = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetStatusResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetStatusResponseType.java deleted file mode 100644 index 3376cfa4..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/GetStatusResponseType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for GetStatusResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="GetStatusResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="TokenStatus" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}TokenStatusType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "GetStatusResponseType", propOrder = { -    "tokenStatus" -}) -public class GetStatusResponseType { - -    @XmlElement(name = "TokenStatus", required = true) -    protected TokenStatusType tokenStatus; - -    /** -     * Gets the value of the tokenStatus property. -     *  -     * @return -     *     possible object is -     *     {@link TokenStatusType } -     *      -     */ -    public TokenStatusType getTokenStatus() { -        return tokenStatus; -    } - -    /** -     * Sets the value of the tokenStatus property. -     *  -     * @param value -     *     allowed object is -     *     {@link TokenStatusType } -     *      -     */ -    public void setTokenStatus(TokenStatusType value) { -        this.tokenStatus = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/HashDataType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/HashDataType.java deleted file mode 100644 index 8e2fb253..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/HashDataType.java +++ /dev/null @@ -1,97 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for HashDataType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="HashDataType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLOptRefContentType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "HashDataType", propOrder = { -    "metaInfo", -    "content" -}) -public class HashDataType { - -    @XmlElement(name = "MetaInfo", required = true) -    protected MetaInfoType metaInfo; -    @XmlElement(name = "Content", required = true) -    protected Base64XMLOptRefContentType content; - -    /** -     * Gets the value of the metaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getMetaInfo() { -        return metaInfo; -    } - -    /** -     * Sets the value of the metaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setMetaInfo(MetaInfoType value) { -        this.metaInfo = value; -    } - -    /** -     * Gets the value of the content property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public Base64XMLOptRefContentType getContent() { -        return content; -    } - -    /** -     * Sets the value of the content property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public void setContent(Base64XMLOptRefContentType value) { -        this.content = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAssocArrayPairType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAssocArrayPairType.java deleted file mode 100644 index 403a4c93..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAssocArrayPairType.java +++ /dev/null @@ -1,67 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxAssocArrayPairType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxAssocArrayPairType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLContentType"> - *       <attribute name="Key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxAssocArrayPairType") -public class InfoboxAssocArrayPairType -    extends Base64XMLContentType -{ - -    @XmlAttribute(name = "Key", required = true) -    protected String key; - -    /** -     * Gets the value of the key property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getKey() { -        return key; -    } - -    /** -     * Sets the value of the key property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setKey(String value) { -        this.key = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAvailableRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAvailableRequestType.java deleted file mode 100644 index d9b419da..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAvailableRequestType.java +++ /dev/null @@ -1,37 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxAvailableRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxAvailableRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxAvailableRequestType") -public class InfoboxAvailableRequestType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAvailableResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAvailableResponseType.java deleted file mode 100644 index 02154bb2..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxAvailableResponseType.java +++ /dev/null @@ -1,79 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxAvailableResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxAvailableResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence maxOccurs="unbounded" minOccurs="0"> - *         <element name="InfoboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxAvailableResponseType", propOrder = { -    "infoboxIdentifier" -}) -public class InfoboxAvailableResponseType { - -    @XmlElement(name = "InfoboxIdentifier") -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected List<String> infoboxIdentifier; - -    /** -     * Gets the value of the infoboxIdentifier 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 infoboxIdentifier property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getInfoboxIdentifier().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     *  -     *  -     */ -    public List<String> getInfoboxIdentifier() { -        if (infoboxIdentifier == null) { -            infoboxIdentifier = new ArrayList<String>(); -        } -        return this.infoboxIdentifier; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxCreateRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxCreateRequestType.java deleted file mode 100644 index 3ef3c245..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxCreateRequestType.java +++ /dev/null @@ -1,268 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxCreateRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxCreateRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="InfoboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *         <element name="InfoboxType" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxTypeType"/> - *         <element name="Creator" type="{http://www.w3.org/2001/XMLSchema}string"/> - *         <element name="Purpose" type="{http://www.w3.org/2001/XMLSchema}string"/> - *         <element name="ReadAccessAuthorization" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AccessAuthorizationType" minOccurs="0"/> - *         <element name="UpdateAccessAuthorization" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AccessAuthorizationType" minOccurs="0"/> - *         <element name="ReadUserConfirmation" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}UserConfirmationType" minOccurs="0"/> - *         <element name="UpdateUserConfirmation" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}UserConfirmationType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxCreateRequestType", propOrder = { -    "infoboxIdentifier", -    "infoboxType", -    "creator", -    "purpose", -    "readAccessAuthorization", -    "updateAccessAuthorization", -    "readUserConfirmation", -    "updateUserConfirmation" -}) -public class InfoboxCreateRequestType { - -    @XmlElement(name = "InfoboxIdentifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String infoboxIdentifier; -    @XmlElement(name = "InfoboxType", required = true) -    protected InfoboxTypeType infoboxType; -    @XmlElement(name = "Creator", required = true) -    protected String creator; -    @XmlElement(name = "Purpose", required = true) -    protected String purpose; -    @XmlElement(name = "ReadAccessAuthorization") -    protected AccessAuthorizationType readAccessAuthorization; -    @XmlElement(name = "UpdateAccessAuthorization") -    protected AccessAuthorizationType updateAccessAuthorization; -    @XmlElement(name = "ReadUserConfirmation") -    protected UserConfirmationType readUserConfirmation; -    @XmlElement(name = "UpdateUserConfirmation") -    protected UserConfirmationType updateUserConfirmation; - -    /** -     * Gets the value of the infoboxIdentifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getInfoboxIdentifier() { -        return infoboxIdentifier; -    } - -    /** -     * Sets the value of the infoboxIdentifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setInfoboxIdentifier(String value) { -        this.infoboxIdentifier = value; -    } - -    /** -     * Gets the value of the infoboxType property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxTypeType } -     *      -     */ -    public InfoboxTypeType getInfoboxType() { -        return infoboxType; -    } - -    /** -     * Sets the value of the infoboxType property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxTypeType } -     *      -     */ -    public void setInfoboxType(InfoboxTypeType value) { -        this.infoboxType = value; -    } - -    /** -     * Gets the value of the creator property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getCreator() { -        return creator; -    } - -    /** -     * Sets the value of the creator property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setCreator(String value) { -        this.creator = value; -    } - -    /** -     * Gets the value of the purpose property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getPurpose() { -        return purpose; -    } - -    /** -     * Sets the value of the purpose property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setPurpose(String value) { -        this.purpose = value; -    } - -    /** -     * Gets the value of the readAccessAuthorization property. -     *  -     * @return -     *     possible object is -     *     {@link AccessAuthorizationType } -     *      -     */ -    public AccessAuthorizationType getReadAccessAuthorization() { -        return readAccessAuthorization; -    } - -    /** -     * Sets the value of the readAccessAuthorization property. -     *  -     * @param value -     *     allowed object is -     *     {@link AccessAuthorizationType } -     *      -     */ -    public void setReadAccessAuthorization(AccessAuthorizationType value) { -        this.readAccessAuthorization = value; -    } - -    /** -     * Gets the value of the updateAccessAuthorization property. -     *  -     * @return -     *     possible object is -     *     {@link AccessAuthorizationType } -     *      -     */ -    public AccessAuthorizationType getUpdateAccessAuthorization() { -        return updateAccessAuthorization; -    } - -    /** -     * Sets the value of the updateAccessAuthorization property. -     *  -     * @param value -     *     allowed object is -     *     {@link AccessAuthorizationType } -     *      -     */ -    public void setUpdateAccessAuthorization(AccessAuthorizationType value) { -        this.updateAccessAuthorization = value; -    } - -    /** -     * Gets the value of the readUserConfirmation property. -     *  -     * @return -     *     possible object is -     *     {@link UserConfirmationType } -     *      -     */ -    public UserConfirmationType getReadUserConfirmation() { -        return readUserConfirmation; -    } - -    /** -     * Sets the value of the readUserConfirmation property. -     *  -     * @param value -     *     allowed object is -     *     {@link UserConfirmationType } -     *      -     */ -    public void setReadUserConfirmation(UserConfirmationType value) { -        this.readUserConfirmation = value; -    } - -    /** -     * Gets the value of the updateUserConfirmation property. -     *  -     * @return -     *     possible object is -     *     {@link UserConfirmationType } -     *      -     */ -    public UserConfirmationType getUpdateUserConfirmation() { -        return updateUserConfirmation; -    } - -    /** -     * Sets the value of the updateUserConfirmation property. -     *  -     * @param value -     *     allowed object is -     *     {@link UserConfirmationType } -     *      -     */ -    public void setUpdateUserConfirmation(UserConfirmationType value) { -        this.updateUserConfirmation = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxCreateResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxCreateResponseType.java deleted file mode 100644 index b38bea30..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxCreateResponseType.java +++ /dev/null @@ -1,37 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxCreateResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxCreateResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxCreateResponseType") -public class InfoboxCreateResponseType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxDeleteRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxDeleteRequestType.java deleted file mode 100644 index 0c0b2fb0..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxDeleteRequestType.java +++ /dev/null @@ -1,72 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxDeleteRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxDeleteRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="InfoboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxDeleteRequestType", propOrder = { -    "infoboxIdentifier" -}) -public class InfoboxDeleteRequestType { - -    @XmlElement(name = "InfoboxIdentifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String infoboxIdentifier; - -    /** -     * Gets the value of the infoboxIdentifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getInfoboxIdentifier() { -        return infoboxIdentifier; -    } - -    /** -     * Sets the value of the infoboxIdentifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setInfoboxIdentifier(String value) { -        this.infoboxIdentifier = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxDeleteResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxDeleteResponseType.java deleted file mode 100644 index 8a9abc98..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxDeleteResponseType.java +++ /dev/null @@ -1,37 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxDeleteResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxDeleteResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxDeleteResponseType") -public class InfoboxDeleteResponseType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadDataAssocArrayType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadDataAssocArrayType.java deleted file mode 100644 index bc43d8b5..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadDataAssocArrayType.java +++ /dev/null @@ -1,116 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxReadDataAssocArrayType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxReadDataAssocArrayType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <sequence maxOccurs="unbounded" minOccurs="0"> - *           <element name="Key" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *         </sequence> - *         <sequence maxOccurs="unbounded" minOccurs="0"> - *           <element name="Pair" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxAssocArrayPairType"/> - *         </sequence> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxReadDataAssocArrayType", propOrder = { -    "key", -    "pair" -}) -public class InfoboxReadDataAssocArrayType { - -    @XmlElement(name = "Key") -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected List<String> key; -    @XmlElement(name = "Pair") -    protected List<InfoboxAssocArrayPairType> pair; - -    /** -     * Gets the value of the key 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 key property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getKey().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     *  -     *  -     */ -    public List<String> getKey() { -        if (key == null) { -            key = new ArrayList<String>(); -        } -        return this.key; -    } - -    /** -     * Gets the value of the pair 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 pair property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getPair().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link InfoboxAssocArrayPairType } -     *  -     *  -     */ -    public List<InfoboxAssocArrayPairType> getPair() { -        if (pair == null) { -            pair = new ArrayList<InfoboxAssocArrayPairType>(); -        } -        return this.pair; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadParamsAssocArrayType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadParamsAssocArrayType.java deleted file mode 100644 index 656080a4..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadParamsAssocArrayType.java +++ /dev/null @@ -1,434 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxReadParamsAssocArrayType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxReadParamsAssocArrayType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <element name="ReadKeys"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="SearchString" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}WildCardSearchStringType" /> - *                 <attribute name="UserMakesUnique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="ReadPairs"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="SearchString" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}WildCardSearchStringType" /> - *                 <attribute name="UserMakesUnique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - *                 <attribute name="ValuesAreXMLEntities" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="ReadValue"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="Key" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType" /> - *                 <attribute name="ValueIsXMLEntity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxReadParamsAssocArrayType", propOrder = { -    "readKeys", -    "readPairs", -    "readValue" -}) -public class InfoboxReadParamsAssocArrayType { - -    @XmlElement(name = "ReadKeys") -    protected InfoboxReadParamsAssocArrayType.ReadKeys readKeys; -    @XmlElement(name = "ReadPairs") -    protected InfoboxReadParamsAssocArrayType.ReadPairs readPairs; -    @XmlElement(name = "ReadValue") -    protected InfoboxReadParamsAssocArrayType.ReadValue readValue; - -    /** -     * Gets the value of the readKeys property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxReadParamsAssocArrayType.ReadKeys } -     *      -     */ -    public InfoboxReadParamsAssocArrayType.ReadKeys getReadKeys() { -        return readKeys; -    } - -    /** -     * Sets the value of the readKeys property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxReadParamsAssocArrayType.ReadKeys } -     *      -     */ -    public void setReadKeys(InfoboxReadParamsAssocArrayType.ReadKeys value) { -        this.readKeys = value; -    } - -    /** -     * Gets the value of the readPairs property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxReadParamsAssocArrayType.ReadPairs } -     *      -     */ -    public InfoboxReadParamsAssocArrayType.ReadPairs getReadPairs() { -        return readPairs; -    } - -    /** -     * Sets the value of the readPairs property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxReadParamsAssocArrayType.ReadPairs } -     *      -     */ -    public void setReadPairs(InfoboxReadParamsAssocArrayType.ReadPairs value) { -        this.readPairs = value; -    } - -    /** -     * Gets the value of the readValue property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxReadParamsAssocArrayType.ReadValue } -     *      -     */ -    public InfoboxReadParamsAssocArrayType.ReadValue getReadValue() { -        return readValue; -    } - -    /** -     * Sets the value of the readValue property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxReadParamsAssocArrayType.ReadValue } -     *      -     */ -    public void setReadValue(InfoboxReadParamsAssocArrayType.ReadValue value) { -        this.readValue = 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"> -     *       <attribute name="SearchString" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}WildCardSearchStringType" /> -     *       <attribute name="UserMakesUnique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class ReadKeys { - -        @XmlAttribute(name = "SearchString", required = true) -        protected String searchString; -        @XmlAttribute(name = "UserMakesUnique") -        protected Boolean userMakesUnique; - -        /** -         * Gets the value of the searchString property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getSearchString() { -            return searchString; -        } - -        /** -         * Sets the value of the searchString property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setSearchString(String value) { -            this.searchString = value; -        } - -        /** -         * Gets the value of the userMakesUnique property. -         *  -         * @return -         *     possible object is -         *     {@link Boolean } -         *      -         */ -        public boolean isUserMakesUnique() { -            if (userMakesUnique == null) { -                return false; -            } else { -                return userMakesUnique; -            } -        } - -        /** -         * Sets the value of the userMakesUnique property. -         *  -         * @param value -         *     allowed object is -         *     {@link Boolean } -         *      -         */ -        public void setUserMakesUnique(Boolean value) { -            this.userMakesUnique = 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"> -     *       <attribute name="SearchString" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}WildCardSearchStringType" /> -     *       <attribute name="UserMakesUnique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> -     *       <attribute name="ValuesAreXMLEntities" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class ReadPairs { - -        @XmlAttribute(name = "SearchString", required = true) -        protected String searchString; -        @XmlAttribute(name = "UserMakesUnique") -        protected Boolean userMakesUnique; -        @XmlAttribute(name = "ValuesAreXMLEntities") -        protected Boolean valuesAreXMLEntities; - -        /** -         * Gets the value of the searchString property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getSearchString() { -            return searchString; -        } - -        /** -         * Sets the value of the searchString property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setSearchString(String value) { -            this.searchString = value; -        } - -        /** -         * Gets the value of the userMakesUnique property. -         *  -         * @return -         *     possible object is -         *     {@link Boolean } -         *      -         */ -        public boolean isUserMakesUnique() { -            if (userMakesUnique == null) { -                return false; -            } else { -                return userMakesUnique; -            } -        } - -        /** -         * Sets the value of the userMakesUnique property. -         *  -         * @param value -         *     allowed object is -         *     {@link Boolean } -         *      -         */ -        public void setUserMakesUnique(Boolean value) { -            this.userMakesUnique = value; -        } - -        /** -         * Gets the value of the valuesAreXMLEntities property. -         *  -         * @return -         *     possible object is -         *     {@link Boolean } -         *      -         */ -        public boolean isValuesAreXMLEntities() { -            if (valuesAreXMLEntities == null) { -                return false; -            } else { -                return valuesAreXMLEntities; -            } -        } - -        /** -         * Sets the value of the valuesAreXMLEntities property. -         *  -         * @param value -         *     allowed object is -         *     {@link Boolean } -         *      -         */ -        public void setValuesAreXMLEntities(Boolean value) { -            this.valuesAreXMLEntities = 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"> -     *       <attribute name="Key" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType" /> -     *       <attribute name="ValueIsXMLEntity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class ReadValue { - -        @XmlAttribute(name = "Key", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        protected String key; -        @XmlAttribute(name = "ValueIsXMLEntity") -        protected Boolean valueIsXMLEntity; - -        /** -         * Gets the value of the key property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getKey() { -            return key; -        } - -        /** -         * Sets the value of the key property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setKey(String value) { -            this.key = value; -        } - -        /** -         * Gets the value of the valueIsXMLEntity property. -         *  -         * @return -         *     possible object is -         *     {@link Boolean } -         *      -         */ -        public boolean isValueIsXMLEntity() { -            if (valueIsXMLEntity == null) { -                return false; -            } else { -                return valueIsXMLEntity; -            } -        } - -        /** -         * Sets the value of the valueIsXMLEntity property. -         *  -         * @param value -         *     allowed object is -         *     {@link Boolean } -         *      -         */ -        public void setValueIsXMLEntity(Boolean value) { -            this.valueIsXMLEntity = value; -        } - -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadParamsBinaryFileType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadParamsBinaryFileType.java deleted file mode 100644 index 5f301804..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadParamsBinaryFileType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxReadParamsBinaryFileType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxReadParamsBinaryFileType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <attribute name="ContentIsXMLEntity" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxReadParamsBinaryFileType") -public class InfoboxReadParamsBinaryFileType { - -    @XmlAttribute(name = "ContentIsXMLEntity") -    protected Boolean contentIsXMLEntity; - -    /** -     * Gets the value of the contentIsXMLEntity property. -     *  -     * @return -     *     possible object is -     *     {@link Boolean } -     *      -     */ -    public boolean isContentIsXMLEntity() { -        if (contentIsXMLEntity == null) { -            return false; -        } else { -            return contentIsXMLEntity; -        } -    } - -    /** -     * Sets the value of the contentIsXMLEntity property. -     *  -     * @param value -     *     allowed object is -     *     {@link Boolean } -     *      -     */ -    public void setContentIsXMLEntity(Boolean value) { -        this.contentIsXMLEntity = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadRequestType.java deleted file mode 100644 index b32174e7..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadRequestType.java +++ /dev/null @@ -1,158 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxReadRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxReadRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="InfoboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *         <choice> - *           <element name="BinaryFileParameters" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxReadParamsBinaryFileType"/> - *           <element name="AssocArrayParameters" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxReadParamsAssocArrayType"/> - *         </choice> - *         <element name="BoxSpecificParameters" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AnyChildrenType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxReadRequestType", propOrder = { -    "infoboxIdentifier", -    "binaryFileParameters", -    "assocArrayParameters", -    "boxSpecificParameters" -}) -public class InfoboxReadRequestType { - -    @XmlElement(name = "InfoboxIdentifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String infoboxIdentifier; -    @XmlElement(name = "BinaryFileParameters") -    protected InfoboxReadParamsBinaryFileType binaryFileParameters; -    @XmlElement(name = "AssocArrayParameters") -    protected InfoboxReadParamsAssocArrayType assocArrayParameters; -    @XmlElement(name = "BoxSpecificParameters") -    protected AnyChildrenType boxSpecificParameters; - -    /** -     * Gets the value of the infoboxIdentifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getInfoboxIdentifier() { -        return infoboxIdentifier; -    } - -    /** -     * Sets the value of the infoboxIdentifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setInfoboxIdentifier(String value) { -        this.infoboxIdentifier = value; -    } - -    /** -     * Gets the value of the binaryFileParameters property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxReadParamsBinaryFileType } -     *      -     */ -    public InfoboxReadParamsBinaryFileType getBinaryFileParameters() { -        return binaryFileParameters; -    } - -    /** -     * Sets the value of the binaryFileParameters property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxReadParamsBinaryFileType } -     *      -     */ -    public void setBinaryFileParameters(InfoboxReadParamsBinaryFileType value) { -        this.binaryFileParameters = value; -    } - -    /** -     * Gets the value of the assocArrayParameters property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxReadParamsAssocArrayType } -     *      -     */ -    public InfoboxReadParamsAssocArrayType getAssocArrayParameters() { -        return assocArrayParameters; -    } - -    /** -     * Sets the value of the assocArrayParameters property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxReadParamsAssocArrayType } -     *      -     */ -    public void setAssocArrayParameters(InfoboxReadParamsAssocArrayType value) { -        this.assocArrayParameters = value; -    } - -    /** -     * Gets the value of the boxSpecificParameters property. -     *  -     * @return -     *     possible object is -     *     {@link AnyChildrenType } -     *      -     */ -    public AnyChildrenType getBoxSpecificParameters() { -        return boxSpecificParameters; -    } - -    /** -     * Sets the value of the boxSpecificParameters property. -     *  -     * @param value -     *     allowed object is -     *     {@link AnyChildrenType } -     *      -     */ -    public void setBoxSpecificParameters(AnyChildrenType value) { -        this.boxSpecificParameters = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadResponseType.java deleted file mode 100644 index feb8454b..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxReadResponseType.java +++ /dev/null @@ -1,97 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxReadResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxReadResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <element name="BinaryFileData" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLContentType"/> - *         <element name="AssocArrayData" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxReadDataAssocArrayType"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxReadResponseType", propOrder = { -    "binaryFileData", -    "assocArrayData" -}) -public class InfoboxReadResponseType { - -    @XmlElement(name = "BinaryFileData") -    protected Base64XMLContentType binaryFileData; -    @XmlElement(name = "AssocArrayData") -    protected InfoboxReadDataAssocArrayType assocArrayData; - -    /** -     * Gets the value of the binaryFileData property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLContentType } -     *      -     */ -    public Base64XMLContentType getBinaryFileData() { -        return binaryFileData; -    } - -    /** -     * Sets the value of the binaryFileData property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLContentType } -     *      -     */ -    public void setBinaryFileData(Base64XMLContentType value) { -        this.binaryFileData = value; -    } - -    /** -     * Gets the value of the assocArrayData property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxReadDataAssocArrayType } -     *      -     */ -    public InfoboxReadDataAssocArrayType getAssocArrayData() { -        return assocArrayData; -    } - -    /** -     * Sets the value of the assocArrayData property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxReadDataAssocArrayType } -     *      -     */ -    public void setAssocArrayData(InfoboxReadDataAssocArrayType value) { -        this.assocArrayData = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxTypeType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxTypeType.java deleted file mode 100644 index c599529c..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxTypeType.java +++ /dev/null @@ -1,58 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxTypeType. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - * <p> - * <pre> - * <simpleType name="InfoboxTypeType"> - *   <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *     <enumeration value="BinaryFile"/> - *     <enumeration value="AssocArray"/> - *   </restriction> - * </simpleType> - * </pre> - *  - */ -@XmlType(name = "InfoboxTypeType") -@XmlEnum -public enum InfoboxTypeType { - -    @XmlEnumValue("BinaryFile") -    BINARY_FILE("BinaryFile"), -    @XmlEnumValue("AssocArray") -    ASSOC_ARRAY("AssocArray"); -    private final String value; - -    InfoboxTypeType(String v) { -        value = v; -    } - -    public String value() { -        return value; -    } - -    public static InfoboxTypeType fromValue(String v) { -        for (InfoboxTypeType c: InfoboxTypeType.values()) { -            if (c.value.equals(v)) { -                return c; -            } -        } -        throw new IllegalArgumentException(v); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateParamsAssocArrayType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateParamsAssocArrayType.java deleted file mode 100644 index 847803b1..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateParamsAssocArrayType.java +++ /dev/null @@ -1,281 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.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 InfoboxUpdateParamsAssocArrayType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxUpdateParamsAssocArrayType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <element name="UpdateKey"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="Key" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *                 <attribute name="NewKey" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="UpdateValue" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxAssocArrayPairType"/> - *         <element name="DeletePair"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="Key" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxUpdateParamsAssocArrayType", propOrder = { -    "updateKey", -    "updateValue", -    "deletePair" -}) -public class InfoboxUpdateParamsAssocArrayType { - -    @XmlElement(name = "UpdateKey") -    protected InfoboxUpdateParamsAssocArrayType.UpdateKey updateKey; -    @XmlElement(name = "UpdateValue") -    protected InfoboxAssocArrayPairType updateValue; -    @XmlElement(name = "DeletePair") -    protected InfoboxUpdateParamsAssocArrayType.DeletePair deletePair; - -    /** -     * Gets the value of the updateKey property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxUpdateParamsAssocArrayType.UpdateKey } -     *      -     */ -    public InfoboxUpdateParamsAssocArrayType.UpdateKey getUpdateKey() { -        return updateKey; -    } - -    /** -     * Sets the value of the updateKey property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxUpdateParamsAssocArrayType.UpdateKey } -     *      -     */ -    public void setUpdateKey(InfoboxUpdateParamsAssocArrayType.UpdateKey value) { -        this.updateKey = value; -    } - -    /** -     * Gets the value of the updateValue property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxAssocArrayPairType } -     *      -     */ -    public InfoboxAssocArrayPairType getUpdateValue() { -        return updateValue; -    } - -    /** -     * Sets the value of the updateValue property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxAssocArrayPairType } -     *      -     */ -    public void setUpdateValue(InfoboxAssocArrayPairType value) { -        this.updateValue = value; -    } - -    /** -     * Gets the value of the deletePair property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxUpdateParamsAssocArrayType.DeletePair } -     *      -     */ -    public InfoboxUpdateParamsAssocArrayType.DeletePair getDeletePair() { -        return deletePair; -    } - -    /** -     * Sets the value of the deletePair property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxUpdateParamsAssocArrayType.DeletePair } -     *      -     */ -    public void setDeletePair(InfoboxUpdateParamsAssocArrayType.DeletePair value) { -        this.deletePair = 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"> -     *       <attribute name="Key" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class DeletePair { - -        @XmlAttribute(name = "Key", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        @XmlSchemaType(name = "token") -        protected String key; - -        /** -         * Gets the value of the key property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getKey() { -            return key; -        } - -        /** -         * Sets the value of the key property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setKey(String value) { -            this.key = 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"> -     *       <attribute name="Key" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> -     *       <attribute name="NewKey" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class UpdateKey { - -        @XmlAttribute(name = "Key", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        @XmlSchemaType(name = "token") -        protected String key; -        @XmlAttribute(name = "NewKey", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        @XmlSchemaType(name = "token") -        protected String newKey; - -        /** -         * Gets the value of the key property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getKey() { -            return key; -        } - -        /** -         * Sets the value of the key property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setKey(String value) { -            this.key = value; -        } - -        /** -         * Gets the value of the newKey property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getNewKey() { -            return newKey; -        } - -        /** -         * Sets the value of the newKey property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setNewKey(String value) { -            this.newKey = value; -        } - -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateRequestType.java deleted file mode 100644 index 79e5bd9d..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateRequestType.java +++ /dev/null @@ -1,158 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for InfoboxUpdateRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxUpdateRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="InfoboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/> - *         <choice> - *           <element name="BinaryFileParameters" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLContentType"/> - *           <element name="AssocArrayParameters" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxUpdateParamsAssocArrayType"/> - *         </choice> - *         <element name="BoxSpecificParameters" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AnyChildrenType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxUpdateRequestType", propOrder = { -    "infoboxIdentifier", -    "binaryFileParameters", -    "assocArrayParameters", -    "boxSpecificParameters" -}) -public class InfoboxUpdateRequestType { - -    @XmlElement(name = "InfoboxIdentifier", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String infoboxIdentifier; -    @XmlElement(name = "BinaryFileParameters") -    protected Base64XMLContentType binaryFileParameters; -    @XmlElement(name = "AssocArrayParameters") -    protected InfoboxUpdateParamsAssocArrayType assocArrayParameters; -    @XmlElement(name = "BoxSpecificParameters") -    protected AnyChildrenType boxSpecificParameters; - -    /** -     * Gets the value of the infoboxIdentifier property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getInfoboxIdentifier() { -        return infoboxIdentifier; -    } - -    /** -     * Sets the value of the infoboxIdentifier property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setInfoboxIdentifier(String value) { -        this.infoboxIdentifier = value; -    } - -    /** -     * Gets the value of the binaryFileParameters property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLContentType } -     *      -     */ -    public Base64XMLContentType getBinaryFileParameters() { -        return binaryFileParameters; -    } - -    /** -     * Sets the value of the binaryFileParameters property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLContentType } -     *      -     */ -    public void setBinaryFileParameters(Base64XMLContentType value) { -        this.binaryFileParameters = value; -    } - -    /** -     * Gets the value of the assocArrayParameters property. -     *  -     * @return -     *     possible object is -     *     {@link InfoboxUpdateParamsAssocArrayType } -     *      -     */ -    public InfoboxUpdateParamsAssocArrayType getAssocArrayParameters() { -        return assocArrayParameters; -    } - -    /** -     * Sets the value of the assocArrayParameters property. -     *  -     * @param value -     *     allowed object is -     *     {@link InfoboxUpdateParamsAssocArrayType } -     *      -     */ -    public void setAssocArrayParameters(InfoboxUpdateParamsAssocArrayType value) { -        this.assocArrayParameters = value; -    } - -    /** -     * Gets the value of the boxSpecificParameters property. -     *  -     * @return -     *     possible object is -     *     {@link AnyChildrenType } -     *      -     */ -    public AnyChildrenType getBoxSpecificParameters() { -        return boxSpecificParameters; -    } - -    /** -     * Sets the value of the boxSpecificParameters property. -     *  -     * @param value -     *     allowed object is -     *     {@link AnyChildrenType } -     *      -     */ -    public void setBoxSpecificParameters(AnyChildrenType value) { -        this.boxSpecificParameters = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateResponseType.java deleted file mode 100644 index b7f32196..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/InfoboxUpdateResponseType.java +++ /dev/null @@ -1,37 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for InfoboxUpdateResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="InfoboxUpdateResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "InfoboxUpdateResponseType") -public class InfoboxUpdateResponseType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ManifestRefsCheckResultInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ManifestRefsCheckResultInfoType.java deleted file mode 100644 index f4e7e5bf..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ManifestRefsCheckResultInfoType.java +++ /dev/null @@ -1,93 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * <p>Java class for ManifestRefsCheckResultInfoType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="ManifestRefsCheckResultInfoType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="ReferringSigReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> - *         <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> - *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ManifestRefsCheckResultInfoType", propOrder = { -    "content" -}) -public class ManifestRefsCheckResultInfoType { - -    @XmlElementRefs({ -        @XmlElementRef(name = "ReferringSigReference", 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) -    }) -    @XmlMixed -    @XmlAnyElement(lax = true) -    protected List<Object> content; - -    /** -     * Gets the value of the content 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 content property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getContent().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} -     * {@link Element } -     * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} -     * {@link Object } -     *  -     *  -     */ -    public List<Object> getContent() { -        if (content == null) { -            content = new ArrayList<Object>(); -        } -        return this.content; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ManifestRefsCheckResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ManifestRefsCheckResultType.java deleted file mode 100644 index bbe1bbea..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ManifestRefsCheckResultType.java +++ /dev/null @@ -1,100 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for ManifestRefsCheckResultType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="ManifestRefsCheckResultType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - *         <element name="Info" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ManifestRefsCheckResultInfoType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ManifestRefsCheckResultType", propOrder = { -    "code", -    "info" -}) -public class ManifestRefsCheckResultType { - -    @XmlElement(name = "Code", required = true) -    @XmlSchemaType(name = "nonNegativeInteger") -    protected BigInteger code; -    @XmlElement(name = "Info", required = true) -    protected ManifestRefsCheckResultInfoType info; - -    /** -     * Gets the value of the code property. -     *  -     * @return -     *     possible object is -     *     {@link BigInteger } -     *      -     */ -    public BigInteger getCode() { -        return code; -    } - -    /** -     * Sets the value of the code property. -     *  -     * @param value -     *     allowed object is -     *     {@link BigInteger } -     *      -     */ -    public void setCode(BigInteger value) { -        this.code = value; -    } - -    /** -     * Gets the value of the info property. -     *  -     * @return -     *     possible object is -     *     {@link ManifestRefsCheckResultInfoType } -     *      -     */ -    public ManifestRefsCheckResultInfoType getInfo() { -        return info; -    } - -    /** -     * Sets the value of the info property. -     *  -     * @param value -     *     allowed object is -     *     {@link ManifestRefsCheckResultInfoType } -     *      -     */ -    public void setInfo(ManifestRefsCheckResultInfoType value) { -        this.info = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/MetaInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/MetaInfoType.java deleted file mode 100644 index 4f707af6..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/MetaInfoType.java +++ /dev/null @@ -1,136 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlAnyElement; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for MetaInfoType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="MetaInfoType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MimeType" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MimeTypeType"/> - *         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - *         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "MetaInfoType", propOrder = { -    "mimeType", -    "description", -    "any" -}) -public class MetaInfoType { - -    @XmlElement(name = "MimeType", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String mimeType; -    @XmlElement(name = "Description") -    protected String description; -    @XmlAnyElement(lax = true) -    protected List<Object> any; - -    /** -     * Gets the value of the mimeType property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getMimeType() { -        return mimeType; -    } - -    /** -     * Sets the value of the mimeType property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setMimeType(String value) { -        this.mimeType = value; -    } - -    /** -     * Gets the value of the description property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getDescription() { -        return description; -    } - -    /** -     * Sets the value of the description property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setDescription(String value) { -        this.description = value; -    } - -    /** -     * Gets the value of the any 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 any property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getAny().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link Object } -     *  -     *  -     */ -    public List<Object> getAny() { -        if (any == null) { -            any = new ArrayList<Object>(); -        } -        return this.any; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/NullOperationRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/NullOperationRequestType.java deleted file mode 100644 index 956698a3..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/NullOperationRequestType.java +++ /dev/null @@ -1,37 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for NullOperationRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="NullOperationRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "NullOperationRequestType") -public class NullOperationRequestType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/NullOperationResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/NullOperationResponseType.java deleted file mode 100644 index e2a9c64e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/NullOperationResponseType.java +++ /dev/null @@ -1,37 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for NullOperationResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="NullOperationResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "NullOperationResponseType") -public class NullOperationResponseType { - - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ObjectFactory.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ObjectFactory.java deleted file mode 100644 index f6a1597e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ObjectFactory.java +++ /dev/null @@ -1,1273 +0,0 @@ -/* - * Copyright 2011 by Graz University of Technology, Austria - * MOCCA has been developed by the E-Government Innovation Center EGIZ, a joint - * initiative of the Federal Chancellery Austria and Graz University of Technology. - * - * Licensed under the EUPL, Version 1.1 or - as soon they will be approved by - * the European Commission - subsequent versions of the EUPL (the "Licence"); - * You may not use this work except in compliance with the Licence. - * You may obtain a copy of the Licence at: - * http://www.osor.eu/eupl/ - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the Licence is distributed on an "AS IS" basis, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the Licence for the specific language governing permissions and - * limitations under the Licence. - * - * This product combines work with different licenses. See the "NOTICE" text - * file for details on the various modules and licenses. - * The "NOTICE" text file is part of the distribution. Any derivative works - * that you distribute must include a readable copy of the "NOTICE" text file. - */ - - -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 -// 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: 2010.03.01 at 06:03:37 PM MEZ -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; -import org.w3._2000._09.xmldsig_.KeyInfoType; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.buergerkarte.namespaces.securitylayer._1 package. - * <p>An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups.  Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - -    private final static QName _DecryptXMLResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "DecryptXMLResponse"); -    private final static QName _GetPropertiesResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "GetPropertiesResponse"); -    private final static QName _IdentityLinkDomainIdentifier_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "IdentityLinkDomainIdentifier"); -    private final static QName _InfoboxDeleteResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxDeleteResponse"); -    private final static QName _EncryptCMSResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "EncryptCMSResponse"); -    private final static QName _VerifyXMLSignatureResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "VerifyXMLSignatureResponse"); -    private final static QName _InfoboxUpdateRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxUpdateRequest"); -    private final static QName _DecryptXMLRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "DecryptXMLRequest"); -    private final static QName _ErrorResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "ErrorResponse"); -    private final static QName _CreateXMLSignatureRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateXMLSignatureRequest"); -    private final static QName _InfoboxCreateResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxCreateResponse"); -    private final static QName _VerifyHashRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "VerifyHashRequest"); -    private final static QName _GetStatusRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "GetStatusRequest"); -    private final static QName _VerifyXMLSignatureRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "VerifyXMLSignatureRequest"); -    private final static QName _InfoboxAvailableRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxAvailableRequest"); -    private final static QName _VerifyHashResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "VerifyHashResponse"); -    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 _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"); -    private final static QName _CreateHashResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateHashResponse"); -    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 _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"); -    private final static QName _InfoboxReadResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxReadResponse"); -    private final static QName _NullOperationRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "NullOperationRequest"); -    private final static QName _GetStatusResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "GetStatusResponse"); -    private final static QName _CreateCMSSignatureRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateCMSSignatureRequest"); -    private final static QName _VerifyCMSSignatureResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "VerifyCMSSignatureResponse"); -    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 _ManifestRefsCheckResultInfoTypeReferringSigReference_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "ReferringSigReference"); -    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"); - -    /** -     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.buergerkarte.namespaces.securitylayer._1 -     * -     */ -    public ObjectFactory() { -    } - -    /** -     * Create an instance of {@link VerificationResultType } -     * -     */ -    public VerificationResultType createVerificationResultType() { -        return new VerificationResultType(); -    } - -    /** -     * Create an instance of {@link XMLToBeEncryptedNewType } -     * -     */ -    public XMLToBeEncryptedNewType createXMLToBeEncryptedNewType() { -        return new XMLToBeEncryptedNewType(); -    } - -    /** -     * Create an instance of {@link EncryptCMSRequestType } -     * -     */ -    public EncryptCMSRequestType createEncryptCMSRequestType() { -        return new EncryptCMSRequestType(); -    } - -    /** -     * Create an instance of {@link VerifyHashRequestType } -     * -     */ -    public VerifyHashRequestType createVerifyHashRequestType() { -        return new VerifyHashRequestType(); -    } - -    /** -     * Create an instance of {@link XMLToBeEncryptedNewContentType } -     * -     */ -    public XMLToBeEncryptedNewContentType createXMLToBeEncryptedNewContentType() { -        return new XMLToBeEncryptedNewContentType(); -    } - -    /** -     * Create an instance of {@link GetStatusResponseType } -     * -     */ -    public GetStatusResponseType createGetStatusResponseType() { -        return new GetStatusResponseType(); -    } - -    /** -     * Create an instance of {@link InfoboxAssocArrayPairType } -     * -     */ -    public InfoboxAssocArrayPairType createInfoboxAssocArrayPairType() { -        return new InfoboxAssocArrayPairType(); -    } - -    /** -     * Create an instance of {@link DecryptCMSRequestType } -     * -     */ -    public DecryptCMSRequestType createDecryptCMSRequestType() { -        return new DecryptCMSRequestType(); -    } - -    /** -     * Create an instance of {@link DecryptXMLRequestType } -     * -     */ -    public DecryptXMLRequestType createDecryptXMLRequestType() { -        return new DecryptXMLRequestType(); -    } - -    /** -     * Create an instance of {@link EncryptXMLRequestType } -     * -     */ -    public EncryptXMLRequestType createEncryptXMLRequestType() { -        return new EncryptXMLRequestType(); -    } - -    /** -     * Create an instance of {@link InfoboxUpdateRequestType } -     * -     */ -    public InfoboxUpdateRequestType createInfoboxUpdateRequestType() { -        return new InfoboxUpdateRequestType(); -    } - -    /** -     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType.UpdateKey } -     * -     */ -    public InfoboxUpdateParamsAssocArrayType.UpdateKey createInfoboxUpdateParamsAssocArrayTypeUpdateKey() { -        return new InfoboxUpdateParamsAssocArrayType.UpdateKey(); -    } - -    /** -     * Create an instance of {@link VerifyCMSSignatureResponseType } -     * -     */ -    public VerifyCMSSignatureResponseType createVerifyCMSSignatureResponseType() { -        return new VerifyCMSSignatureResponseType(); -    } - -    /** -     * Create an instance of {@link UserConfirmationType } -     * -     */ -    public UserConfirmationType createUserConfirmationType() { -        return new UserConfirmationType(); -    } - -    /** -     * Create an instance of {@link DecryptXMLResponseType } -     * -     */ -    public DecryptXMLResponseType createDecryptXMLResponseType() { -        return new DecryptXMLResponseType(); -    } - -    /** -     * Create an instance of {@link BindingType } -     * -     */ -    public BindingType createBindingType() { -        return new BindingType(); -    } - -    /** -     * Create an instance of {@link EncryptionInfoType.EncryptedKeyLocation } -     * -     */ -    public EncryptionInfoType.EncryptedKeyLocation createEncryptionInfoTypeEncryptedKeyLocation() { -        return new EncryptionInfoType.EncryptedKeyLocation(); -    } - -    /** -     * Create an instance of {@link DecryptXMLResponseType.DecryptedBinaryData } -     * -     */ -    public DecryptXMLResponseType.DecryptedBinaryData createDecryptXMLResponseTypeDecryptedBinaryData() { -        return new DecryptXMLResponseType.DecryptedBinaryData(); -    } - -    /** -     * Create an instance of {@link InfoboxCreateResponseType } -     * -     */ -    public InfoboxCreateResponseType createInfoboxCreateResponseType() { -        return new InfoboxCreateResponseType(); -    } - -    /** -     * Create an instance of {@link ToBeEncryptedType.Element } -     * -     */ -    public ToBeEncryptedType.Element createToBeEncryptedTypeElement() { -        return new ToBeEncryptedType.Element(); -    } - -    /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadValue } -     * -     */ -    public InfoboxReadParamsAssocArrayType.ReadValue createInfoboxReadParamsAssocArrayTypeReadValue() { -        return new InfoboxReadParamsAssocArrayType.ReadValue(); -    } - -    /** -     * Create an instance of {@link InfoboxReadParamsBinaryFileType } -     * -     */ -    public InfoboxReadParamsBinaryFileType createInfoboxReadParamsBinaryFileType() { -        return new InfoboxReadParamsBinaryFileType(); -    } - -    /** -     * Create an instance of {@link GetPropertiesResponseType } -     * -     */ -    public GetPropertiesResponseType createGetPropertiesResponseType() { -        return new GetPropertiesResponseType(); -    } - -    /** -     * Create an instance of {@link InfoboxReadDataAssocArrayType } -     * -     */ -    public InfoboxReadDataAssocArrayType createInfoboxReadDataAssocArrayType() { -        return new InfoboxReadDataAssocArrayType(); -    } - -    /** -     * Create an instance of {@link CMSRecipientPublicKeyType } -     * -     */ -    public CMSRecipientPublicKeyType createCMSRecipientPublicKeyType() { -        return new CMSRecipientPublicKeyType(); -    } - -    /** -     * Create an instance of {@link CreateHashInfoRequestType } -     * -     */ -    public CreateHashInfoRequestType createCreateHashInfoRequestType() { -        return new CreateHashInfoRequestType(); -    } - -    /** -     * Create an instance of {@link ToBeEncryptedType.ElementContent } -     * -     */ -    public ToBeEncryptedType.ElementContent createToBeEncryptedTypeElementContent() { -        return new ToBeEncryptedType.ElementContent(); -    } - -    /** -     * Create an instance of {@link CMSDataObjectOptionalMetaType } -     * -     */ -    public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { -        return new CMSDataObjectOptionalMetaType(); -    } - -    /** -     * Create an instance of {@link Base64OptRefContentType } -     * -     */ -    public Base64OptRefContentType createBase64OptRefContentType() { -        return new Base64OptRefContentType(); -    } - -    /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1.XMLContentType } -     * -     */ -    public at.buergerkarte.namespaces.securitylayer._1.XMLContentType createXMLContentType() { -        return new XMLContentType(); -    } - -    /** -     * Create an instance of {@link VerifyHashResponseType } -     * -     */ -    public VerifyHashResponseType createVerifyHashResponseType() { -        return new VerifyHashResponseType(); -    } - -    /** -     * Create an instance of {@link EncryptXMLResponseType } -     * -     */ -    public EncryptXMLResponseType createEncryptXMLResponseType() { -        return new EncryptXMLResponseType(); -    } - -    /** -     * Create an instance of {@link ManifestRefsCheckResultInfoType } -     * -     */ -    public ManifestRefsCheckResultInfoType createManifestRefsCheckResultInfoType() { -        return new ManifestRefsCheckResultInfoType(); -    } - -    /** -     * Create an instance of {@link InfoboxReadRequestType } -     * -     */ -    public InfoboxReadRequestType createInfoboxReadRequestType() { -        return new InfoboxReadRequestType(); -    } - -    /** -     * Create an instance of {@link VerifyHashInfoRequestType } -     * -     */ -    public VerifyHashInfoRequestType createVerifyHashInfoRequestType() { -        return new VerifyHashInfoRequestType(); -    } - -    /** -     * Create an instance of {@link CreateHashRequestType } -     * -     */ -    public CreateHashRequestType createCreateHashRequestType() { -        return new CreateHashRequestType(); -    } - -    /** -     * Create an instance of {@link RequesterIDType } -     * -     */ -    public RequesterIDType createRequesterIDType() { -        return new RequesterIDType(); -    } - -    /** -     * Create an instance of {@link CreateCMSSignatureRequestType } -     * -     */ -    public CreateCMSSignatureRequestType createCreateCMSSignatureRequestType() { -        return new CreateCMSSignatureRequestType(); -    } - -    /** -     * Create an instance of {@link CheckResultType } -     * -     */ -    public CheckResultType createCheckResultType() { -        return new CheckResultType(); -    } - -    /** -     * Create an instance of {@link DecryptCMSResponseType } -     * -     */ -    public DecryptCMSResponseType createDecryptCMSResponseType() { -        return new DecryptCMSResponseType(); -    } - -    /** -     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType } -     * -     */ -    public InfoboxUpdateParamsAssocArrayType createInfoboxUpdateParamsAssocArrayType() { -        return new InfoboxUpdateParamsAssocArrayType(); -    } - -    /** -     * Create an instance of {@link VerifyCMSSignatureRequestType } -     * -     */ -    public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { -        return new VerifyCMSSignatureRequestType(); -    } - -    /** -     * Create an instance of {@link NullOperationResponseType } -     * -     */ -    public NullOperationResponseType createNullOperationResponseType() { -        return new NullOperationResponseType(); -    } - -    /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType } -     * -     */ -    public InfoboxReadParamsAssocArrayType createInfoboxReadParamsAssocArrayType() { -        return new InfoboxReadParamsAssocArrayType(); -    } - -    /** -     * Create an instance of {@link AccessAuthorizationType } -     * -     */ -    public AccessAuthorizationType createAccessAuthorizationType() { -        return new AccessAuthorizationType(); -    } - -    /** -     * Create an instance of {@link InfoboxCreateRequestType } -     * -     */ -    public InfoboxCreateRequestType createInfoboxCreateRequestType() { -        return new InfoboxCreateRequestType(); -    } - -    /** -     * Create an instance of {@link GetPropertiesRequestType } -     * -     */ -    public GetPropertiesRequestType createGetPropertiesRequestType() { -        return new GetPropertiesRequestType(); -    } - -    /** -     * Create an instance of {@link SignatureInfoVerificationType } -     * -     */ -    public SignatureInfoVerificationType createSignatureInfoVerificationType() { -        return new SignatureInfoVerificationType(); -    } - -    /** -     * Create an instance of {@link EncryptCMSResponseType } -     * -     */ -    public EncryptCMSResponseType createEncryptCMSResponseType() { -        return new EncryptCMSResponseType(); -    } - -    /** -     * Create an instance of {@link ReferencesCheckResultType } -     * -     */ -    public ReferencesCheckResultType createReferencesCheckResultType() { -        return new ReferencesCheckResultType(); -    } - -    /** -     * Create an instance of {@link GetPropertiesRequest } -     * -     */ -    public GetPropertiesRequest createGetPropertiesRequest() { -        return new GetPropertiesRequest(); -    } - -    /** -     * Create an instance of {@link Base64ContentType } -     * -     */ -    public Base64ContentType createBase64ContentType() { -        return new Base64ContentType(); -    } - -    /** -     * Create an instance of {@link NullOperationRequestType } -     * -     */ -    public NullOperationRequestType createNullOperationRequestType() { -        return new NullOperationRequestType(); -    } - -    /** -     * Create an instance of {@link GetStatusRequestType } -     * -     */ -    public GetStatusRequestType createGetStatusRequestType() { -        return new GetStatusRequestType(); -    } - -    /** -     * Create an instance of {@link Base64XMLLocRefOptRefContentType } -     * -     */ -    public Base64XMLLocRefOptRefContentType createBase64XMLLocRefOptRefContentType() { -        return new Base64XMLLocRefOptRefContentType(); -    } - -    /** -     * Create an instance of {@link DataObjectInfoType } -     * -     */ -    public DataObjectInfoType createDataObjectInfoType() { -        return new DataObjectInfoType(); -    } - -    /** -     * Create an instance of {@link Base64XMLLocRefReqRefContentType } -     * -     */ -    public Base64XMLLocRefReqRefContentType createBase64XMLLocRefReqRefContentType() { -        return new Base64XMLLocRefReqRefContentType(); -    } - -    /** -     * Create an instance of {@link SignatureInfoCreationType } -     * -     */ -    public SignatureInfoCreationType createSignatureInfoCreationType() { -        return new SignatureInfoCreationType(); -    } - -    /** -     * Create an instance of {@link InfoboxDeleteRequestType } -     * -     */ -    public InfoboxDeleteRequestType createInfoboxDeleteRequestType() { -        return new InfoboxDeleteRequestType(); -    } - -    /** -     * Create an instance of {@link CreateHashInfoResponseType } -     * -     */ -    public CreateHashInfoResponseType createCreateHashInfoResponseType() { -        return new CreateHashInfoResponseType(); -    } - -    /** -     * Create an instance of {@link EncryptedDataType } -     * -     */ -    public EncryptedDataType createEncryptedDataType() { -        return new EncryptedDataType(); -    } - -    /** -     * Create an instance of {@link CreateHashResponseType } -     * -     */ -    public CreateHashResponseType createCreateHashResponseType() { -        return new CreateHashResponseType(); -    } - -    /** -     * Create an instance of {@link AnyMixedChildrenType } -     * -     */ -    public AnyMixedChildrenType createAnyMixedChildrenType() { -        return new AnyMixedChildrenType(); -    } - -    /** -     * Create an instance of {@link CMSToBeEncryptedType } -     * -     */ -    public CMSToBeEncryptedType createCMSToBeEncryptedType() { -        return new CMSToBeEncryptedType(); -    } - -    /** -     * Create an instance of {@link CreateCMSSignatureResponseType } -     * -     */ -    public CreateCMSSignatureResponseType createCreateCMSSignatureResponseType() { -        return new CreateCMSSignatureResponseType(); -    } - -    /** -     * Create an instance of {@link AnyChildrenType } -     * -     */ -    public AnyChildrenType createAnyChildrenType() { -        return new AnyChildrenType(); -    } - -    /** -     * Create an instance of {@link InfoboxDeleteResponseType } -     * -     */ -    public InfoboxDeleteResponseType createInfoboxDeleteResponseType() { -        return new InfoboxDeleteResponseType(); -    } - -    /** -     * Create an instance of {@link VerifyXMLSignatureResponseType } -     * -     */ -    public VerifyXMLSignatureResponseType createVerifyXMLSignatureResponseType() { -        return new VerifyXMLSignatureResponseType(); -    } - -    /** -     * Create an instance of {@link DataObjectAssociationType } -     * -     */ -    public DataObjectAssociationType createDataObjectAssociationType() { -        return new DataObjectAssociationType(); -    } - -    /** -     * Create an instance of {@link EncryptionInfoType } -     * -     */ -    public EncryptionInfoType createEncryptionInfoType() { -        return new EncryptionInfoType(); -    } - -    /** -     * Create an instance of {@link CMSEncryptedContentType } -     * -     */ -    public CMSEncryptedContentType createCMSEncryptedContentType() { -        return new CMSEncryptedContentType(); -    } - -    /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1.SignatureLocationType } -     * -     */ -    public at.buergerkarte.namespaces.securitylayer._1.SignatureLocationType createSignatureLocationType() { -        return new SignatureLocationType(); -    } - -    /** -     * Create an instance of {@link VerifyXMLSignatureRequestType } -     * -     */ -    public VerifyXMLSignatureRequestType createVerifyXMLSignatureRequestType() { -        return new VerifyXMLSignatureRequestType(); -    } - -    /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1.CreateXMLSignatureResponseType } -     * -     */ -    public at.gv.egiz.slbinding.impl.CreateXMLSignatureResponseType createCreateXMLSignatureResponseType() { -        return new at.gv.egiz.slbinding.impl.CreateXMLSignatureResponseType(); -    } - -    /** -     * Create an instance of {@link MetaInfoType } -     * -     */ -    public MetaInfoType createMetaInfoType() { -        return new MetaInfoType(); -    } - -    /** -     * Create an instance of {@link InfoboxReadResponseType } -     * -     */ -    public InfoboxReadResponseType createInfoboxReadResponseType() { -        return new InfoboxReadResponseType(); -    } - -    /** -     * Create an instance of {@link XMLRecipientPublicKeyType } -     * -     */ -    public XMLRecipientPublicKeyType createXMLRecipientPublicKeyType() { -        return new XMLRecipientPublicKeyType(); -    } - -    /** -     * Create an instance of {@link HashDataType } -     * -     */ -    public HashDataType createHashDataType() { -        return new HashDataType(); -    } - -    /** -     * Create an instance of {@link Base64XMLContentType } -     * -     */ -    public Base64XMLContentType createBase64XMLContentType() { -        return new Base64XMLContentType(); -    } - -    /** -     * Create an instance of {@link QualifiedBoxIdentifierType } -     * -     */ -    public QualifiedBoxIdentifierType createQualifiedBoxIdentifierType() { -        return new QualifiedBoxIdentifierType(); -    } - -    /** -     * Create an instance of {@link EncryptXMLResponseType.EncryptionEnvironment } -     * -     */ -    public EncryptXMLResponseType.EncryptionEnvironment createEncryptXMLResponseTypeEncryptionEnvironment() { -        return new EncryptXMLResponseType.EncryptionEnvironment(); -    } - -    /** -     * Create an instance of {@link InfoboxUpdateParamsAssocArrayType.DeletePair } -     * -     */ -    public InfoboxUpdateParamsAssocArrayType.DeletePair createInfoboxUpdateParamsAssocArrayTypeDeletePair() { -        return new InfoboxUpdateParamsAssocArrayType.DeletePair(); -    } - -    /** -     * Create an instance of {@link ReferencesCheckResultInfoType } -     * -     */ -    public ReferencesCheckResultInfoType createReferencesCheckResultInfoType() { -        return new ReferencesCheckResultInfoType(); -    } - -    /** -     * Create an instance of {@link CreateXMLSignatureRequestType } -     * -     */ -    public CreateXMLSignatureRequestType createCreateXMLSignatureRequestType() { -        return new CreateXMLSignatureRequestType(); -    } - -    /** -     * Create an instance of {@link Base64XMLLocRefContentType } -     * -     */ -    public Base64XMLLocRefContentType createBase64XMLLocRefContentType() { -        return new Base64XMLLocRefContentType(); -    } - -    /** -     * Create an instance of {@link ManifestRefsCheckResultType } -     * -     */ -    public ManifestRefsCheckResultType createManifestRefsCheckResultType() { -        return new ManifestRefsCheckResultType(); -    } - -    /** -     * Create an instance of {@link InfoboxAvailableResponseType } -     * -     */ -    public InfoboxAvailableResponseType createInfoboxAvailableResponseType() { -        return new InfoboxAvailableResponseType(); -    } - -    /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadKeys } -     * -     */ -    public InfoboxReadParamsAssocArrayType.ReadKeys createInfoboxReadParamsAssocArrayTypeReadKeys() { -        return new InfoboxReadParamsAssocArrayType.ReadKeys(); -    } - -    /** -     * Create an instance of {@link InfoboxReadParamsAssocArrayType.ReadPairs } -     * -     */ -    public InfoboxReadParamsAssocArrayType.ReadPairs createInfoboxReadParamsAssocArrayTypeReadPairs() { -        return new InfoboxReadParamsAssocArrayType.ReadPairs(); -    } - -    /** -     * Create an instance of {@link ToBeEncryptedType } -     * -     */ -    public ToBeEncryptedType createToBeEncryptedType() { -        return new ToBeEncryptedType(); -    } - -    /** -     * Create an instance of {@link EncryptXMLRequest } -     * -     */ -    public EncryptXMLRequest createEncryptXMLRequest() { -        return new EncryptXMLRequest(); -    } - -    /** -     * Create an instance of {@link InfoboxAvailableRequestType } -     * -     */ -    public InfoboxAvailableRequestType createInfoboxAvailableRequestType() { -        return new InfoboxAvailableRequestType(); -    } - -    /** -     * Create an instance of {@link CMSDataObjectRequiredMetaType } -     * -     */ -    public CMSDataObjectRequiredMetaType createCMSDataObjectRequiredMetaType() { -        return new CMSDataObjectRequiredMetaType(); -    } - -    /** -     * Create an instance of {@link ErrorResponseType } -     * -     */ -    public ErrorResponseType createErrorResponseType() { -        return new ErrorResponseType(); -    } - -    /** -     * Create an instance of {@link at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType } -     * -     */ -    public at.buergerkarte.namespaces.securitylayer._1.TransformsInfoType createTransformsInfoType() { -        return new TransformsInfoType(); -    } - -    /** -     * Create an instance of {@link Base64XMLOptRefContentType } -     * -     */ -    public Base64XMLOptRefContentType createBase64XMLOptRefContentType() { -        return new Base64XMLOptRefContentType(); -    } - -    /** -     * Create an instance of {@link InfoboxUpdateResponseType } -     * -     */ -    public InfoboxUpdateResponseType createInfoboxUpdateResponseType() { -        return new InfoboxUpdateResponseType(); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link DecryptXMLResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "DecryptXMLResponse") -    public JAXBElement<DecryptXMLResponseType> createDecryptXMLResponse(DecryptXMLResponseType value) { -        return new JAXBElement<DecryptXMLResponseType>(_DecryptXMLResponse_QNAME, DecryptXMLResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link GetPropertiesResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "GetPropertiesResponse") -    public JAXBElement<GetPropertiesResponseType> createGetPropertiesResponse(GetPropertiesResponseType value) { -        return new JAXBElement<GetPropertiesResponseType>(_GetPropertiesResponse_QNAME, GetPropertiesResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "IdentityLinkDomainIdentifier") -    public JAXBElement<String> createIdentityLinkDomainIdentifier(String value) { -        return new JAXBElement<String>(_IdentityLinkDomainIdentifier_QNAME, String.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxDeleteResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxDeleteResponse") -    public JAXBElement<InfoboxDeleteResponseType> createInfoboxDeleteResponse(InfoboxDeleteResponseType value) { -        return new JAXBElement<InfoboxDeleteResponseType>(_InfoboxDeleteResponse_QNAME, InfoboxDeleteResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link EncryptCMSResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "EncryptCMSResponse") -    public JAXBElement<EncryptCMSResponseType> createEncryptCMSResponse(EncryptCMSResponseType value) { -        return new JAXBElement<EncryptCMSResponseType>(_EncryptCMSResponse_QNAME, EncryptCMSResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyXMLSignatureResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "VerifyXMLSignatureResponse") -    public JAXBElement<VerifyXMLSignatureResponseType> createVerifyXMLSignatureResponse(VerifyXMLSignatureResponseType value) { -        return new JAXBElement<VerifyXMLSignatureResponseType>(_VerifyXMLSignatureResponse_QNAME, VerifyXMLSignatureResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxUpdateRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxUpdateRequest") -    public JAXBElement<InfoboxUpdateRequestType> createInfoboxUpdateRequest(InfoboxUpdateRequestType value) { -        return new JAXBElement<InfoboxUpdateRequestType>(_InfoboxUpdateRequest_QNAME, InfoboxUpdateRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link DecryptXMLRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "DecryptXMLRequest") -    public JAXBElement<DecryptXMLRequestType> createDecryptXMLRequest(DecryptXMLRequestType value) { -        return new JAXBElement<DecryptXMLRequestType>(_DecryptXMLRequest_QNAME, DecryptXMLRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link ErrorResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "ErrorResponse") -    public JAXBElement<ErrorResponseType> createErrorResponse(ErrorResponseType value) { -        return new JAXBElement<ErrorResponseType>(_ErrorResponse_QNAME, ErrorResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link CreateXMLSignatureRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CreateXMLSignatureRequest") -    public JAXBElement<CreateXMLSignatureRequestType> createCreateXMLSignatureRequest(CreateXMLSignatureRequestType value) { -        return new JAXBElement<CreateXMLSignatureRequestType>(_CreateXMLSignatureRequest_QNAME, CreateXMLSignatureRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxCreateResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxCreateResponse") -    public JAXBElement<InfoboxCreateResponseType> createInfoboxCreateResponse(InfoboxCreateResponseType value) { -        return new JAXBElement<InfoboxCreateResponseType>(_InfoboxCreateResponse_QNAME, InfoboxCreateResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyHashRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "VerifyHashRequest") -    public JAXBElement<VerifyHashRequestType> createVerifyHashRequest(VerifyHashRequestType value) { -        return new JAXBElement<VerifyHashRequestType>(_VerifyHashRequest_QNAME, VerifyHashRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link GetStatusRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "GetStatusRequest") -    public JAXBElement<GetStatusRequestType> createGetStatusRequest(GetStatusRequestType value) { -        return new JAXBElement<GetStatusRequestType>(_GetStatusRequest_QNAME, GetStatusRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyXMLSignatureRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "VerifyXMLSignatureRequest") -    public JAXBElement<VerifyXMLSignatureRequestType> createVerifyXMLSignatureRequest(VerifyXMLSignatureRequestType value) { -        return new JAXBElement<VerifyXMLSignatureRequestType>(_VerifyXMLSignatureRequest_QNAME, VerifyXMLSignatureRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxAvailableRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxAvailableRequest") -    public JAXBElement<InfoboxAvailableRequestType> createInfoboxAvailableRequest(InfoboxAvailableRequestType value) { -        return new JAXBElement<InfoboxAvailableRequestType>(_InfoboxAvailableRequest_QNAME, InfoboxAvailableRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyHashResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "VerifyHashResponse") -    public JAXBElement<VerifyHashResponseType> createVerifyHashResponse(VerifyHashResponseType value) { -        return new JAXBElement<VerifyHashResponseType>(_VerifyHashResponse_QNAME, VerifyHashResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxUpdateResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxUpdateResponse") -    public JAXBElement<InfoboxUpdateResponseType> createInfoboxUpdateResponse(InfoboxUpdateResponseType value) { -        return new JAXBElement<InfoboxUpdateResponseType>(_InfoboxUpdateResponse_QNAME, InfoboxUpdateResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxDeleteRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxDeleteRequest") -    public JAXBElement<InfoboxDeleteRequestType> createInfoboxDeleteRequest(InfoboxDeleteRequestType value) { -        return new JAXBElement<InfoboxDeleteRequestType>(_InfoboxDeleteRequest_QNAME, InfoboxDeleteRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "QualifiedCertificate") -    public JAXBElement<Object> createQualifiedCertificate(Object value) { -        return new JAXBElement<Object>(_QualifiedCertificate_QNAME, Object.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link DecryptCMSRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "DecryptCMSRequest") -    public JAXBElement<DecryptCMSRequestType> createDecryptCMSRequest(DecryptCMSRequestType value) { -        return new JAXBElement<DecryptCMSRequestType>(_DecryptCMSRequest_QNAME, DecryptCMSRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link NullOperationResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "NullOperationResponse") -    public JAXBElement<NullOperationResponseType> createNullOperationResponse(NullOperationResponseType value) { -        return new JAXBElement<NullOperationResponseType>(_NullOperationResponse_QNAME, NullOperationResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxCreateRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxCreateRequest") -    public JAXBElement<InfoboxCreateRequestType> createInfoboxCreateRequest(InfoboxCreateRequestType value) { -        return new JAXBElement<InfoboxCreateRequestType>(_InfoboxCreateRequest_QNAME, InfoboxCreateRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link CreateHashResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CreateHashResponse") -    public JAXBElement<CreateHashResponseType> createCreateHashResponse(CreateHashResponseType value) { -        return new JAXBElement<CreateHashResponseType>(_CreateHashResponse_QNAME, CreateHashResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxReadRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxReadRequest") -    public JAXBElement<InfoboxReadRequestType> createInfoboxReadRequest(InfoboxReadRequestType value) { -        return new JAXBElement<InfoboxReadRequestType>(_InfoboxReadRequest_QNAME, InfoboxReadRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link DecryptCMSResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "DecryptCMSResponse") -    public JAXBElement<DecryptCMSResponseType> createDecryptCMSResponse(DecryptCMSResponseType value) { -        return new JAXBElement<DecryptCMSResponseType>(_DecryptCMSResponse_QNAME, DecryptCMSResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link EncryptCMSRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "EncryptCMSRequest") -    public JAXBElement<EncryptCMSRequestType> createEncryptCMSRequest(EncryptCMSRequestType value) { -        return new JAXBElement<EncryptCMSRequestType>(_EncryptCMSRequest_QNAME, EncryptCMSRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link EncryptXMLResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "EncryptXMLResponse") -    public JAXBElement<EncryptXMLResponseType> createEncryptXMLResponse(EncryptXMLResponseType value) { -        return new JAXBElement<EncryptXMLResponseType>(_EncryptXMLResponse_QNAME, EncryptXMLResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link CreateHashRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CreateHashRequest") -    public JAXBElement<CreateHashRequestType> createCreateHashRequest(CreateHashRequestType value) { -        return new JAXBElement<CreateHashRequestType>(_CreateHashRequest_QNAME, CreateHashRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyCMSSignatureRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "VerifyCMSSignatureRequest") -    public JAXBElement<VerifyCMSSignatureRequestType> createVerifyCMSSignatureRequest(VerifyCMSSignatureRequestType value) { -        return new JAXBElement<VerifyCMSSignatureRequestType>(_VerifyCMSSignatureRequest_QNAME, VerifyCMSSignatureRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxReadResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxReadResponse") -    public JAXBElement<InfoboxReadResponseType> createInfoboxReadResponse(InfoboxReadResponseType value) { -        return new JAXBElement<InfoboxReadResponseType>(_InfoboxReadResponse_QNAME, InfoboxReadResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link NullOperationRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "NullOperationRequest") -    public JAXBElement<NullOperationRequestType> createNullOperationRequest(NullOperationRequestType value) { -        return new JAXBElement<NullOperationRequestType>(_NullOperationRequest_QNAME, NullOperationRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link GetStatusResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "GetStatusResponse") -    public JAXBElement<GetStatusResponseType> createGetStatusResponse(GetStatusResponseType value) { -        return new JAXBElement<GetStatusResponseType>(_GetStatusResponse_QNAME, GetStatusResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link CreateCMSSignatureRequestType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CreateCMSSignatureRequest") -    public JAXBElement<CreateCMSSignatureRequestType> createCreateCMSSignatureRequest(CreateCMSSignatureRequestType value) { -        return new JAXBElement<CreateCMSSignatureRequestType>(_CreateCMSSignatureRequest_QNAME, CreateCMSSignatureRequestType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link VerifyCMSSignatureResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "VerifyCMSSignatureResponse") -    public JAXBElement<VerifyCMSSignatureResponseType> createVerifyCMSSignatureResponse(VerifyCMSSignatureResponseType value) { -        return new JAXBElement<VerifyCMSSignatureResponseType>(_VerifyCMSSignatureResponse_QNAME, VerifyCMSSignatureResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link CreateCMSSignatureResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CreateCMSSignatureResponse") -    public JAXBElement<CreateCMSSignatureResponseType> createCreateCMSSignatureResponse(CreateCMSSignatureResponseType value) { -        return new JAXBElement<CreateCMSSignatureResponseType>(_CreateCMSSignatureResponse_QNAME, CreateCMSSignatureResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link InfoboxAvailableResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "InfoboxAvailableResponse") -    public JAXBElement<InfoboxAvailableResponseType> createInfoboxAvailableResponse(InfoboxAvailableResponseType value) { -        return new JAXBElement<InfoboxAvailableResponseType>(_InfoboxAvailableResponse_QNAME, InfoboxAvailableResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link at.buergerkarte.namespaces.securitylayer._1.CreateXMLSignatureResponseType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "CreateXMLSignatureResponse") -    public JAXBElement<CreateXMLSignatureResponseType> createCreateXMLSignatureResponse(CreateXMLSignatureResponseType value) { -      return new JAXBElement<CreateXMLSignatureResponseType>(_CreateXMLSignatureResponse_QNAME, CreateXMLSignatureResponseType.class, null, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@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); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "ReferringSigReference", scope = ManifestRefsCheckResultInfoType.class) -    public JAXBElement<BigInteger> createManifestRefsCheckResultInfoTypeReferringSigReference(BigInteger value) { -        return new JAXBElement<BigInteger>(_ManifestRefsCheckResultInfoTypeReferringSigReference_QNAME, BigInteger.class, ManifestRefsCheckResultInfoType.class, value); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "FailedReference", scope = ManifestRefsCheckResultInfoType.class) -    public JAXBElement<BigInteger> createManifestRefsCheckResultInfoTypeFailedReference(BigInteger value) { -        return new JAXBElement<BigInteger>(_ReferencesCheckResultInfoTypeFailedReference_QNAME, BigInteger.class, ManifestRefsCheckResultInfoType.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); -    } - -    /** -     * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >}} -     * -     */ -    @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "SignerInfo", scope = VerifyCMSSignatureResponseType.class) -    public JAXBElement<KeyInfoType> createVerifyCMSSignatureResponseTypeSignerInfo(KeyInfoType value) { -        return new JAXBElement<KeyInfoType>(_VerifyCMSSignatureResponseTypeSignerInfo_QNAME, KeyInfoType.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 = "CertificateCheck", scope = VerifyCMSSignatureResponseType.class) -    public JAXBElement<CheckResultType> createVerifyCMSSignatureResponseTypeCertificateCheck(CheckResultType value) { -        return new JAXBElement<CheckResultType>(_VerifyCMSSignatureResponseTypeCertificateCheck_QNAME, CheckResultType.class, VerifyCMSSignatureResponseType.class, value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/QualifiedBoxIdentifierType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/QualifiedBoxIdentifierType.java deleted file mode 100644 index 9e294a52..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/QualifiedBoxIdentifierType.java +++ /dev/null @@ -1,108 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for QualifiedBoxIdentifierType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="QualifiedBoxIdentifierType"> - *   <simpleContent> - *     <extension base="<http://www.buergerkarte.at/namespaces/securitylayer/1.2#>BoxIdentifierType"> - *       <attribute name="Signature" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - *       <attribute name="Encryption" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - *     </extension> - *   </simpleContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "QualifiedBoxIdentifierType", propOrder = { -    "value" -}) -public class QualifiedBoxIdentifierType { - -    @XmlValue -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String value; -    @XmlAttribute(name = "Signature", required = true) -    protected boolean signature; -    @XmlAttribute(name = "Encryption", required = true) -    protected boolean encryption; - -    /** -     * Gets the value of the value property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getValue() { -        return value; -    } - -    /** -     * Sets the value of the value property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setValue(String value) { -        this.value = value; -    } - -    /** -     * Gets the value of the signature property. -     *  -     */ -    public boolean isSignature() { -        return signature; -    } - -    /** -     * Sets the value of the signature property. -     *  -     */ -    public void setSignature(boolean value) { -        this.signature = value; -    } - -    /** -     * Gets the value of the encryption property. -     *  -     */ -    public boolean isEncryption() { -        return encryption; -    } - -    /** -     * Sets the value of the encryption property. -     *  -     */ -    public void setEncryption(boolean value) { -        this.encryption = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReferencesCheckResultInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReferencesCheckResultInfoType.java deleted file mode 100644 index ae523465..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReferencesCheckResultInfoType.java +++ /dev/null @@ -1,87 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyElement; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlType; -import org.w3c.dom.Element; - - -/** - * <p>Java class for ReferencesCheckResultInfoType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="ReferencesCheckResultInfoType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="FailedReference" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" maxOccurs="unbounded" minOccurs="0"/> - *         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ReferencesCheckResultInfoType", propOrder = { -    "content" -}) -public class ReferencesCheckResultInfoType { - -    @XmlElementRef(name = "FailedReference", namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", type = JAXBElement.class) -    @XmlMixed -    @XmlAnyElement(lax = true) -    protected List<Object> content; - -    /** -     * Gets the value of the content 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 content property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getContent().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     * {@link Element } -     * {@link JAXBElement }{@code <}{@link BigInteger }{@code >} -     * {@link Object } -     *  -     *  -     */ -    public List<Object> getContent() { -        if (content == null) { -            content = new ArrayList<Object>(); -        } -        return this.content; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReferencesCheckResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReferencesCheckResultType.java deleted file mode 100644 index 8f73e74a..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReferencesCheckResultType.java +++ /dev/null @@ -1,100 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for ReferencesCheckResultType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="ReferencesCheckResultType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/> - *         <element name="Info" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ReferencesCheckResultInfoType" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ReferencesCheckResultType", propOrder = { -    "code", -    "info" -}) -public class ReferencesCheckResultType { - -    @XmlElement(name = "Code", required = true) -    @XmlSchemaType(name = "nonNegativeInteger") -    protected BigInteger code; -    @XmlElement(name = "Info") -    protected ReferencesCheckResultInfoType info; - -    /** -     * Gets the value of the code property. -     *  -     * @return -     *     possible object is -     *     {@link BigInteger } -     *      -     */ -    public BigInteger getCode() { -        return code; -    } - -    /** -     * Sets the value of the code property. -     *  -     * @param value -     *     allowed object is -     *     {@link BigInteger } -     *      -     */ -    public void setCode(BigInteger value) { -        this.code = value; -    } - -    /** -     * Gets the value of the info property. -     *  -     * @return -     *     possible object is -     *     {@link ReferencesCheckResultInfoType } -     *      -     */ -    public ReferencesCheckResultInfoType getInfo() { -        return info; -    } - -    /** -     * Sets the value of the info property. -     *  -     * @param value -     *     allowed object is -     *     {@link ReferencesCheckResultInfoType } -     *      -     */ -    public void setInfo(ReferencesCheckResultInfoType value) { -        this.info = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/RequesterIDType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/RequesterIDType.java deleted file mode 100644 index bdeb6fcb..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/RequesterIDType.java +++ /dev/null @@ -1,94 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - * <p>Java class for RequesterIDType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="RequesterIDType"> - *   <simpleContent> - *     <extension base="<http://www.buergerkarte.at/namespaces/securitylayer/1.2#>RequesterIDSimpleType"> - *       <attribute name="AuthenticationClass" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AuthenticationClassType" /> - *     </extension> - *   </simpleContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RequesterIDType", propOrder = { -    "value" -}) -public class RequesterIDType { - -    @XmlValue -    protected String value; -    @XmlAttribute(name = "AuthenticationClass", required = true) -    protected AuthenticationClassType authenticationClass; - -    /** -     * Gets the value of the value property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getValue() { -        return value; -    } - -    /** -     * Sets the value of the value property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setValue(String value) { -        this.value = value; -    } - -    /** -     * Gets the value of the authenticationClass property. -     *  -     * @return -     *     possible object is -     *     {@link AuthenticationClassType } -     *      -     */ -    public AuthenticationClassType getAuthenticationClass() { -        return authenticationClass; -    } - -    /** -     * Sets the value of the authenticationClass property. -     *  -     * @param value -     *     allowed object is -     *     {@link AuthenticationClassType } -     *      -     */ -    public void setAuthenticationClass(AuthenticationClassType value) { -        this.authenticationClass = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReturnResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReturnResultType.java deleted file mode 100644 index 8bff4dcf..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ReturnResultType.java +++ /dev/null @@ -1,61 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for ReturnResultType. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - * <p> - * <pre> - * <simpleType name="ReturnResultType"> - *   <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *     <enumeration value="binary"/> - *     <enumeration value="xml"/> - *     <enumeration value="none"/> - *   </restriction> - * </simpleType> - * </pre> - *  - */ -@XmlType(name = "ReturnResultType") -@XmlEnum -public enum ReturnResultType { - -    @XmlEnumValue("binary") -    BINARY("binary"), -    @XmlEnumValue("xml") -    XML("xml"), -    @XmlEnumValue("none") -    NONE("none"); -    private final String value; - -    ReturnResultType(String v) { -        value = v; -    } - -    public String value() { -        return value; -    } - -    public static ReturnResultType fromValue(String v) { -        for (ReturnResultType c: ReturnResultType.values()) { -            if (c.value.equals(v)) { -                return c; -            } -        } -        throw new IllegalArgumentException(v); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureInfoCreationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureInfoCreationType.java deleted file mode 100644 index c708ca9e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureInfoCreationType.java +++ /dev/null @@ -1,132 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for SignatureInfoCreationType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="SignatureInfoCreationType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="SignatureEnvironment" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLOptRefContentType"/> - *         <element name="SignatureLocation" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}SignatureLocationType"/> - *         <element name="Supplement" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SignatureInfoCreationType", propOrder = { -    "signatureEnvironment", -    "signatureLocation", -    "supplement" -}) -public class SignatureInfoCreationType { - -    @XmlElement(name = "SignatureEnvironment", required = true) -    protected Base64XMLOptRefContentType signatureEnvironment; -    @XmlElement(name = "SignatureLocation", required = true, type = at.gv.egiz.slbinding.impl.SignatureLocationType.class) -    protected SignatureLocationType signatureLocation; -    @XmlElement(name = "Supplement") -    protected List<DataObjectAssociationType> supplement; - -    /** -     * Gets the value of the signatureEnvironment property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public Base64XMLOptRefContentType getSignatureEnvironment() { -        return signatureEnvironment; -    } - -    /** -     * Sets the value of the signatureEnvironment property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public void setSignatureEnvironment(Base64XMLOptRefContentType value) { -        this.signatureEnvironment = value; -    } - -    /** -     * Gets the value of the signatureLocation property. -     *  -     * @return -     *     possible object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.SignatureLocationType } -     *      -     */ -    public at.buergerkarte.namespaces.securitylayer._1.SignatureLocationType getSignatureLocation() { -        return signatureLocation; -    } - -    /** -     * Sets the value of the signatureLocation property. -     *  -     * @param value -     *     allowed object is -     *     {@link at.buergerkarte.namespaces.securitylayer._1.SignatureLocationType } -     *      -     */ -    public void setSignatureLocation(at.buergerkarte.namespaces.securitylayer._1.SignatureLocationType value) { -        this.signatureLocation = value; -    } - -    /** -     * Gets the value of the supplement 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 supplement property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSupplement().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DataObjectAssociationType } -     *  -     *  -     */ -    public List<DataObjectAssociationType> getSupplement() { -        if (supplement == null) { -            supplement = new ArrayList<DataObjectAssociationType>(); -        } -        return this.supplement; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureInfoVerificationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureInfoVerificationType.java deleted file mode 100644 index f56fad1b..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureInfoVerificationType.java +++ /dev/null @@ -1,102 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -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 SignatureInfoVerificationType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="SignatureInfoVerificationType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="SignatureEnvironment" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLOptRefContentType"/> - *         <element name="SignatureLocation" type="{http://www.w3.org/2001/XMLSchema}token"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SignatureInfoVerificationType", propOrder = { -    "signatureEnvironment", -    "signatureLocation" -}) -public class SignatureInfoVerificationType { - -    @XmlElement(name = "SignatureEnvironment", required = true) -    protected Base64XMLOptRefContentType signatureEnvironment; -    @XmlElement(name = "SignatureLocation", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    @XmlSchemaType(name = "token") -    protected String signatureLocation; - -    /** -     * Gets the value of the signatureEnvironment property. -     *  -     * @return -     *     possible object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public Base64XMLOptRefContentType getSignatureEnvironment() { -        return signatureEnvironment; -    } - -    /** -     * Sets the value of the signatureEnvironment property. -     *  -     * @param value -     *     allowed object is -     *     {@link Base64XMLOptRefContentType } -     *      -     */ -    public void setSignatureEnvironment(Base64XMLOptRefContentType value) { -        this.signatureEnvironment = value; -    } - -    /** -     * Gets the value of the signatureLocation property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getSignatureLocation() { -        return signatureLocation; -    } - -    /** -     * Sets the value of the signatureLocation property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setSignatureLocation(String value) { -        this.signatureLocation = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureLocationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureLocationType.java deleted file mode 100644 index 5fa2d9a8..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/SignatureLocationType.java +++ /dev/null @@ -1,101 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for SignatureLocationType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="SignatureLocationType"> - *   <simpleContent> - *     <extension base="<http://www.w3.org/2001/XMLSchema>token"> - *       <attribute name="Index" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - *     </extension> - *   </simpleContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SignatureLocationType", propOrder = { -    "value" -}) -public class SignatureLocationType { - -    @XmlValue -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    @XmlSchemaType(name = "token") -    protected String value; -    @XmlAttribute(name = "Index", required = true) -    @XmlSchemaType(name = "nonNegativeInteger") -    protected BigInteger index; - -    /** -     * Gets the value of the value property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getValue() { -        return value; -    } - -    /** -     * Sets the value of the value property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setValue(String value) { -        this.value = value; -    } - -    /** -     * Gets the value of the index property. -     *  -     * @return -     *     possible object is -     *     {@link BigInteger } -     *      -     */ -    public BigInteger getIndex() { -        return index; -    } - -    /** -     * Sets the value of the index property. -     *  -     * @param value -     *     allowed object is -     *     {@link BigInteger } -     *      -     */ -    public void setIndex(BigInteger value) { -        this.index = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ToBeEncryptedType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ToBeEncryptedType.java deleted file mode 100644 index cd1f287c..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/ToBeEncryptedType.java +++ /dev/null @@ -1,309 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.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 ToBeEncryptedType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="ToBeEncryptedType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <element name="Element"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="Selector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *                 <attribute name="EncDataReference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="ElementContent"> - *           <complexType> - *             <complexContent> - *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *                 <attribute name="Selector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *                 <attribute name="EncDataReference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *               </restriction> - *             </complexContent> - *           </complexType> - *         </element> - *         <element name="New" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLToBeEncryptedNewType"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ToBeEncryptedType", propOrder = { -    "element", -    "elementContent", -    "_new" -}) -public class ToBeEncryptedType { - -    @XmlElement(name = "Element") -    protected ToBeEncryptedType.Element element; -    @XmlElement(name = "ElementContent") -    protected ToBeEncryptedType.ElementContent elementContent; -    @XmlElement(name = "New") -    protected XMLToBeEncryptedNewType _new; - -    /** -     * Gets the value of the element property. -     *  -     * @return -     *     possible object is -     *     {@link ToBeEncryptedType.Element } -     *      -     */ -    public ToBeEncryptedType.Element getElement() { -        return element; -    } - -    /** -     * Sets the value of the element property. -     *  -     * @param value -     *     allowed object is -     *     {@link ToBeEncryptedType.Element } -     *      -     */ -    public void setElement(ToBeEncryptedType.Element value) { -        this.element = value; -    } - -    /** -     * Gets the value of the elementContent property. -     *  -     * @return -     *     possible object is -     *     {@link ToBeEncryptedType.ElementContent } -     *      -     */ -    public ToBeEncryptedType.ElementContent getElementContent() { -        return elementContent; -    } - -    /** -     * Sets the value of the elementContent property. -     *  -     * @param value -     *     allowed object is -     *     {@link ToBeEncryptedType.ElementContent } -     *      -     */ -    public void setElementContent(ToBeEncryptedType.ElementContent value) { -        this.elementContent = value; -    } - -    /** -     * Gets the value of the new property. -     *  -     * @return -     *     possible object is -     *     {@link XMLToBeEncryptedNewType } -     *      -     */ -    public XMLToBeEncryptedNewType getNew() { -        return _new; -    } - -    /** -     * Sets the value of the new property. -     *  -     * @param value -     *     allowed object is -     *     {@link XMLToBeEncryptedNewType } -     *      -     */ -    public void setNew(XMLToBeEncryptedNewType value) { -        this._new = 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"> -     *       <attribute name="Selector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> -     *       <attribute name="EncDataReference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class Element { - -        @XmlAttribute(name = "Selector", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        @XmlSchemaType(name = "token") -        protected String selector; -        @XmlAttribute(name = "EncDataReference") -        @XmlSchemaType(name = "anyURI") -        protected String encDataReference; - -        /** -         * Gets the value of the selector property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getSelector() { -            return selector; -        } - -        /** -         * Sets the value of the selector property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setSelector(String value) { -            this.selector = value; -        } - -        /** -         * Gets the value of the encDataReference property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getEncDataReference() { -            return encDataReference; -        } - -        /** -         * Sets the value of the encDataReference property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setEncDataReference(String value) { -            this.encDataReference = 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"> -     *       <attribute name="Selector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> -     *       <attribute name="EncDataReference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> -     *     </restriction> -     *   </complexContent> -     * </complexType> -     * </pre> -     *  -     *  -     */ -    @XmlAccessorType(XmlAccessType.FIELD) -    @XmlType(name = "") -    public static class ElementContent { - -        @XmlAttribute(name = "Selector", required = true) -        @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -        @XmlSchemaType(name = "token") -        protected String selector; -        @XmlAttribute(name = "EncDataReference") -        @XmlSchemaType(name = "anyURI") -        protected String encDataReference; - -        /** -         * Gets the value of the selector property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getSelector() { -            return selector; -        } - -        /** -         * Sets the value of the selector property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setSelector(String value) { -            this.selector = value; -        } - -        /** -         * Gets the value of the encDataReference property. -         *  -         * @return -         *     possible object is -         *     {@link String } -         *      -         */ -        public String getEncDataReference() { -            return encDataReference; -        } - -        /** -         * Sets the value of the encDataReference property. -         *  -         * @param value -         *     allowed object is -         *     {@link String } -         *      -         */ -        public void setEncDataReference(String value) { -            this.encDataReference = value; -        } - -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/TokenStatusType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/TokenStatusType.java deleted file mode 100644 index ba8ba4b6..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/TokenStatusType.java +++ /dev/null @@ -1,58 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for TokenStatusType. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - * <p> - * <pre> - * <simpleType name="TokenStatusType"> - *   <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *     <enumeration value="ready"/> - *     <enumeration value="removed"/> - *   </restriction> - * </simpleType> - * </pre> - *  - */ -@XmlType(name = "TokenStatusType") -@XmlEnum -public enum TokenStatusType { - -    @XmlEnumValue("ready") -    READY("ready"), -    @XmlEnumValue("removed") -    REMOVED("removed"); -    private final String value; - -    TokenStatusType(String v) { -        value = v; -    } - -    public String value() { -        return value; -    } - -    public static TokenStatusType fromValue(String v) { -        for (TokenStatusType c: TokenStatusType.values()) { -            if (c.value.equals(v)) { -                return c; -            } -        } -        throw new IllegalArgumentException(v); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/TransformsInfoType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/TransformsInfoType.java deleted file mode 100644 index 4a8f0fd4..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/TransformsInfoType.java +++ /dev/null @@ -1,98 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3._2000._09.xmldsig_.TransformsType; - - -/** - * <p>Java class for TransformsInfoType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="TransformsInfoType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/> - *         <element name="FinalDataMetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TransformsInfoType", propOrder = { -    "transforms", -    "finalDataMetaInfo" -}) -public class TransformsInfoType { - -    @XmlElement(name = "Transforms", namespace = "http://www.w3.org/2000/09/xmldsig#") -    protected TransformsType transforms; -    @XmlElement(name = "FinalDataMetaInfo", required = true) -    protected MetaInfoType finalDataMetaInfo; - -    /** -     * Gets the value of the transforms property. -     *  -     * @return -     *     possible object is -     *     {@link TransformsType } -     *      -     */ -    public TransformsType getTransforms() { -        return transforms; -    } - -    /** -     * Sets the value of the transforms property. -     *  -     * @param value -     *     allowed object is -     *     {@link TransformsType } -     *      -     */ -    public void setTransforms(TransformsType value) { -        this.transforms = value; -    } - -    /** -     * Gets the value of the finalDataMetaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getFinalDataMetaInfo() { -        return finalDataMetaInfo; -    } - -    /** -     * Sets the value of the finalDataMetaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setFinalDataMetaInfo(MetaInfoType value) { -        this.finalDataMetaInfo = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/UserConfirmationSimpleType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/UserConfirmationSimpleType.java deleted file mode 100644 index 0a21f86e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/UserConfirmationSimpleType.java +++ /dev/null @@ -1,64 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlEnum; -import javax.xml.bind.annotation.XmlEnumValue; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for UserConfirmationSimpleType. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - * <p> - * <pre> - * <simpleType name="UserConfirmationSimpleType"> - *   <restriction base="{http://www.w3.org/2001/XMLSchema}string"> - *     <enumeration value="none"/> - *     <enumeration value="info"/> - *     <enumeration value="confirm"/> - *     <enumeration value="confirmWithSecret"/> - *   </restriction> - * </simpleType> - * </pre> - *  - */ -@XmlType(name = "UserConfirmationSimpleType") -@XmlEnum -public enum UserConfirmationSimpleType { - -    @XmlEnumValue("none") -    NONE("none"), -    @XmlEnumValue("info") -    INFO("info"), -    @XmlEnumValue("confirm") -    CONFIRM("confirm"), -    @XmlEnumValue("confirmWithSecret") -    CONFIRM_WITH_SECRET("confirmWithSecret"); -    private final String value; - -    UserConfirmationSimpleType(String v) { -        value = v; -    } - -    public String value() { -        return value; -    } - -    public static UserConfirmationSimpleType fromValue(String v) { -        for (UserConfirmationSimpleType c: UserConfirmationSimpleType.values()) { -            if (c.value.equals(v)) { -                return c; -            } -        } -        throw new IllegalArgumentException(v); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/UserConfirmationType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/UserConfirmationType.java deleted file mode 100644 index ae5662fb..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/UserConfirmationType.java +++ /dev/null @@ -1,86 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - * <p>Java class for UserConfirmationType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="UserConfirmationType"> - *   <simpleContent> - *     <extension base="<http://www.buergerkarte.at/namespaces/securitylayer/1.2#>UserConfirmationSimpleType"> - *       <attribute name="UserMayChange" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - *     </extension> - *   </simpleContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "UserConfirmationType", propOrder = { -    "value" -}) -public class UserConfirmationType { - -    @XmlValue -    protected UserConfirmationSimpleType value; -    @XmlAttribute(name = "UserMayChange", required = true) -    protected boolean userMayChange; - -    /** -     * Gets the value of the value property. -     *  -     * @return -     *     possible object is -     *     {@link UserConfirmationSimpleType } -     *      -     */ -    public UserConfirmationSimpleType getValue() { -        return value; -    } - -    /** -     * Sets the value of the value property. -     *  -     * @param value -     *     allowed object is -     *     {@link UserConfirmationSimpleType } -     *      -     */ -    public void setValue(UserConfirmationSimpleType value) { -        this.value = value; -    } - -    /** -     * Gets the value of the userMayChange property. -     *  -     */ -    public boolean isUserMayChange() { -        return userMayChange; -    } - -    /** -     * Sets the value of the userMayChange property. -     *  -     */ -    public void setUserMayChange(boolean value) { -        this.userMayChange = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerificationResultType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerificationResultType.java deleted file mode 100644 index 9b142a5e..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerificationResultType.java +++ /dev/null @@ -1,89 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for VerificationResultType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerificationResultType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - *         <element name="Result" type="{http://www.w3.org/2001/XMLSchema}boolean"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerificationResultType", propOrder = { -    "friendlyName", -    "result" -}) -public class VerificationResultType { - -    @XmlElement(name = "FriendlyName") -    protected String friendlyName; -    @XmlElement(name = "Result") -    protected boolean result; - -    /** -     * Gets the value of the friendlyName property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getFriendlyName() { -        return friendlyName; -    } - -    /** -     * Sets the value of the friendlyName property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setFriendlyName(String value) { -        this.friendlyName = value; -    } - -    /** -     * Gets the value of the result property. -     *  -     */ -    public boolean isResult() { -        return result; -    } - -    /** -     * Sets the value of the result property. -     *  -     */ -    public void setResult(boolean value) { -        this.result = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyCMSSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyCMSSignatureRequestType.java deleted file mode 100644 index 7cd799e3..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyCMSSignatureRequestType.java +++ /dev/null @@ -1,161 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * <p>Java class for VerifyCMSSignatureRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyCMSSignatureRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - *         <element name="CMSSignature" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *         <element name="DataObject" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CMSDataObjectOptionalMetaType" minOccurs="0"/> - *       </sequence> - *       <attribute name="Signatories" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}SignatoriesType" default="1" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyCMSSignatureRequestType", propOrder = { -    "dateTime", -    "cmsSignature", -    "dataObject" -}) -public class VerifyCMSSignatureRequestType { - -    @XmlElement(name = "DateTime") -    @XmlSchemaType(name = "dateTime") -    protected XMLGregorianCalendar dateTime; -    @XmlElement(name = "CMSSignature", required = true) -    protected byte[] cmsSignature; -    @XmlElement(name = "DataObject") -    protected CMSDataObjectOptionalMetaType dataObject; -    @XmlAttribute(name = "Signatories") -    protected List<String> signatories; - -    /** -     * Gets the value of the dateTime property. -     *  -     * @return -     *     possible object is -     *     {@link XMLGregorianCalendar } -     *      -     */ -    public XMLGregorianCalendar getDateTime() { -        return dateTime; -    } - -    /** -     * Sets the value of the dateTime property. -     *  -     * @param value -     *     allowed object is -     *     {@link XMLGregorianCalendar } -     *      -     */ -    public void setDateTime(XMLGregorianCalendar value) { -        this.dateTime = value; -    } - -    /** -     * Gets the value of the cmsSignature property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getCMSSignature() { -        return cmsSignature; -    } - -    /** -     * Sets the value of the cmsSignature property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setCMSSignature(byte[] value) { -        this.cmsSignature = ((byte[]) value); -    } - -    /** -     * Gets the value of the dataObject property. -     *  -     * @return -     *     possible object is -     *     {@link CMSDataObjectOptionalMetaType } -     *      -     */ -    public CMSDataObjectOptionalMetaType getDataObject() { -        return dataObject; -    } - -    /** -     * Sets the value of the dataObject property. -     *  -     * @param value -     *     allowed object is -     *     {@link CMSDataObjectOptionalMetaType } -     *      -     */ -    public void setDataObject(CMSDataObjectOptionalMetaType value) { -        this.dataObject = value; -    } - -    /** -     * Gets the value of the signatories 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 signatories property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSignatories().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link String } -     *  -     *  -     */ -    public List<String> getSignatories() { -        if (signatories == null) { -            signatories = new ArrayList<String>(); -        } -        return this.signatories; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyCMSSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyCMSSignatureResponseType.java deleted file mode 100644 index 3521f828..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyCMSSignatureResponseType.java +++ /dev/null @@ -1,87 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlType; -import org.w3._2000._09.xmldsig_.KeyInfoType; - - -/** - * <p>Java class for VerifyCMSSignatureResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyCMSSignatureResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence maxOccurs="unbounded"> - *         <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> - *         <element name="SignatureCheck" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CheckResultType"/> - *         <element name="CertificateCheck" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CheckResultType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyCMSSignatureResponseType", propOrder = { -    "signerInfoAndSignatureCheckAndCertificateCheck" -}) -public class VerifyCMSSignatureResponseType { - -    @XmlElementRefs({ -        @XmlElementRef(name = "SignatureCheck", 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) -    }) -    protected List<JAXBElement<?>> signerInfoAndSignatureCheckAndCertificateCheck; - -    /** -     * Gets the value of the signerInfoAndSignatureCheckAndCertificateCheck 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 signerInfoAndSignatureCheckAndCertificateCheck property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSignerInfoAndSignatureCheckAndCertificateCheck().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link JAXBElement }{@code <}{@link CheckResultType }{@code >} -     * {@link JAXBElement }{@code <}{@link KeyInfoType }{@code >} -     * {@link JAXBElement }{@code <}{@link CheckResultType }{@code >} -     *  -     *  -     */ -    public List<JAXBElement<?>> getSignerInfoAndSignatureCheckAndCertificateCheck() { -        if (signerInfoAndSignatureCheckAndCertificateCheck == null) { -            signerInfoAndSignatureCheckAndCertificateCheck = new ArrayList<JAXBElement<?>>(); -        } -        return this.signerInfoAndSignatureCheckAndCertificateCheck; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashInfoRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashInfoRequestType.java deleted file mode 100644 index 07ede93a..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashInfoRequestType.java +++ /dev/null @@ -1,153 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for VerifyHashInfoRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyHashInfoRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="HashData" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}HashDataType"/> - *         <element name="HashAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> - *         <element name="FriendlyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> - *         <element name="HashValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyHashInfoRequestType", propOrder = { -    "hashData", -    "hashAlgorithm", -    "friendlyName", -    "hashValue" -}) -public class VerifyHashInfoRequestType { - -    @XmlElement(name = "HashData", required = true) -    protected HashDataType hashData; -    @XmlElement(name = "HashAlgorithm", required = true) -    @XmlSchemaType(name = "anyURI") -    protected String hashAlgorithm; -    @XmlElement(name = "FriendlyName") -    protected String friendlyName; -    @XmlElement(name = "HashValue", required = true) -    protected byte[] hashValue; - -    /** -     * Gets the value of the hashData property. -     *  -     * @return -     *     possible object is -     *     {@link HashDataType } -     *      -     */ -    public HashDataType getHashData() { -        return hashData; -    } - -    /** -     * Sets the value of the hashData property. -     *  -     * @param value -     *     allowed object is -     *     {@link HashDataType } -     *      -     */ -    public void setHashData(HashDataType value) { -        this.hashData = value; -    } - -    /** -     * Gets the value of the hashAlgorithm property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getHashAlgorithm() { -        return hashAlgorithm; -    } - -    /** -     * Sets the value of the hashAlgorithm property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setHashAlgorithm(String value) { -        this.hashAlgorithm = value; -    } - -    /** -     * Gets the value of the friendlyName property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getFriendlyName() { -        return friendlyName; -    } - -    /** -     * Sets the value of the friendlyName property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setFriendlyName(String value) { -        this.friendlyName = value; -    } - -    /** -     * Gets the value of the hashValue property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getHashValue() { -        return hashValue; -    } - -    /** -     * Sets the value of the hashValue property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setHashValue(byte[] value) { -        this.hashValue = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashRequestType.java deleted file mode 100644 index adc0bbbe..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashRequestType.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for VerifyHashRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyHashRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="HashInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerifyHashInfoRequestType" maxOccurs="unbounded"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyHashRequestType", propOrder = { -    "hashInfo" -}) -public class VerifyHashRequestType { - -    @XmlElement(name = "HashInfo", required = true) -    protected List<VerifyHashInfoRequestType> hashInfo; - -    /** -     * Gets the value of the hashInfo 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 hashInfo property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getHashInfo().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link VerifyHashInfoRequestType } -     *  -     *  -     */ -    public List<VerifyHashInfoRequestType> getHashInfo() { -        if (hashInfo == null) { -            hashInfo = new ArrayList<VerifyHashInfoRequestType>(); -        } -        return this.hashInfo; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashResponseType.java deleted file mode 100644 index e015c4b0..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyHashResponseType.java +++ /dev/null @@ -1,76 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for VerifyHashResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyHashResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="VerificationResult" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}VerificationResultType" maxOccurs="unbounded"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyHashResponseType", propOrder = { -    "verificationResult" -}) -public class VerifyHashResponseType { - -    @XmlElement(name = "VerificationResult", required = true) -    protected List<VerificationResultType> verificationResult; - -    /** -     * Gets the value of the verificationResult 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 verificationResult property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getVerificationResult().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link VerificationResultType } -     *  -     *  -     */ -    public List<VerificationResultType> getVerificationResult() { -        if (verificationResult == null) { -            verificationResult = new ArrayList<VerificationResultType>(); -        } -        return this.verificationResult; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyXMLSignatureRequestType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyXMLSignatureRequestType.java deleted file mode 100644 index c68b2205..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyXMLSignatureRequestType.java +++ /dev/null @@ -1,135 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.datatype.XMLGregorianCalendar; - - -/** - * <p>Java class for VerifyXMLSignatureRequestType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyXMLSignatureRequestType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> - *         <element name="SignatureInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}SignatureInfoVerificationType"/> - *         <element name="Supplement" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}DataObjectAssociationType" maxOccurs="unbounded" minOccurs="0"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyXMLSignatureRequestType", propOrder = { -    "dateTime", -    "signatureInfo", -    "supplement" -}) -public class VerifyXMLSignatureRequestType { - -    @XmlElement(name = "DateTime") -    @XmlSchemaType(name = "dateTime") -    protected XMLGregorianCalendar dateTime; -    @XmlElement(name = "SignatureInfo", required = true) -    protected SignatureInfoVerificationType signatureInfo; -    @XmlElement(name = "Supplement") -    protected List<DataObjectAssociationType> supplement; - -    /** -     * Gets the value of the dateTime property. -     *  -     * @return -     *     possible object is -     *     {@link XMLGregorianCalendar } -     *      -     */ -    public XMLGregorianCalendar getDateTime() { -        return dateTime; -    } - -    /** -     * Sets the value of the dateTime property. -     *  -     * @param value -     *     allowed object is -     *     {@link XMLGregorianCalendar } -     *      -     */ -    public void setDateTime(XMLGregorianCalendar value) { -        this.dateTime = value; -    } - -    /** -     * Gets the value of the signatureInfo property. -     *  -     * @return -     *     possible object is -     *     {@link SignatureInfoVerificationType } -     *      -     */ -    public SignatureInfoVerificationType getSignatureInfo() { -        return signatureInfo; -    } - -    /** -     * Sets the value of the signatureInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link SignatureInfoVerificationType } -     *      -     */ -    public void setSignatureInfo(SignatureInfoVerificationType value) { -        this.signatureInfo = value; -    } - -    /** -     * Gets the value of the supplement 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 supplement property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getSupplement().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link DataObjectAssociationType } -     *  -     *  -     */ -    public List<DataObjectAssociationType> getSupplement() { -        if (supplement == null) { -            supplement = new ArrayList<DataObjectAssociationType>(); -        } -        return this.supplement; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyXMLSignatureResponseType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyXMLSignatureResponseType.java deleted file mode 100644 index 78456913..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/VerifyXMLSignatureResponseType.java +++ /dev/null @@ -1,189 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -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.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3._2000._09.xmldsig_.KeyInfoType; - - -/** - * <p>Java class for VerifyXMLSignatureResponseType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="VerifyXMLSignatureResponseType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="SignerInfo" type="{http://www.w3.org/2000/09/xmldsig#}KeyInfoType"/> - *         <element name="SignatureCheck" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ReferencesCheckResultType"/> - *         <element name="SignatureManifestCheck" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ReferencesCheckResultType"/> - *         <element name="XMLDSIGManifestCheck" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ManifestRefsCheckResultType" maxOccurs="unbounded" minOccurs="0"/> - *         <element name="CertificateCheck" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CheckResultType"/> - *       </sequence> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "VerifyXMLSignatureResponseType", propOrder = { -    "signerInfo", -    "signatureCheck", -    "signatureManifestCheck", -    "xmldsigManifestCheck", -    "certificateCheck" -}) -public class VerifyXMLSignatureResponseType { - -    @XmlElement(name = "SignerInfo", required = true) -    protected KeyInfoType signerInfo; -    @XmlElement(name = "SignatureCheck", required = true) -    protected ReferencesCheckResultType signatureCheck; -    @XmlElement(name = "SignatureManifestCheck", required = true) -    protected ReferencesCheckResultType signatureManifestCheck; -    @XmlElement(name = "XMLDSIGManifestCheck") -    protected List<ManifestRefsCheckResultType> xmldsigManifestCheck; -    @XmlElement(name = "CertificateCheck", required = true) -    protected CheckResultType certificateCheck; - -    /** -     * Gets the value of the signerInfo property. -     *  -     * @return -     *     possible object is -     *     {@link KeyInfoType } -     *      -     */ -    public KeyInfoType getSignerInfo() { -        return signerInfo; -    } - -    /** -     * Sets the value of the signerInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link KeyInfoType } -     *      -     */ -    public void setSignerInfo(KeyInfoType value) { -        this.signerInfo = value; -    } - -    /** -     * Gets the value of the signatureCheck property. -     *  -     * @return -     *     possible object is -     *     {@link ReferencesCheckResultType } -     *      -     */ -    public ReferencesCheckResultType getSignatureCheck() { -        return signatureCheck; -    } - -    /** -     * Sets the value of the signatureCheck property. -     *  -     * @param value -     *     allowed object is -     *     {@link ReferencesCheckResultType } -     *      -     */ -    public void setSignatureCheck(ReferencesCheckResultType value) { -        this.signatureCheck = value; -    } - -    /** -     * Gets the value of the signatureManifestCheck property. -     *  -     * @return -     *     possible object is -     *     {@link ReferencesCheckResultType } -     *      -     */ -    public ReferencesCheckResultType getSignatureManifestCheck() { -        return signatureManifestCheck; -    } - -    /** -     * Sets the value of the signatureManifestCheck property. -     *  -     * @param value -     *     allowed object is -     *     {@link ReferencesCheckResultType } -     *      -     */ -    public void setSignatureManifestCheck(ReferencesCheckResultType value) { -        this.signatureManifestCheck = value; -    } - -    /** -     * Gets the value of the xmldsigManifestCheck 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 xmldsigManifestCheck property. -     *  -     * <p> -     * For example, to add a new item, do as follows: -     * <pre> -     *    getXMLDSIGManifestCheck().add(newItem); -     * </pre> -     *  -     *  -     * <p> -     * Objects of the following type(s) are allowed in the list -     * {@link ManifestRefsCheckResultType } -     *  -     *  -     */ -    public List<ManifestRefsCheckResultType> getXMLDSIGManifestCheck() { -        if (xmldsigManifestCheck == null) { -            xmldsigManifestCheck = new ArrayList<ManifestRefsCheckResultType>(); -        } -        return this.xmldsigManifestCheck; -    } - -    /** -     * Gets the value of the certificateCheck property. -     *  -     * @return -     *     possible object is -     *     {@link CheckResultType } -     *      -     */ -    public CheckResultType getCertificateCheck() { -        return certificateCheck; -    } - -    /** -     * Sets the value of the certificateCheck property. -     *  -     * @param value -     *     allowed object is -     *     {@link CheckResultType } -     *      -     */ -    public void setCertificateCheck(CheckResultType value) { -        this.certificateCheck = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLContentType.java deleted file mode 100644 index d549a576..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLContentType.java +++ /dev/null @@ -1,70 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - * <p>Java class for XMLContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="XMLContentType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AnyMixedChildrenType"> - *       <attribute ref="{http://www.w3.org/XML/1998/namespace}space"/> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "XMLContentType") -public class XMLContentType -    extends AnyMixedChildrenType -{ - -    @XmlAttribute(namespace = "http://www.w3.org/XML/1998/namespace") -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    protected String space; - -    /** -     * Gets the value of the space property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getSpace() { -        return space; -    } - -    /** -     * Sets the value of the space property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setSpace(String value) { -        this.space = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLRecipientPublicKeyType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLRecipientPublicKeyType.java deleted file mode 100644 index 6e223f89..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLRecipientPublicKeyType.java +++ /dev/null @@ -1,96 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlType; -import org.w3._2000._09.xmldsig_.KeyValueType; - - -/** - * <p>Java class for XMLRecipientPublicKeyType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="XMLRecipientPublicKeyType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <choice> - *         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyValue"/> - *         <element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> - *       </choice> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "XMLRecipientPublicKeyType", propOrder = { -    "keyValue", -    "x509Certificate" -}) -public class XMLRecipientPublicKeyType { - -    @XmlElement(name = "KeyValue", namespace = "http://www.w3.org/2000/09/xmldsig#") -    protected KeyValueType keyValue; -    @XmlElement(name = "X509Certificate") -    protected byte[] x509Certificate; - -    /** -     * Gets the value of the keyValue property. -     *  -     * @return -     *     possible object is -     *     {@link KeyValueType } -     *      -     */ -    public KeyValueType getKeyValue() { -        return keyValue; -    } - -    /** -     * Sets the value of the keyValue property. -     *  -     * @param value -     *     allowed object is -     *     {@link KeyValueType } -     *      -     */ -    public void setKeyValue(KeyValueType value) { -        this.keyValue = value; -    } - -    /** -     * Gets the value of the x509Certificate property. -     *  -     * @return -     *     possible object is -     *     byte[] -     */ -    public byte[] getX509Certificate() { -        return x509Certificate; -    } - -    /** -     * Sets the value of the x509Certificate property. -     *  -     * @param value -     *     allowed object is -     *     byte[] -     */ -    public void setX509Certificate(byte[] value) { -        this.x509Certificate = ((byte[]) value); -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLToBeEncryptedNewContentType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLToBeEncryptedNewContentType.java deleted file mode 100644 index a8e1ad8b..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLToBeEncryptedNewContentType.java +++ /dev/null @@ -1,69 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - * <p>Java class for XMLToBeEncryptedNewContentType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="XMLToBeEncryptedNewContentType"> - *   <complexContent> - *     <extension base="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}Base64XMLLocRefContentType"> - *       <attribute name="EncDataReference" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> - *     </extension> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "XMLToBeEncryptedNewContentType") -public class XMLToBeEncryptedNewContentType -    extends Base64XMLLocRefContentType -{ - -    @XmlAttribute(name = "EncDataReference") -    @XmlSchemaType(name = "anyURI") -    protected String encDataReference; - -    /** -     * Gets the value of the encDataReference property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getEncDataReference() { -        return encDataReference; -    } - -    /** -     * Sets the value of the encDataReference property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setEncDataReference(String value) { -        this.encDataReference = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLToBeEncryptedNewType.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLToBeEncryptedNewType.java deleted file mode 100644 index 6d877ec1..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/XMLToBeEncryptedNewType.java +++ /dev/null @@ -1,159 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - - -package at.buergerkarte.namespaces.securitylayer._1; - -import java.math.BigInteger; -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.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 XMLToBeEncryptedNewType complex type. - *  - * <p>The following schema fragment specifies the expected content contained within this class. - *  - * <pre> - * <complexType name="XMLToBeEncryptedNewType"> - *   <complexContent> - *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> - *       <sequence> - *         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType"/> - *         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLToBeEncryptedNewContentType"/> - *       </sequence> - *       <attribute name="ParentSelector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> - *       <attribute name="NodeCount" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - *     </restriction> - *   </complexContent> - * </complexType> - * </pre> - *  - *  - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "XMLToBeEncryptedNewType", propOrder = { -    "metaInfo", -    "content" -}) -public class XMLToBeEncryptedNewType { - -    @XmlElement(name = "MetaInfo", required = true) -    protected MetaInfoType metaInfo; -    @XmlElement(name = "Content", required = true) -    protected XMLToBeEncryptedNewContentType content; -    @XmlAttribute(name = "ParentSelector", required = true) -    @XmlJavaTypeAdapter(CollapsedStringAdapter.class) -    @XmlSchemaType(name = "token") -    protected String parentSelector; -    @XmlAttribute(name = "NodeCount", required = true) -    @XmlSchemaType(name = "nonNegativeInteger") -    protected BigInteger nodeCount; - -    /** -     * Gets the value of the metaInfo property. -     *  -     * @return -     *     possible object is -     *     {@link MetaInfoType } -     *      -     */ -    public MetaInfoType getMetaInfo() { -        return metaInfo; -    } - -    /** -     * Sets the value of the metaInfo property. -     *  -     * @param value -     *     allowed object is -     *     {@link MetaInfoType } -     *      -     */ -    public void setMetaInfo(MetaInfoType value) { -        this.metaInfo = value; -    } - -    /** -     * Gets the value of the content property. -     *  -     * @return -     *     possible object is -     *     {@link XMLToBeEncryptedNewContentType } -     *      -     */ -    public XMLToBeEncryptedNewContentType getContent() { -        return content; -    } - -    /** -     * Sets the value of the content property. -     *  -     * @param value -     *     allowed object is -     *     {@link XMLToBeEncryptedNewContentType } -     *      -     */ -    public void setContent(XMLToBeEncryptedNewContentType value) { -        this.content = value; -    } - -    /** -     * Gets the value of the parentSelector property. -     *  -     * @return -     *     possible object is -     *     {@link String } -     *      -     */ -    public String getParentSelector() { -        return parentSelector; -    } - -    /** -     * Sets the value of the parentSelector property. -     *  -     * @param value -     *     allowed object is -     *     {@link String } -     *      -     */ -    public void setParentSelector(String value) { -        this.parentSelector = value; -    } - -    /** -     * Gets the value of the nodeCount property. -     *  -     * @return -     *     possible object is -     *     {@link BigInteger } -     *      -     */ -    public BigInteger getNodeCount() { -        return nodeCount; -    } - -    /** -     * Sets the value of the nodeCount property. -     *  -     * @param value -     *     allowed object is -     *     {@link BigInteger } -     *      -     */ -    public void setNodeCount(BigInteger value) { -        this.nodeCount = value; -    } - -} diff --git a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/package-info.java b/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/package-info.java deleted file mode 100644 index c0a6582d..00000000 --- a/utils/src/main/java/at/buergerkarte/namespaces/securitylayer/_1/package-info.java +++ /dev/null @@ -1,9 +0,0 @@ -// -// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833  -// 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: 2010.02.26 at 12:32:35 PM MEZ  -// - -@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package at.buergerkarte.namespaces.securitylayer._1; | 
