ietf.params.xml.ns.xmpp_streams.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0.2-b01-fcs
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2007.03.23 at 05:33:02 PM UTC
//
package ietf.params.xml.ns.xmpp_streams;
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 ietf.params.xml.ns.xmpp_streams 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 _PolicyViolation_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "policy-violation");
private final static QName _InvalidId_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "invalid-id");
private final static QName _ResourceConstraint_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "resource-constraint");
private final static QName _ImproperAddressing_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "improper-addressing");
private final static QName _BadFormat_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "bad-format");
private final static QName _XmlNotWellFormed_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "xml-not-well-formed");
private final static QName _UndefinedCondition_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "undefined-condition");
private final static QName _SystemShutdown_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "system-shutdown");
private final static QName _ConnectionTimeout_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "connection-timeout");
private final static QName _Conflict_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "conflict");
private final static QName _UnsupportedVersion_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "unsupported-version");
private final static QName _InvalidNamespace_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "invalid-namespace");
private final static QName _RemoteConnectionFailed_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "remote-connection-failed");
private final static QName _HostGone_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "host-gone");
private final static QName _UnsupportedStanzaType_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "unsupported-stanza-type");
private final static QName _InternalServerError_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "internal-server-error");
private final static QName _UnsupportedEncoding_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "unsupported-encoding");
private final static QName _NotAuthorized_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "not-authorized");
private final static QName _RestrictedXml_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "restricted-xml");
private final static QName _HostUnknown_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "host-unknown");
private final static QName _BadNamespacePrefix_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "bad-namespace-prefix");
private final static QName _SeeOtherHost_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "see-other-host");
private final static QName _InvalidXml_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "invalid-xml");
private final static QName _InvalidFrom_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-streams", "invalid-from");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ietf.params.xml.ns.xmpp_streams
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Text }
*
*/
public Text createText() {
return new Text();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "policy-violation")
public JAXBElement createPolicyViolation(String value) {
return new JAXBElement(_PolicyViolation_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "invalid-id")
public JAXBElement createInvalidId(String value) {
return new JAXBElement(_InvalidId_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "resource-constraint")
public JAXBElement createResourceConstraint(String value) {
return new JAXBElement(_ResourceConstraint_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "improper-addressing")
public JAXBElement createImproperAddressing(String value) {
return new JAXBElement(_ImproperAddressing_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "bad-format")
public JAXBElement createBadFormat(String value) {
return new JAXBElement(_BadFormat_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "xml-not-well-formed")
public JAXBElement createXmlNotWellFormed(String value) {
return new JAXBElement(_XmlNotWellFormed_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "undefined-condition")
public JAXBElement createUndefinedCondition(String value) {
return new JAXBElement(_UndefinedCondition_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "system-shutdown")
public JAXBElement createSystemShutdown(String value) {
return new JAXBElement(_SystemShutdown_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "connection-timeout")
public JAXBElement createConnectionTimeout(String value) {
return new JAXBElement(_ConnectionTimeout_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "conflict")
public JAXBElement createConflict(String value) {
return new JAXBElement(_Conflict_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "unsupported-version")
public JAXBElement createUnsupportedVersion(String value) {
return new JAXBElement(_UnsupportedVersion_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "invalid-namespace")
public JAXBElement createInvalidNamespace(String value) {
return new JAXBElement(_InvalidNamespace_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "remote-connection-failed")
public JAXBElement createRemoteConnectionFailed(String value) {
return new JAXBElement(_RemoteConnectionFailed_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "host-gone")
public JAXBElement createHostGone(String value) {
return new JAXBElement(_HostGone_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "unsupported-stanza-type")
public JAXBElement createUnsupportedStanzaType(String value) {
return new JAXBElement(_UnsupportedStanzaType_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "internal-server-error")
public JAXBElement createInternalServerError(String value) {
return new JAXBElement(_InternalServerError_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "unsupported-encoding")
public JAXBElement createUnsupportedEncoding(String value) {
return new JAXBElement(_UnsupportedEncoding_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "not-authorized")
public JAXBElement createNotAuthorized(String value) {
return new JAXBElement(_NotAuthorized_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "restricted-xml")
public JAXBElement createRestrictedXml(String value) {
return new JAXBElement(_RestrictedXml_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "host-unknown")
public JAXBElement createHostUnknown(String value) {
return new JAXBElement(_HostUnknown_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "bad-namespace-prefix")
public JAXBElement createBadNamespacePrefix(String value) {
return new JAXBElement(_BadNamespacePrefix_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "see-other-host")
public JAXBElement createSeeOtherHost(String value) {
return new JAXBElement(_SeeOtherHost_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "invalid-xml")
public JAXBElement createInvalidXml(String value) {
return new JAXBElement(_InvalidXml_QNAME, String.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
*
*/
@XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-streams", name = "invalid-from")
public JAXBElement createInvalidFrom(String value) {
return new JAXBElement(_InvalidFrom_QNAME, String.class, null, value);
}
}