//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
// 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: 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. 
 * <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 _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<String> createDeliveryServer(String value) {
        return new JAXBElement<String>(_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<String> createDeliveryID(String value) {
        return new JAXBElement<String>(_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<String> createDeliveryQuality(String value) {
        return new JAXBElement<String>(_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<XMLGregorianCalendar> createThirdNotification(XMLGregorianCalendar value) {
        return new JAXBElement<XMLGregorianCalendar>(_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<XMLGregorianCalendar> createDueDate(XMLGregorianCalendar value) {
        return new JAXBElement<XMLGregorianCalendar>(_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<XMLGregorianCalendar> createFirstNotification(XMLGregorianCalendar value) {
        return new JAXBElement<XMLGregorianCalendar>(_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<String> createEmail(String value) {
        return new JAXBElement<String>(_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<String> createName(String value) {
        return new JAXBElement<String>(_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<XMLGregorianCalendar> createSecondNotification(XMLGregorianCalendar value) {
        return new JAXBElement<XMLGregorianCalendar>(_SecondNotification_QNAME, XMLGregorianCalendar.class, null, value);
    }

}