From 70876536a1a958300a7a276a47c08548f6d38ee7 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Mon, 14 Jul 2014 13:47:24 +0200 Subject: Removed old SL Classes --- .../src/main/java/at/gv/egiz/sl/ObjectFactory.java | 391 --------------------- 1 file changed, 391 deletions(-) delete mode 100644 pdf-as-lib/src/main/java/at/gv/egiz/sl/ObjectFactory.java (limited to 'pdf-as-lib/src/main/java/at/gv/egiz/sl/ObjectFactory.java') diff --git a/pdf-as-lib/src/main/java/at/gv/egiz/sl/ObjectFactory.java b/pdf-as-lib/src/main/java/at/gv/egiz/sl/ObjectFactory.java deleted file mode 100644 index a7b826d5..00000000 --- a/pdf-as-lib/src/main/java/at/gv/egiz/sl/ObjectFactory.java +++ /dev/null @@ -1,391 +0,0 @@ -/******************************************************************************* - * Copyright 2014 by E-Government Innovation Center EGIZ, Graz, Austria - * PDF-AS has been contracted 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, v2.2.4-2 -// See http://java.sun.com/xml/jaxb -// Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2013.11.05 at 04:21:33 PM CET -// - - -package at.gv.egiz.sl; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the at.gv.egiz.sl package. - *

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 _NullOperationRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "NullOperationRequest"); - private final static QName _CreateCMSSignatureRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateCMSSignatureRequest"); - private final static QName _InfoboxReadRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "InfoboxReadRequest"); - private final static QName _GetStatusResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "GetStatusResponse"); - private final static QName _CreateCMSSignatureResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "CreateCMSSignatureResponse"); - private final static QName _GetStatusRequest_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "GetStatusRequest"); - private final static QName _ErrorResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "ErrorResponse"); - private final static QName _IdentityLinkDomainIdentifier_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "IdentityLinkDomainIdentifier"); - 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 _NullOperationResponse_QNAME = new QName("http://www.buergerkarte.at/namespaces/securitylayer/1.2#", "NullOperationResponse"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.egiz.sl - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link InfoboxReadParamsAssocArrayType } - * - */ - public InfoboxReadParamsAssocArrayType createInfoboxReadParamsAssocArrayType() { - return new InfoboxReadParamsAssocArrayType(); - } - - /** - * Create an instance of {@link NullOperationResponseType } - * - */ - public NullOperationResponseType createNullOperationResponseType() { - return new NullOperationResponseType(); - } - - /** - * Create an instance of {@link InfoboxReadResponseType } - * - */ - public InfoboxReadResponseType createInfoboxReadResponseType() { - return new InfoboxReadResponseType(); - } - - /** - * Create an instance of {@link VerifyCMSSignatureRequestType } - * - */ - public VerifyCMSSignatureRequestType createVerifyCMSSignatureRequestType() { - return new VerifyCMSSignatureRequestType(); - } - - /** - * Create an instance of {@link GetStatusResponseType } - * - */ - public GetStatusResponseType createGetStatusResponseType() { - return new GetStatusResponseType(); - } - - /** - * Create an instance of {@link InfoboxReadRequestType } - * - */ - public InfoboxReadRequestType createInfoboxReadRequestType() { - return new InfoboxReadRequestType(); - } - - /** - * Create an instance of {@link CreateCMSSignatureRequestType } - * - */ - public CreateCMSSignatureRequestType createCreateCMSSignatureRequestType() { - return new CreateCMSSignatureRequestType(); - } - - /** - * Create an instance of {@link NullOperationRequestType } - * - */ - public NullOperationRequestType createNullOperationRequestType() { - return new NullOperationRequestType(); - } - - /** - * Create an instance of {@link ErrorResponseType } - * - */ - public ErrorResponseType createErrorResponseType() { - return new ErrorResponseType(); - } - - /** - * Create an instance of {@link GetStatusRequestType } - * - */ - public GetStatusRequestType createGetStatusRequestType() { - return new GetStatusRequestType(); - } - - /** - * Create an instance of {@link CreateCMSSignatureResponseType } - * - */ - public CreateCMSSignatureResponseType createCreateCMSSignatureResponseType() { - return new CreateCMSSignatureResponseType(); - } - - /** - * Create an instance of {@link InfoboxReadParamsBinaryFileType } - * - */ - public InfoboxReadParamsBinaryFileType createInfoboxReadParamsBinaryFileType() { - return new InfoboxReadParamsBinaryFileType(); - } - - /** - * Create an instance of {@link ExcludedByteRangeType } - * - */ - public ExcludedByteRangeType createExcludedByteRangeType() { - return new ExcludedByteRangeType(); - } - - /** - * Create an instance of {@link Base64OptRefContentType } - * - */ - public Base64OptRefContentType createBase64OptRefContentType() { - return new Base64OptRefContentType(); - } - - /** - * Create an instance of {@link InfoboxReadDataAssocArrayType } - * - */ - public InfoboxReadDataAssocArrayType createInfoboxReadDataAssocArrayType() { - return new InfoboxReadDataAssocArrayType(); - } - - /** - * Create an instance of {@link CMSDataObjectOptionalMetaType } - * - */ - public CMSDataObjectOptionalMetaType createCMSDataObjectOptionalMetaType() { - return new CMSDataObjectOptionalMetaType(); - } - - /** - * Create an instance of {@link Base64XMLContentType } - * - */ - public Base64XMLContentType createBase64XMLContentType() { - return new Base64XMLContentType(); - } - - /** - * Create an instance of {@link CMSDataObjectRequiredMetaType } - * - */ - public CMSDataObjectRequiredMetaType createCMSDataObjectRequiredMetaType() { - return new CMSDataObjectRequiredMetaType(); - } - - /** - * Create an instance of {@link XMLContentType } - * - */ - public XMLContentType createXMLContentType() { - return new XMLContentType(); - } - - /** - * Create an instance of {@link MetaInfoType } - * - */ - public MetaInfoType createMetaInfoType() { - return new MetaInfoType(); - } - - /** - * Create an instance of {@link Base64ContentType } - * - */ - public Base64ContentType createBase64ContentType() { - return new Base64ContentType(); - } - - /** - * Create an instance of {@link InfoboxAssocArrayPairType } - * - */ - public InfoboxAssocArrayPairType createInfoboxAssocArrayPairType() { - return new InfoboxAssocArrayPairType(); - } - - /** - * Create an instance of {@link AnyMixedChildrenType } - * - */ - public AnyMixedChildrenType createAnyMixedChildrenType() { - return new AnyMixedChildrenType(); - } - - /** - * Create an instance of {@link AnyChildrenType } - * - */ - public AnyChildrenType createAnyChildrenType() { - return new AnyChildrenType(); - } - - /** - * 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 InfoboxReadParamsAssocArrayType.ReadValue } - * - */ - public InfoboxReadParamsAssocArrayType.ReadValue createInfoboxReadParamsAssocArrayTypeReadValue() { - return new InfoboxReadParamsAssocArrayType.ReadValue(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link NullOperationRequestType }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://www.buergerkarte.at/namespaces/securitylayer/1.2#", name = "NullOperationRequest") - public JAXBElement createNullOperationRequest(NullOperationRequestType value) { - return new JAXBElement(_NullOperationRequest_QNAME, NullOperationRequestType.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 createCreateCMSSignatureRequest(CreateCMSSignatureRequestType value) { - return new JAXBElement(_CreateCMSSignatureRequest_QNAME, CreateCMSSignatureRequestType.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 createInfoboxReadRequest(InfoboxReadRequestType value) { - return new JAXBElement(_InfoboxReadRequest_QNAME, InfoboxReadRequestType.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 createGetStatusResponse(GetStatusResponseType value) { - return new JAXBElement(_GetStatusResponse_QNAME, GetStatusResponseType.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 createCreateCMSSignatureResponse(CreateCMSSignatureResponseType value) { - return new JAXBElement(_CreateCMSSignatureResponse_QNAME, CreateCMSSignatureResponseType.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 createGetStatusRequest(GetStatusRequestType value) { - return new JAXBElement(_GetStatusRequest_QNAME, GetStatusRequestType.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 createErrorResponse(ErrorResponseType value) { - return new JAXBElement(_ErrorResponse_QNAME, ErrorResponseType.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 createIdentityLinkDomainIdentifier(String value) { - return new JAXBElement(_IdentityLinkDomainIdentifier_QNAME, String.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 createVerifyCMSSignatureRequest(VerifyCMSSignatureRequestType value) { - return new JAXBElement(_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 createInfoboxReadResponse(InfoboxReadResponseType value) { - return new JAXBElement(_InfoboxReadResponse_QNAME, InfoboxReadResponseType.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 createNullOperationResponse(NullOperationResponseType value) { - return new JAXBElement(_NullOperationResponse_QNAME, NullOperationResponseType.class, null, value); - } - -} -- cgit v1.2.3