From defceef8afef538555c13d33e344a89a828a3d97 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 20 Dec 2013 12:35:28 +0100 Subject: inital --- .../at/gv/util/xsd/zusespec/ObjectFactory.java | 203 +++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 src/main/java/at/gv/util/xsd/zusespec/ObjectFactory.java (limited to 'src/main/java/at/gv/util/xsd/zusespec/ObjectFactory.java') diff --git a/src/main/java/at/gv/util/xsd/zusespec/ObjectFactory.java b/src/main/java/at/gv/util/xsd/zusespec/ObjectFactory.java new file mode 100644 index 0000000..bd11dbc --- /dev/null +++ b/src/main/java/at/gv/util/xsd/zusespec/ObjectFactory.java @@ -0,0 +1,203 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2012.09.18 at 04:10:06 PM MESZ +// + + +package at.gv.util.xsd.zusespec; + +import javax.xml.bind.JAXBElement; +import javax.xml.bind.annotation.XmlElementDecl; +import javax.xml.bind.annotation.XmlRegistry; +import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; +import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; +import javax.xml.datatype.XMLGregorianCalendar; +import javax.xml.namespace.QName; + + +/** + * This object contains factory methods for each + * Java content interface and Java element interface + * generated in the at.gv.util.xsd.zusespec 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 _DeliveryServer_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "DeliveryServer"); + private final static QName _DeliveryID_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "DeliveryID"); + private final static QName _DeliveryQuality_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "DeliveryQuality"); + private final static QName _ThirdNotification_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "ThirdNotification"); + private final static QName _DueDate_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "DueDate"); + private final static QName _FirstNotification_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "FirstNotification"); + private final static QName _Email_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "Email"); + private final static QName _Name_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "Name"); + private final static QName _SecondNotification_QNAME = new QName("http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", "SecondNotification"); + + /** + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.util.xsd.zusespec + * + */ + public ObjectFactory() { + } + + /** + * Create an instance of {@link ElectronicNotification.Dates } + * + */ + public ElectronicNotification.Dates createElectronicNotificationDates() { + return new ElectronicNotification.Dates(); + } + + /** + * Create an instance of {@link ElectronicNotification.Recipient } + * + */ + public ElectronicNotification.Recipient createElectronicNotificationRecipient() { + return new ElectronicNotification.Recipient(); + } + + /** + * Create an instance of {@link PaperNotification } + * + */ + public PaperNotification createPaperNotification() { + return new PaperNotification(); + } + + /** + * Create an instance of {@link PaperNotification.Sender } + * + */ + public PaperNotification.Sender createPaperNotificationSender() { + return new PaperNotification.Sender(); + } + + /** + * Create an instance of {@link ElectronicNotification } + * + */ + public ElectronicNotification createElectronicNotification() { + return new ElectronicNotification(); + } + + /** + * Create an instance of {@link PaperNotification.Recipient } + * + */ + public PaperNotification.Recipient createPaperNotificationRecipient() { + return new PaperNotification.Recipient(); + } + + /** + * Create an instance of {@link ElectronicNotification.Sender } + * + */ + public ElectronicNotification.Sender createElectronicNotificationSender() { + return new ElectronicNotification.Sender(); + } + + /** + * Create an instance of {@link PaperNotification.Dates } + * + */ + public PaperNotification.Dates createPaperNotificationDates() { + return new PaperNotification.Dates(); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "DeliveryServer") + public JAXBElement createDeliveryServer(String value) { + return new JAXBElement(_DeliveryServer_QNAME, String.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "DeliveryID") + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + public JAXBElement createDeliveryID(String value) { + return new JAXBElement(_DeliveryID_QNAME, String.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "DeliveryQuality") + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + public JAXBElement createDeliveryQuality(String value) { + return new JAXBElement(_DeliveryQuality_QNAME, String.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "ThirdNotification") + public JAXBElement createThirdNotification(XMLGregorianCalendar value) { + return new JAXBElement(_ThirdNotification_QNAME, XMLGregorianCalendar.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "DueDate") + public JAXBElement createDueDate(XMLGregorianCalendar value) { + return new JAXBElement(_DueDate_QNAME, XMLGregorianCalendar.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "FirstNotification") + public JAXBElement createFirstNotification(XMLGregorianCalendar value) { + return new JAXBElement(_FirstNotification_QNAME, XMLGregorianCalendar.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "Email") + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + public JAXBElement createEmail(String value) { + return new JAXBElement(_Email_QNAME, String.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "Name") + @XmlJavaTypeAdapter(CollapsedStringAdapter.class) + public JAXBElement createName(String value) { + return new JAXBElement(_Name_QNAME, String.class, null, value); + } + + /** + * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://reference.e-government.gv.at/namespace/zustellung/recipientnotification", name = "SecondNotification") + public JAXBElement createSecondNotification(XMLGregorianCalendar value) { + return new JAXBElement(_SecondNotification_QNAME, XMLGregorianCalendar.class, null, value); + } + +} -- cgit v1.2.3