All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.wink.common.model.rss.ObjectFactory Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *  
 *   http://www.apache.org/licenses/LICENSE-2.0
 *  
 *  Unless required by applicable law or agreed to in writing,
 *  software distributed under the License is distributed on an
 *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 *  KIND, either express or implied.  See the License for the
 *  specific language governing permissions and limitations
 *  under the License.
 *  
 *******************************************************************************/
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-456 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2009.07.20 at 10:55:05 AM IST 
//

package org.apache.wink.common.model.rss;

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 org.apache.wink.common.model.rss 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 _SkipDays_QNAME = new QName("", "skipDays"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _SkipHours_QNAME = new QName("", "skipHours"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Source_QNAME = new QName("", "source"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Cloud_QNAME = new QName("", "cloud"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Enclosure_QNAME = new QName("", "enclosure"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Channel_QNAME = new QName("", "channel"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Guid_QNAME = new QName("", "guid"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _TextInput_QNAME = new QName("", "textInput"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Item_QNAME = new QName("", "item"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Image_QNAME = new QName("", "image"); //$NON-NLS-1$ //$NON-NLS-2$ private final static QName _Category_QNAME = new QName("", "category"); //$NON-NLS-1$ //$NON-NLS-2$ /** * Create a new ObjectFactory that can be used to create new instances of * schema derived classes for package: org.apache.wink.common.model.rss */ public ObjectFactory() { } /** * Create an instance of {@link RssSkipDays} */ public RssSkipDays createRssSkipDays() { return new RssSkipDays(); } /** * Create an instance of {@link RssSkipHours} */ public RssSkipHours createRssSkipHours() { return new RssSkipHours(); } /** * Create an instance of {@link RssSource} */ public RssSource createRssSource() { return new RssSource(); } /** * Create an instance of {@link RssCloud} */ public RssCloud createRssCloud() { return new RssCloud(); } /** * Create an instance of {@link RssEnclosure} */ public RssEnclosure createRssEnclosure() { return new RssEnclosure(); } /** * Create an instance of {@link RssChannel} */ public RssChannel createRssChannel() { return new RssChannel(); } /** * Create an instance of {@link RssGuid} */ public RssGuid createRssGuid() { return new RssGuid(); } /** * Create an instance of {@link RssTextInput} */ public RssTextInput createRssTextInput() { return new RssTextInput(); } /** * Create an instance of {@link RssItem} */ public RssItem createRssItem() { return new RssItem(); } /** * Create an instance of {@link RssImage} */ public RssImage createRssImage() { return new RssImage(); } /** * Create an instance of {@link RssCategory} */ public RssCategory createRssCategory() { return new RssCategory(); } /** * Create an instance of {@link RssFeed} */ public RssFeed createRssFeed() { return new RssFeed(); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssSkipDays} * {@code >} */ @XmlElementDecl(namespace = "", name = "skipDays") public JAXBElement createRssSkipDays(RssSkipDays value) { return new JAXBElement(_SkipDays_QNAME, RssSkipDays.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssSkipHours} * {@code >} */ @XmlElementDecl(namespace = "", name = "skipHours") public JAXBElement createRssSkipHours(RssSkipHours value) { return new JAXBElement(_SkipHours_QNAME, RssSkipHours.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssSource} * {@code >} */ @XmlElementDecl(namespace = "", name = "source") public JAXBElement createRssSource(RssSource value) { return new JAXBElement(_Source_QNAME, RssSource.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssCloud} * {@code >} */ @XmlElementDecl(namespace = "", name = "cloud") public JAXBElement createRssCloud(RssCloud value) { return new JAXBElement(_Cloud_QNAME, RssCloud.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssEnclosure} * {@code >} */ @XmlElementDecl(namespace = "", name = "enclosure") public JAXBElement createRssEnclosure(RssEnclosure value) { return new JAXBElement(_Enclosure_QNAME, RssEnclosure.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssChannel} * {@code >} */ @XmlElementDecl(namespace = "", name = "channel") public JAXBElement createRssChannel(RssChannel value) { return new JAXBElement(_Channel_QNAME, RssChannel.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssGuid} * {@code >} */ @XmlElementDecl(namespace = "", name = "guid") public JAXBElement createRssGuid(RssGuid value) { return new JAXBElement(_Guid_QNAME, RssGuid.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssTextInput} * {@code >} */ @XmlElementDecl(namespace = "", name = "textInput") public JAXBElement createRssTextInput(RssTextInput value) { return new JAXBElement(_TextInput_QNAME, RssTextInput.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssItem} * {@code >} */ @XmlElementDecl(namespace = "", name = "item") public JAXBElement createRssItem(RssItem value) { return new JAXBElement(_Item_QNAME, RssItem.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssImage} * {@code >} */ @XmlElementDecl(namespace = "", name = "image") public JAXBElement createRssImage(RssImage value) { return new JAXBElement(_Image_QNAME, RssImage.class, null, value); } /** * Create an instance of {@link JAXBElement} {@code <} {@link RssCategory} * {@code >} */ @XmlElementDecl(namespace = "", name = "category") public JAXBElement createRssCategory(RssCategory value) { return new JAXBElement(_Category_QNAME, RssCategory.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy