Coverage Report - yarfraw.generated.rss10.elements.ObjectFactory
 
Classes in this File Line Coverage Branch Coverage Complexity
ObjectFactory
92% 
N/A 
0
 
 1  
 //
 2  
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs 
 3  
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 4  
 // Any modifications to this file will be lost upon recompilation of the source schema. 
 5  
 // Generated on: 2008.06.11 at 12:15:45 AM EDT 
 6  
 //
 7  
 
 8  
 
 9  
 package yarfraw.generated.rss10.elements;
 10  
 
 11  
 import java.math.BigInteger;
 12  
 import javax.xml.bind.JAXBElement;
 13  
 import javax.xml.bind.annotation.XmlElementDecl;
 14  
 import javax.xml.bind.annotation.XmlRegistry;
 15  
 import javax.xml.namespace.QName;
 16  
 
 17  
 
 18  
 /**
 19  
  * This object contains factory methods for each 
 20  
  * Java content interface and Java element interface 
 21  
  * generated in the yarfraw.generated.rss10.elements package. 
 22  
  * <p>An ObjectFactory allows you to programatically 
 23  
  * construct new instances of the Java representation 
 24  
  * for XML content. The Java representation of XML 
 25  
  * content can consist of schema derived interfaces 
 26  
  * and classes representing the binding of schema 
 27  
  * type definitions, element declarations and model 
 28  
  * groups.  Factory methods for each of these are 
 29  
  * provided in this class.
 30  
  * 
 31  
  */
 32  
 @XmlRegistry
 33  
 public class ObjectFactory {
 34  
 
 35  12
     private final static QName _Textinput_QNAME = new QName("http://purl.org/rss/1.0/", "textinput");
 36  12
     private final static QName _Rights_QNAME = new QName("http://purl.org/dc/elements/1.1/", "rights");
 37  12
     private final static QName _Relation_QNAME = new QName("http://purl.org/dc/elements/1.1/", "relation");
 38  12
     private final static QName _Image_QNAME = new QName("http://purl.org/rss/1.0/", "image");
 39  12
     private final static QName _Format_QNAME = new QName("http://purl.org/dc/elements/1.1/", "format");
 40  12
     private final static QName _Type_QNAME = new QName("http://purl.org/dc/elements/1.1/", "type");
 41  12
     private final static QName _Date_QNAME = new QName("http://purl.org/dc/elements/1.1/", "date");
 42  12
     private final static QName _Publisher_QNAME = new QName("http://purl.org/dc/elements/1.1/", "publisher");
 43  12
     private final static QName _Creator_QNAME = new QName("http://purl.org/dc/elements/1.1/", "creator");
 44  12
     private final static QName _Subject_QNAME = new QName("http://purl.org/dc/elements/1.1/", "subject");
 45  12
     private final static QName _Language_QNAME = new QName("http://purl.org/dc/elements/1.1/", "language");
 46  12
     private final static QName _Identifier_QNAME = new QName("http://purl.org/dc/elements/1.1/", "identifier");
 47  12
     private final static QName _Channel_QNAME = new QName("http://purl.org/rss/1.0/", "channel");
 48  12
     private final static QName _UpdatePeriod_QNAME = new QName("http://purl.org/rss/1.0/modules/syndication/", "updatePeriod");
 49  12
     private final static QName _UpdateBase_QNAME = new QName("http://purl.org/rss/1.0/modules/syndication/", "updateBase");
 50  12
     private final static QName _Title_QNAME = new QName("http://purl.org/dc/elements/1.1/", "title");
 51  12
     private final static QName _UpdateFrequency_QNAME = new QName("http://purl.org/rss/1.0/modules/syndication/", "updateFrequency");
 52  12
     private final static QName _Source_QNAME = new QName("http://purl.org/dc/elements/1.1/", "source");
 53  12
     private final static QName _Coverage_QNAME = new QName("http://purl.org/dc/elements/1.1/", "coverage");
 54  12
     private final static QName _Item_QNAME = new QName("http://purl.org/rss/1.0/", "item");
 55  12
     private final static QName _Contributor_QNAME = new QName("http://purl.org/dc/elements/1.1/", "contributor");
 56  12
     private final static QName _Description_QNAME = new QName("http://purl.org/dc/elements/1.1/", "description");
 57  12
     private final static QName _Items_QNAME = new QName("http://purl.org/rss/1.0/", "items");
 58  12
     private final static QName _TRss10ItemTitle_QNAME = new QName("http://purl.org/rss/1.0/", "title");
 59  12
     private final static QName _TRss10ItemDescription_QNAME = new QName("http://purl.org/rss/1.0/", "description");
 60  12
     private final static QName _TRss10ItemLink_QNAME = new QName("http://purl.org/rss/1.0/", "link");
 61  12
     private final static QName _TRss10TextInputName_QNAME = new QName("http://purl.org/rss/1.0/", "name");
 62  
 
 63  
     /**
 64  
      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: yarfraw.generated.rss10.elements
 65  
      * 
 66  
      */
 67  36
     public ObjectFactory() {
 68  36
     }
 69  
 
 70  
     /**
 71  
      * Create an instance of {@link Li }
 72  
      * 
 73  
      */
 74  
     public Li createLi() {
 75  23
         return new Li();
 76  
     }
 77  
 
 78  
     /**
 79  
      * Create an instance of {@link TRss10Image }
 80  
      * 
 81  
      */
 82  
     public TRss10Image createTRss10Image() {
 83  44
         return new TRss10Image();
 84  
     }
 85  
 
 86  
     /**
 87  
      * Create an instance of {@link Items }
 88  
      * 
 89  
      */
 90  
     public Items createItems() {
 91  18
         return new Items();
 92  
     }
 93  
 
 94  
     /**
 95  
      * Create an instance of {@link DublinCoreExtension }
 96  
      * 
 97  
      */
 98  
     public DublinCoreExtension createDublinCoreExtension() {
 99  13
         return new DublinCoreExtension();
 100  
     }
 101  
 
 102  
     /**
 103  
      * Create an instance of {@link RDF }
 104  
      * 
 105  
      */
 106  
     public RDF createRDF() {
 107  5
         return new RDF();
 108  
     }
 109  
 
 110  
     /**
 111  
      * Create an instance of {@link Seq }
 112  
      * 
 113  
      */
 114  
     public Seq createSeq() {
 115  10
         return new Seq();
 116  
     }
 117  
 
 118  
     /**
 119  
      * Create an instance of {@link SyndicationExtension }
 120  
      * 
 121  
      */
 122  
     public SyndicationExtension createSyndicationExtension() {
 123  11
         return new SyndicationExtension();
 124  
     }
 125  
 
 126  
     /**
 127  
      * Create an instance of {@link DcType }
 128  
      * 
 129  
      */
 130  
     public DcType createDcType() {
 131  5
         return new DcType();
 132  
     }
 133  
 
 134  
     /**
 135  
      * Create an instance of {@link TRss10Item }
 136  
      * 
 137  
      */
 138  
     public TRss10Item createTRss10Item() {
 139  28
         return new TRss10Item();
 140  
     }
 141  
 
 142  
     /**
 143  
      * Create an instance of {@link TRss10Channel }
 144  
      * 
 145  
      */
 146  
     public TRss10Channel createTRss10Channel() {
 147  29
         return new TRss10Channel();
 148  
     }
 149  
 
 150  
     /**
 151  
      * Create an instance of {@link TRss10TextInput }
 152  
      * 
 153  
      */
 154  
     public TRss10TextInput createTRss10TextInput() {
 155  24
         return new TRss10TextInput();
 156  
     }
 157  
 
 158  
     /**
 159  
      * Create an instance of {@link JAXBElement }{@code <}{@link TRss10TextInput }{@code >}}
 160  
      * 
 161  
      */
 162  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "textinput")
 163  
     public JAXBElement<TRss10TextInput> createTextinput(TRss10TextInput value) {
 164  29
         return new JAXBElement<TRss10TextInput>(_Textinput_QNAME, TRss10TextInput.class, null, value);
 165  
     }
 166  
 
 167  
     /**
 168  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 169  
      * 
 170  
      */
 171  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "rights")
 172  
     public JAXBElement<DcType> createRights(DcType value) {
 173  32
         return new JAXBElement<DcType>(_Rights_QNAME, DcType.class, null, value);
 174  
     }
 175  
 
 176  
     /**
 177  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 178  
      * 
 179  
      */
 180  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "relation")
 181  
     public JAXBElement<DcType> createRelation(DcType value) {
 182  17
         return new JAXBElement<DcType>(_Relation_QNAME, DcType.class, null, value);
 183  
     }
 184  
 
 185  
     /**
 186  
      * Create an instance of {@link JAXBElement }{@code <}{@link TRss10Image }{@code >}}
 187  
      * 
 188  
      */
 189  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "image")
 190  
     public JAXBElement<TRss10Image> createImage(TRss10Image value) {
 191  6
         return new JAXBElement<TRss10Image>(_Image_QNAME, TRss10Image.class, null, value);
 192  
     }
 193  
 
 194  
     /**
 195  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 196  
      * 
 197  
      */
 198  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "format")
 199  
     public JAXBElement<DcType> createFormat(DcType value) {
 200  7
         return new JAXBElement<DcType>(_Format_QNAME, DcType.class, null, value);
 201  
     }
 202  
 
 203  
     /**
 204  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 205  
      * 
 206  
      */
 207  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "type")
 208  
     public JAXBElement<DcType> createType(DcType value) {
 209  0
         return new JAXBElement<DcType>(_Type_QNAME, DcType.class, null, value);
 210  
     }
 211  
 
 212  
     /**
 213  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 214  
      * 
 215  
      */
 216  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "date")
 217  
     public JAXBElement<DcType> createDate(DcType value) {
 218  38
         return new JAXBElement<DcType>(_Date_QNAME, DcType.class, null, value);
 219  
     }
 220  
 
 221  
     /**
 222  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 223  
      * 
 224  
      */
 225  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "publisher")
 226  
     public JAXBElement<DcType> createPublisher(DcType value) {
 227  10
         return new JAXBElement<DcType>(_Publisher_QNAME, DcType.class, null, value);
 228  
     }
 229  
 
 230  
     /**
 231  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 232  
      * 
 233  
      */
 234  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "creator")
 235  
     public JAXBElement<DcType> createCreator(DcType value) {
 236  36
         return new JAXBElement<DcType>(_Creator_QNAME, DcType.class, null, value);
 237  
     }
 238  
 
 239  
     /**
 240  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 241  
      * 
 242  
      */
 243  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "subject")
 244  
     public JAXBElement<DcType> createSubject(DcType value) {
 245  45
         return new JAXBElement<DcType>(_Subject_QNAME, DcType.class, null, value);
 246  
     }
 247  
 
 248  
     /**
 249  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 250  
      * 
 251  
      */
 252  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "language")
 253  
     public JAXBElement<DcType> createLanguage(DcType value) {
 254  9
         return new JAXBElement<DcType>(_Language_QNAME, DcType.class, null, value);
 255  
     }
 256  
 
 257  
     /**
 258  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 259  
      * 
 260  
      */
 261  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "identifier")
 262  
     public JAXBElement<DcType> createIdentifier(DcType value) {
 263  18
         return new JAXBElement<DcType>(_Identifier_QNAME, DcType.class, null, value);
 264  
     }
 265  
 
 266  
     /**
 267  
      * Create an instance of {@link JAXBElement }{@code <}{@link TRss10Channel }{@code >}}
 268  
      * 
 269  
      */
 270  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "channel")
 271  
     public JAXBElement<TRss10Channel> createChannel(TRss10Channel value) {
 272  23
         return new JAXBElement<TRss10Channel>(_Channel_QNAME, TRss10Channel.class, null, value);
 273  
     }
 274  
 
 275  
     /**
 276  
      * Create an instance of {@link JAXBElement }{@code <}{@link UpdatePeriodEnum }{@code >}}
 277  
      * 
 278  
      */
 279  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/modules/syndication/", name = "updatePeriod")
 280  
     public JAXBElement<UpdatePeriodEnum> createUpdatePeriod(UpdatePeriodEnum value) {
 281  10
         return new JAXBElement<UpdatePeriodEnum>(_UpdatePeriod_QNAME, UpdatePeriodEnum.class, null, value);
 282  
     }
 283  
 
 284  
     /**
 285  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 286  
      * 
 287  
      */
 288  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/modules/syndication/", name = "updateBase")
 289  
     public JAXBElement<String> createUpdateBase(String value) {
 290  0
         return new JAXBElement<String>(_UpdateBase_QNAME, String.class, null, value);
 291  
     }
 292  
 
 293  
     /**
 294  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 295  
      * 
 296  
      */
 297  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "title")
 298  
     public JAXBElement<DcType> createTitle(DcType value) {
 299  5
         return new JAXBElement<DcType>(_Title_QNAME, DcType.class, null, value);
 300  
     }
 301  
 
 302  
     /**
 303  
      * Create an instance of {@link JAXBElement }{@code <}{@link BigInteger }{@code >}}
 304  
      * 
 305  
      */
 306  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/modules/syndication/", name = "updateFrequency")
 307  
     public JAXBElement<BigInteger> createUpdateFrequency(BigInteger value) {
 308  12
         return new JAXBElement<BigInteger>(_UpdateFrequency_QNAME, BigInteger.class, null, value);
 309  
     }
 310  
 
 311  
     /**
 312  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 313  
      * 
 314  
      */
 315  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "source")
 316  
     public JAXBElement<DcType> createSource(DcType value) {
 317  0
         return new JAXBElement<DcType>(_Source_QNAME, DcType.class, null, value);
 318  
     }
 319  
 
 320  
     /**
 321  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 322  
      * 
 323  
      */
 324  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "coverage")
 325  
     public JAXBElement<DcType> createCoverage(DcType value) {
 326  0
         return new JAXBElement<DcType>(_Coverage_QNAME, DcType.class, null, value);
 327  
     }
 328  
 
 329  
     /**
 330  
      * Create an instance of {@link JAXBElement }{@code <}{@link TRss10Item }{@code >}}
 331  
      * 
 332  
      */
 333  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "item")
 334  
     public JAXBElement<TRss10Item> createItem(TRss10Item value) {
 335  40
         return new JAXBElement<TRss10Item>(_Item_QNAME, TRss10Item.class, null, value);
 336  
     }
 337  
 
 338  
     /**
 339  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 340  
      * 
 341  
      */
 342  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "contributor")
 343  
     public JAXBElement<DcType> createContributor(DcType value) {
 344  0
         return new JAXBElement<DcType>(_Contributor_QNAME, DcType.class, null, value);
 345  
     }
 346  
 
 347  
     /**
 348  
      * Create an instance of {@link JAXBElement }{@code <}{@link DcType }{@code >}}
 349  
      * 
 350  
      */
 351  
     @XmlElementDecl(namespace = "http://purl.org/dc/elements/1.1/", name = "description")
 352  
     public JAXBElement<DcType> createDescription(DcType value) {
 353  0
         return new JAXBElement<DcType>(_Description_QNAME, DcType.class, null, value);
 354  
     }
 355  
 
 356  
     /**
 357  
      * Create an instance of {@link JAXBElement }{@code <}{@link Items }{@code >}}
 358  
      * 
 359  
      */
 360  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "items")
 361  
     public JAXBElement<Items> createItems(Items value) {
 362  28
         return new JAXBElement<Items>(_Items_QNAME, Items.class, null, value);
 363  
     }
 364  
 
 365  
     /**
 366  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 367  
      * 
 368  
      */
 369  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "title", scope = TRss10Item.class)
 370  
     public JAXBElement<String> createTRss10ItemTitle(String value) {
 371  20
         return new JAXBElement<String>(_TRss10ItemTitle_QNAME, String.class, TRss10Item.class, value);
 372  
     }
 373  
 
 374  
     /**
 375  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 376  
      * 
 377  
      */
 378  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "description", scope = TRss10Item.class)
 379  
     public JAXBElement<String> createTRss10ItemDescription(String value) {
 380  21
         return new JAXBElement<String>(_TRss10ItemDescription_QNAME, String.class, TRss10Item.class, value);
 381  
     }
 382  
 
 383  
     /**
 384  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 385  
      * 
 386  
      */
 387  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "link", scope = TRss10Item.class)
 388  
     public JAXBElement<String> createTRss10ItemLink(String value) {
 389  25
         return new JAXBElement<String>(_TRss10ItemLink_QNAME, String.class, TRss10Item.class, value);
 390  
     }
 391  
 
 392  
     /**
 393  
      * Create an instance of {@link JAXBElement }{@code <}{@link TRss10Image }{@code >}}
 394  
      * 
 395  
      */
 396  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "image", scope = TRss10Channel.class)
 397  
     public JAXBElement<TRss10Image> createTRss10ChannelImage(TRss10Image value) {
 398  19
         return new JAXBElement<TRss10Image>(_Image_QNAME, TRss10Image.class, TRss10Channel.class, value);
 399  
     }
 400  
 
 401  
     /**
 402  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 403  
      * 
 404  
      */
 405  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "title", scope = TRss10Channel.class)
 406  
     public JAXBElement<String> createTRss10ChannelTitle(String value) {
 407  18
         return new JAXBElement<String>(_TRss10ItemTitle_QNAME, String.class, TRss10Channel.class, value);
 408  
     }
 409  
 
 410  
     /**
 411  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 412  
      * 
 413  
      */
 414  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "description", scope = TRss10Channel.class)
 415  
     public JAXBElement<String> createTRss10ChannelDescription(String value) {
 416  15
         return new JAXBElement<String>(_TRss10ItemDescription_QNAME, String.class, TRss10Channel.class, value);
 417  
     }
 418  
 
 419  
     /**
 420  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 421  
      * 
 422  
      */
 423  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "link", scope = TRss10Channel.class)
 424  
     public JAXBElement<String> createTRss10ChannelLink(String value) {
 425  15
         return new JAXBElement<String>(_TRss10ItemLink_QNAME, String.class, TRss10Channel.class, value);
 426  
     }
 427  
 
 428  
     /**
 429  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 430  
      * 
 431  
      */
 432  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "title", scope = TRss10TextInput.class)
 433  
     public JAXBElement<String> createTRss10TextInputTitle(String value) {
 434  11
         return new JAXBElement<String>(_TRss10ItemTitle_QNAME, String.class, TRss10TextInput.class, value);
 435  
     }
 436  
 
 437  
     /**
 438  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 439  
      * 
 440  
      */
 441  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "description", scope = TRss10TextInput.class)
 442  
     public JAXBElement<String> createTRss10TextInputDescription(String value) {
 443  23
         return new JAXBElement<String>(_TRss10ItemDescription_QNAME, String.class, TRss10TextInput.class, value);
 444  
     }
 445  
 
 446  
     /**
 447  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 448  
      * 
 449  
      */
 450  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "name", scope = TRss10TextInput.class)
 451  
     public JAXBElement<String> createTRss10TextInputName(String value) {
 452  24
         return new JAXBElement<String>(_TRss10TextInputName_QNAME, String.class, TRss10TextInput.class, value);
 453  
     }
 454  
 
 455  
     /**
 456  
      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
 457  
      * 
 458  
      */
 459  
     @XmlElementDecl(namespace = "http://purl.org/rss/1.0/", name = "link", scope = TRss10TextInput.class)
 460  
     public JAXBElement<String> createTRss10TextInputLink(String value) {
 461  23
         return new JAXBElement<String>(_TRss10ItemLink_QNAME, String.class, TRss10TextInput.class, value);
 462  
     }
 463  
 
 464  
 }