001    //
002    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 
003    // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004    // Any modifications to this file will be lost upon recompilation of the source schema. 
005    // Generated on: 2011.11.16 at 07:37:02 PM EST 
006    //
007    
008    
009    package ietf.params.xml.ns.xmpp_session;
010    
011    import javax.xml.bind.JAXBElement;
012    import javax.xml.bind.annotation.XmlElementDecl;
013    import javax.xml.bind.annotation.XmlRegistry;
014    import javax.xml.namespace.QName;
015    
016    
017    /**
018     * This object contains factory methods for each 
019     * Java content interface and Java element interface 
020     * generated in the ietf.params.xml.ns.xmpp_session package. 
021     * <p>An ObjectFactory allows you to programatically 
022     * construct new instances of the Java representation 
023     * for XML content. The Java representation of XML 
024     * content can consist of schema derived interfaces 
025     * and classes representing the binding of schema 
026     * type definitions, element declarations and model 
027     * groups.  Factory methods for each of these are 
028     * provided in this class.
029     * 
030     */
031    @XmlRegistry
032    public class ObjectFactory {
033    
034        private final static QName _Session_QNAME = new QName("urn:ietf:params:xml:ns:xmpp-session", "session");
035    
036        /**
037         * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ietf.params.xml.ns.xmpp_session
038         * 
039         */
040        public ObjectFactory() {
041        }
042    
043        /**
044         * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
045         * 
046         */
047        @XmlElementDecl(namespace = "urn:ietf:params:xml:ns:xmpp-session", name = "session")
048        public JAXBElement<String> createSession(String value) {
049            return new JAXBElement<String>(_Session_QNAME, String.class, null, value);
050        }
051    
052    }