| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
package yarfraw.generated.atom10.elements; |
| 10 |
|
|
| 11 |
|
import javax.xml.bind.JAXBElement; |
| 12 |
|
import javax.xml.bind.annotation.XmlElementDecl; |
| 13 |
|
import javax.xml.bind.annotation.XmlRegistry; |
| 14 |
|
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter; |
| 15 |
|
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; |
| 16 |
|
import javax.xml.namespace.QName; |
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
@XmlRegistry |
| 34 |
|
public class ObjectFactory { |
| 35 |
|
|
| 36 |
9 |
private final static QName _Category_QNAME = new QName("http://www.w3.org/2005/Atom", "category"); |
| 37 |
9 |
private final static QName _Content_QNAME = new QName("http://www.w3.org/2005/Atom", "content"); |
| 38 |
9 |
private final static QName _Entry_QNAME = new QName("http://www.w3.org/2005/Atom", "entry"); |
| 39 |
9 |
private final static QName _Link_QNAME = new QName("http://www.w3.org/2005/Atom", "link"); |
| 40 |
9 |
private final static QName _Feed_QNAME = new QName("http://www.w3.org/2005/Atom", "feed"); |
| 41 |
9 |
private final static QName _PersonTypeName_QNAME = new QName("http://www.w3.org/2005/Atom", "name"); |
| 42 |
9 |
private final static QName _PersonTypeEmail_QNAME = new QName("http://www.w3.org/2005/Atom", "email"); |
| 43 |
9 |
private final static QName _PersonTypeUri_QNAME = new QName("http://www.w3.org/2005/Atom", "uri"); |
| 44 |
9 |
private final static QName _SourceTypeTitle_QNAME = new QName("http://www.w3.org/2005/Atom", "title"); |
| 45 |
9 |
private final static QName _SourceTypeLogo_QNAME = new QName("http://www.w3.org/2005/Atom", "logo"); |
| 46 |
9 |
private final static QName _SourceTypeIcon_QNAME = new QName("http://www.w3.org/2005/Atom", "icon"); |
| 47 |
9 |
private final static QName _SourceTypeAuthor_QNAME = new QName("http://www.w3.org/2005/Atom", "author"); |
| 48 |
9 |
private final static QName _SourceTypeId_QNAME = new QName("http://www.w3.org/2005/Atom", "id"); |
| 49 |
9 |
private final static QName _SourceTypeContributor_QNAME = new QName("http://www.w3.org/2005/Atom", "contributor"); |
| 50 |
9 |
private final static QName _SourceTypeUpdated_QNAME = new QName("http://www.w3.org/2005/Atom", "updated"); |
| 51 |
9 |
private final static QName _SourceTypeGenerator_QNAME = new QName("http://www.w3.org/2005/Atom", "generator"); |
| 52 |
9 |
private final static QName _SourceTypeSubtitle_QNAME = new QName("http://www.w3.org/2005/Atom", "subtitle"); |
| 53 |
9 |
private final static QName _SourceTypeRights_QNAME = new QName("http://www.w3.org/2005/Atom", "rights"); |
| 54 |
9 |
private final static QName _EntryTypeSummary_QNAME = new QName("http://www.w3.org/2005/Atom", "summary"); |
| 55 |
9 |
private final static QName _EntryTypeSource_QNAME = new QName("http://www.w3.org/2005/Atom", "source"); |
| 56 |
9 |
private final static QName _EntryTypePublished_QNAME = new QName("http://www.w3.org/2005/Atom", "published"); |
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
18 |
public ObjectFactory() { |
| 63 |
18 |
} |
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
public LinkType createLinkType() { |
| 70 |
55 |
return new LinkType(); |
| 71 |
|
} |
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
public PersonType createPersonType() { |
| 78 |
92 |
return new PersonType(); |
| 79 |
|
} |
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
public IconType createIconType() { |
| 86 |
59 |
return new IconType(); |
| 87 |
|
} |
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
public SourceType createSourceType() { |
| 94 |
74 |
return new SourceType(); |
| 95 |
|
} |
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
public TextType createTextType() { |
| 102 |
71 |
return new TextType(); |
| 103 |
|
} |
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
public FeedType createFeedType() { |
| 110 |
12 |
return new FeedType(); |
| 111 |
|
} |
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
public CategoryType createCategoryType() { |
| 118 |
146 |
return new CategoryType(); |
| 119 |
|
} |
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
public EntryType createEntryType() { |
| 126 |
55 |
return new EntryType(); |
| 127 |
|
} |
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
public UriType createUriType() { |
| 134 |
11 |
return new UriType(); |
| 135 |
|
} |
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
public GeneratorType createGeneratorType() { |
| 142 |
12 |
return new GeneratorType(); |
| 143 |
|
} |
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
public ContentType createContentType() { |
| 150 |
25 |
return new ContentType(); |
| 151 |
|
} |
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
public IdType createIdType() { |
| 158 |
143 |
return new IdType(); |
| 159 |
|
} |
| 160 |
|
|
| 161 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
public LogoType createLogoType() { |
| 166 |
0 |
return new LogoType(); |
| 167 |
|
} |
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 173 |
|
public DateTimeType createDateTimeType() { |
| 174 |
46 |
return new DateTimeType(); |
| 175 |
|
} |
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "category") |
| 182 |
|
public JAXBElement<CategoryType> createCategory(CategoryType value) { |
| 183 |
0 |
return new JAXBElement<CategoryType>(_Category_QNAME, CategoryType.class, null, value); |
| 184 |
|
} |
| 185 |
|
|
| 186 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 |
|
|
| 190 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "content") |
| 191 |
|
public JAXBElement<ContentType> createContent(ContentType value) { |
| 192 |
0 |
return new JAXBElement<ContentType>(_Content_QNAME, ContentType.class, null, value); |
| 193 |
|
} |
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "entry") |
| 200 |
|
public JAXBElement<EntryType> createEntry(EntryType value) { |
| 201 |
0 |
return new JAXBElement<EntryType>(_Entry_QNAME, EntryType.class, null, value); |
| 202 |
|
} |
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "link") |
| 209 |
|
public JAXBElement<LinkType> createLink(LinkType value) { |
| 210 |
0 |
return new JAXBElement<LinkType>(_Link_QNAME, LinkType.class, null, value); |
| 211 |
|
} |
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "feed") |
| 218 |
|
public JAXBElement<FeedType> createFeed(FeedType value) { |
| 219 |
18 |
return new JAXBElement<FeedType>(_Feed_QNAME, FeedType.class, null, value); |
| 220 |
|
} |
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "name", scope = PersonType.class) |
| 227 |
|
public JAXBElement<String> createPersonTypeName(String value) { |
| 228 |
39 |
return new JAXBElement<String>(_PersonTypeName_QNAME, String.class, PersonType.class, value); |
| 229 |
|
} |
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "email", scope = PersonType.class) |
| 236 |
|
@XmlJavaTypeAdapter(NormalizedStringAdapter.class) |
| 237 |
12 |
public JAXBElement<String> createPersonTypeEmail(String value) { |
| 238 |
3 |
return new JAXBElement<String>(_PersonTypeEmail_QNAME, String.class, PersonType.class, value); |
| 239 |
|
} |
| 240 |
|
|
| 241 |
|
|
| 242 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "uri", scope = PersonType.class) |
| 246 |
2 |
public JAXBElement<UriType> createPersonTypeUri(UriType value) { |
| 247 |
3 |
return new JAXBElement<UriType>(_PersonTypeUri_QNAME, UriType.class, PersonType.class, value); |
| 248 |
|
} |
| 249 |
|
|
| 250 |
|
|
| 251 |
|
|
| 252 |
|
|
| 253 |
|
|
| 254 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "title", scope = SourceType.class) |
| 255 |
8 |
public JAXBElement<TextType> createSourceTypeTitle(TextType value) { |
| 256 |
0 |
return new JAXBElement<TextType>(_SourceTypeTitle_QNAME, TextType.class, SourceType.class, value); |
| 257 |
|
} |
| 258 |
|
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "category", scope = SourceType.class) |
| 264 |
58 |
public JAXBElement<CategoryType> createSourceTypeCategory(CategoryType value) { |
| 265 |
0 |
return new JAXBElement<CategoryType>(_Category_QNAME, CategoryType.class, SourceType.class, value); |
| 266 |
|
} |
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "logo", scope = SourceType.class) |
| 273 |
0 |
public JAXBElement<LogoType> createSourceTypeLogo(LogoType value) { |
| 274 |
0 |
return new JAXBElement<LogoType>(_SourceTypeLogo_QNAME, LogoType.class, SourceType.class, value); |
| 275 |
|
} |
| 276 |
|
|
| 277 |
|
|
| 278 |
|
|
| 279 |
|
|
| 280 |
|
|
| 281 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "icon", scope = SourceType.class) |
| 282 |
8 |
public JAXBElement<IconType> createSourceTypeIcon(IconType value) { |
| 283 |
0 |
return new JAXBElement<IconType>(_SourceTypeIcon_QNAME, IconType.class, SourceType.class, value); |
| 284 |
|
} |
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 288 |
|
|
| 289 |
|
|
| 290 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "author", scope = SourceType.class) |
| 291 |
8 |
public JAXBElement<PersonType> createSourceTypeAuthor(PersonType value) { |
| 292 |
0 |
return new JAXBElement<PersonType>(_SourceTypeAuthor_QNAME, PersonType.class, SourceType.class, value); |
| 293 |
|
} |
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 297 |
|
|
| 298 |
|
|
| 299 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "id", scope = SourceType.class) |
| 300 |
8 |
public JAXBElement<IdType> createSourceTypeId(IdType value) { |
| 301 |
0 |
return new JAXBElement<IdType>(_SourceTypeId_QNAME, IdType.class, SourceType.class, value); |
| 302 |
|
} |
| 303 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 |
|
|
| 308 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "link", scope = SourceType.class) |
| 309 |
2 |
public JAXBElement<LinkType> createSourceTypeLink(LinkType value) { |
| 310 |
0 |
return new JAXBElement<LinkType>(_Link_QNAME, LinkType.class, SourceType.class, value); |
| 311 |
|
} |
| 312 |
|
|
| 313 |
|
|
| 314 |
|
|
| 315 |
|
|
| 316 |
|
|
| 317 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "contributor", scope = SourceType.class) |
| 318 |
0 |
public JAXBElement<PersonType> createSourceTypeContributor(PersonType value) { |
| 319 |
0 |
return new JAXBElement<PersonType>(_SourceTypeContributor_QNAME, PersonType.class, SourceType.class, value); |
| 320 |
|
} |
| 321 |
|
|
| 322 |
|
|
| 323 |
|
|
| 324 |
|
|
| 325 |
|
|
| 326 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "updated", scope = SourceType.class) |
| 327 |
22 |
public JAXBElement<DateTimeType> createSourceTypeUpdated(DateTimeType value) { |
| 328 |
0 |
return new JAXBElement<DateTimeType>(_SourceTypeUpdated_QNAME, DateTimeType.class, SourceType.class, value); |
| 329 |
|
} |
| 330 |
|
|
| 331 |
|
|
| 332 |
|
|
| 333 |
|
|
| 334 |
|
|
| 335 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "generator", scope = SourceType.class) |
| 336 |
10 |
public JAXBElement<GeneratorType> createSourceTypeGenerator(GeneratorType value) { |
| 337 |
0 |
return new JAXBElement<GeneratorType>(_SourceTypeGenerator_QNAME, GeneratorType.class, SourceType.class, value); |
| 338 |
|
} |
| 339 |
|
|
| 340 |
|
|
| 341 |
|
|
| 342 |
|
|
| 343 |
|
|
| 344 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "subtitle", scope = SourceType.class) |
| 345 |
58 |
public JAXBElement<TextType> createSourceTypeSubtitle(TextType value) { |
| 346 |
0 |
return new JAXBElement<TextType>(_SourceTypeSubtitle_QNAME, TextType.class, SourceType.class, value); |
| 347 |
|
} |
| 348 |
|
|
| 349 |
|
|
| 350 |
|
|
| 351 |
|
|
| 352 |
|
|
| 353 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "rights", scope = SourceType.class) |
| 354 |
4 |
public JAXBElement<TextType> createSourceTypeRights(TextType value) { |
| 355 |
0 |
return new JAXBElement<TextType>(_SourceTypeRights_QNAME, TextType.class, SourceType.class, value); |
| 356 |
|
} |
| 357 |
|
|
| 358 |
|
|
| 359 |
|
|
| 360 |
|
|
| 361 |
|
|
| 362 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "category", scope = FeedType.class) |
| 363 |
56 |
public JAXBElement<CategoryType> createFeedTypeCategory(CategoryType value) { |
| 364 |
2 |
return new JAXBElement<CategoryType>(_Category_QNAME, CategoryType.class, FeedType.class, value); |
| 365 |
|
} |
| 366 |
|
|
| 367 |
|
|
| 368 |
|
|
| 369 |
|
|
| 370 |
|
|
| 371 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "title", scope = FeedType.class) |
| 372 |
52 |
public JAXBElement<TextType> createFeedTypeTitle(TextType value) { |
| 373 |
6 |
return new JAXBElement<TextType>(_SourceTypeTitle_QNAME, TextType.class, FeedType.class, value); |
| 374 |
|
} |
| 375 |
|
|
| 376 |
|
|
| 377 |
|
|
| 378 |
|
|
| 379 |
|
|
| 380 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "author", scope = FeedType.class) |
| 381 |
66 |
public JAXBElement<PersonType> createFeedTypeAuthor(PersonType value) { |
| 382 |
1 |
return new JAXBElement<PersonType>(_SourceTypeAuthor_QNAME, PersonType.class, FeedType.class, value); |
| 383 |
|
} |
| 384 |
|
|
| 385 |
|
|
| 386 |
|
|
| 387 |
|
|
| 388 |
|
|
| 389 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "id", scope = FeedType.class) |
| 390 |
26 |
public JAXBElement<IdType> createFeedTypeId(IdType value) { |
| 391 |
4 |
return new JAXBElement<IdType>(_SourceTypeId_QNAME, IdType.class, FeedType.class, value); |
| 392 |
|
} |
| 393 |
|
|
| 394 |
|
|
| 395 |
|
|
| 396 |
|
|
| 397 |
|
|
| 398 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "entry", scope = FeedType.class) |
| 399 |
84 |
public JAXBElement<EntryType> createFeedTypeEntry(EntryType value) { |
| 400 |
29 |
return new JAXBElement<EntryType>(_Entry_QNAME, EntryType.class, FeedType.class, value); |
| 401 |
|
} |
| 402 |
|
|
| 403 |
|
|
| 404 |
|
|
| 405 |
|
|
| 406 |
|
|
| 407 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "contributor", scope = FeedType.class) |
| 408 |
12 |
public JAXBElement<PersonType> createFeedTypeContributor(PersonType value) { |
| 409 |
0 |
return new JAXBElement<PersonType>(_SourceTypeContributor_QNAME, PersonType.class, FeedType.class, value); |
| 410 |
|
} |
| 411 |
|
|
| 412 |
|
|
| 413 |
|
|
| 414 |
|
|
| 415 |
|
|
| 416 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "updated", scope = FeedType.class) |
| 417 |
58 |
public JAXBElement<DateTimeType> createFeedTypeUpdated(DateTimeType value) { |
| 418 |
4 |
return new JAXBElement<DateTimeType>(_SourceTypeUpdated_QNAME, DateTimeType.class, FeedType.class, value); |
| 419 |
|
} |
| 420 |
|
|
| 421 |
|
|
| 422 |
|
|
| 423 |
|
|
| 424 |
|
|
| 425 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "generator", scope = FeedType.class) |
| 426 |
0 |
public JAXBElement<GeneratorType> createFeedTypeGenerator(GeneratorType value) { |
| 427 |
4 |
return new JAXBElement<GeneratorType>(_SourceTypeGenerator_QNAME, GeneratorType.class, FeedType.class, value); |
| 428 |
|
} |
| 429 |
|
|
| 430 |
|
|
| 431 |
|
|
| 432 |
|
|
| 433 |
|
|
| 434 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "subtitle", scope = FeedType.class) |
| 435 |
2 |
public JAXBElement<TextType> createFeedTypeSubtitle(TextType value) { |
| 436 |
4 |
return new JAXBElement<TextType>(_SourceTypeSubtitle_QNAME, TextType.class, FeedType.class, value); |
| 437 |
|
} |
| 438 |
|
|
| 439 |
|
|
| 440 |
|
|
| 441 |
|
|
| 442 |
|
|
| 443 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "logo", scope = FeedType.class) |
| 444 |
26 |
public JAXBElement<LogoType> createFeedTypeLogo(LogoType value) { |
| 445 |
0 |
return new JAXBElement<LogoType>(_SourceTypeLogo_QNAME, LogoType.class, FeedType.class, value); |
| 446 |
|
} |
| 447 |
|
|
| 448 |
|
|
| 449 |
|
|
| 450 |
|
|
| 451 |
|
|
| 452 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "icon", scope = FeedType.class) |
| 453 |
70 |
public JAXBElement<IconType> createFeedTypeIcon(IconType value) { |
| 454 |
1 |
return new JAXBElement<IconType>(_SourceTypeIcon_QNAME, IconType.class, FeedType.class, value); |
| 455 |
|
} |
| 456 |
|
|
| 457 |
|
|
| 458 |
|
|
| 459 |
|
|
| 460 |
|
|
| 461 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "link", scope = FeedType.class) |
| 462 |
|
public JAXBElement<LinkType> createFeedTypeLink(LinkType value) { |
| 463 |
17 |
return new JAXBElement<LinkType>(_Link_QNAME, LinkType.class, FeedType.class, value); |
| 464 |
|
} |
| 465 |
|
|
| 466 |
|
|
| 467 |
|
|
| 468 |
|
|
| 469 |
|
|
| 470 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "rights", scope = FeedType.class) |
| 471 |
|
public JAXBElement<TextType> createFeedTypeRights(TextType value) { |
| 472 |
11 |
return new JAXBElement<TextType>(_SourceTypeRights_QNAME, TextType.class, FeedType.class, value); |
| 473 |
|
} |
| 474 |
|
|
| 475 |
|
|
| 476 |
|
|
| 477 |
|
|
| 478 |
|
|
| 479 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "title", scope = EntryType.class) |
| 480 |
|
public JAXBElement<TextType> createEntryTypeTitle(TextType value) { |
| 481 |
29 |
return new JAXBElement<TextType>(_SourceTypeTitle_QNAME, TextType.class, EntryType.class, value); |
| 482 |
|
} |
| 483 |
|
|
| 484 |
|
|
| 485 |
|
|
| 486 |
|
|
| 487 |
|
|
| 488 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "category", scope = EntryType.class) |
| 489 |
|
public JAXBElement<CategoryType> createEntryTypeCategory(CategoryType value) { |
| 490 |
2 |
return new JAXBElement<CategoryType>(_Category_QNAME, CategoryType.class, EntryType.class, value); |
| 491 |
|
} |
| 492 |
|
|
| 493 |
|
|
| 494 |
|
|
| 495 |
|
|
| 496 |
|
|
| 497 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "author", scope = EntryType.class) |
| 498 |
|
public JAXBElement<PersonType> createEntryTypeAuthor(PersonType value) { |
| 499 |
28 |
return new JAXBElement<PersonType>(_SourceTypeAuthor_QNAME, PersonType.class, EntryType.class, value); |
| 500 |
|
} |
| 501 |
|
|
| 502 |
|
|
| 503 |
|
|
| 504 |
|
|
| 505 |
|
|
| 506 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "summary", scope = EntryType.class) |
| 507 |
|
public JAXBElement<TextType> createEntryTypeSummary(TextType value) { |
| 508 |
26 |
return new JAXBElement<TextType>(_EntryTypeSummary_QNAME, TextType.class, EntryType.class, value); |
| 509 |
|
} |
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "content", scope = EntryType.class) |
| 516 |
|
public JAXBElement<ContentType> createEntryTypeContent(ContentType value) { |
| 517 |
13 |
return new JAXBElement<ContentType>(_Content_QNAME, ContentType.class, EntryType.class, value); |
| 518 |
|
} |
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 523 |
|
|
| 524 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "id", scope = EntryType.class) |
| 525 |
|
public JAXBElement<IdType> createEntryTypeId(IdType value) { |
| 526 |
33 |
return new JAXBElement<IdType>(_SourceTypeId_QNAME, IdType.class, EntryType.class, value); |
| 527 |
|
} |
| 528 |
|
|
| 529 |
|
|
| 530 |
|
|
| 531 |
|
|
| 532 |
|
|
| 533 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "link", scope = EntryType.class) |
| 534 |
|
public JAXBElement<LinkType> createEntryTypeLink(LinkType value) { |
| 535 |
42 |
return new JAXBElement<LinkType>(_Link_QNAME, LinkType.class, EntryType.class, value); |
| 536 |
|
} |
| 537 |
|
|
| 538 |
|
|
| 539 |
|
|
| 540 |
|
|
| 541 |
|
|
| 542 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "contributor", scope = EntryType.class) |
| 543 |
|
public JAXBElement<PersonType> createEntryTypeContributor(PersonType value) { |
| 544 |
6 |
return new JAXBElement<PersonType>(_SourceTypeContributor_QNAME, PersonType.class, EntryType.class, value); |
| 545 |
|
} |
| 546 |
|
|
| 547 |
|
|
| 548 |
|
|
| 549 |
|
|
| 550 |
|
|
| 551 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "updated", scope = EntryType.class) |
| 552 |
|
public JAXBElement<DateTimeType> createEntryTypeUpdated(DateTimeType value) { |
| 553 |
29 |
return new JAXBElement<DateTimeType>(_SourceTypeUpdated_QNAME, DateTimeType.class, EntryType.class, value); |
| 554 |
|
} |
| 555 |
|
|
| 556 |
|
|
| 557 |
|
|
| 558 |
|
|
| 559 |
|
|
| 560 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "source", scope = EntryType.class) |
| 561 |
|
public JAXBElement<TextType> createEntryTypeSource(TextType value) { |
| 562 |
0 |
return new JAXBElement<TextType>(_EntryTypeSource_QNAME, TextType.class, EntryType.class, value); |
| 563 |
|
} |
| 564 |
|
|
| 565 |
|
|
| 566 |
|
|
| 567 |
|
|
| 568 |
|
|
| 569 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "rights", scope = EntryType.class) |
| 570 |
|
public JAXBElement<TextType> createEntryTypeRights(TextType value) { |
| 571 |
1 |
return new JAXBElement<TextType>(_SourceTypeRights_QNAME, TextType.class, EntryType.class, value); |
| 572 |
|
} |
| 573 |
|
|
| 574 |
|
|
| 575 |
|
|
| 576 |
|
|
| 577 |
|
|
| 578 |
|
@XmlElementDecl(namespace = "http://www.w3.org/2005/Atom", name = "published", scope = EntryType.class) |
| 579 |
|
public JAXBElement<DateTimeType> createEntryTypePublished(DateTimeType value) { |
| 580 |
13 |
return new JAXBElement<DateTimeType>(_EntryTypePublished_QNAME, DateTimeType.class, EntryType.class, value); |
| 581 |
|
} |
| 582 |
|
|
| 583 |
|
} |