// // 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