| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
package yarfraw.generated.mrss.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.namespace.QName; |
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
@XmlRegistry |
| 32 |
|
public class ObjectFactory { |
| 33 |
|
|
| 34 |
0 |
private final static QName _Copyright_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "copyright"); |
| 35 |
0 |
private final static QName _Hash_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "hash"); |
| 36 |
0 |
private final static QName _Restriction_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "restriction"); |
| 37 |
0 |
private final static QName _Player_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "player"); |
| 38 |
0 |
private final static QName _Keywords_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "keywords"); |
| 39 |
0 |
private final static QName _Text_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "text"); |
| 40 |
0 |
private final static QName _Credit_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "credit"); |
| 41 |
0 |
private final static QName _Group_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "group"); |
| 42 |
0 |
private final static QName _Rating_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "rating"); |
| 43 |
0 |
private final static QName _Valid_QNAME = new QName("http://purl.org/dc/terms/", "valid"); |
| 44 |
0 |
private final static QName _Description_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "description"); |
| 45 |
0 |
private final static QName _Content_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "content"); |
| 46 |
0 |
private final static QName _Thumbnail_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "thumbnail"); |
| 47 |
0 |
private final static QName _Title_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "title"); |
| 48 |
0 |
private final static QName _Category_QNAME = new QName("http://tools.search.yahoo.com/mrss/", "category"); |
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
0 |
public ObjectFactory() { |
| 55 |
0 |
} |
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
public MrssRestrictionType createMrssRestrictionType() { |
| 62 |
0 |
return new MrssRestrictionType(); |
| 63 |
|
} |
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
public MrssCategoryType createMrssCategoryType() { |
| 70 |
0 |
return new MrssCategoryType(); |
| 71 |
|
} |
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
public MrssTextType createMrssTextType() { |
| 78 |
0 |
return new MrssTextType(); |
| 79 |
|
} |
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
public MrssRatingType createMrssRatingType() { |
| 86 |
0 |
return new MrssRatingType(); |
| 87 |
|
} |
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
public MrssContentType createMrssContentType() { |
| 94 |
0 |
return new MrssContentType(); |
| 95 |
|
} |
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
public MrssCopyrightType createMrssCopyrightType() { |
| 102 |
0 |
return new MrssCopyrightType(); |
| 103 |
|
} |
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
public MrssThumbnailType createMrssThumbnailType() { |
| 110 |
0 |
return new MrssThumbnailType(); |
| 111 |
|
} |
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
public MrssCreditType createMrssCreditType() { |
| 118 |
0 |
return new MrssCreditType(); |
| 119 |
|
} |
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
public MrssHashType createMrssHashType() { |
| 126 |
0 |
return new MrssHashType(); |
| 127 |
|
} |
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
public MrssGroupType createMrssGroupType() { |
| 134 |
0 |
return new MrssGroupType(); |
| 135 |
|
} |
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
public MrssDescriptionType createMrssDescriptionType() { |
| 142 |
0 |
return new MrssDescriptionType(); |
| 143 |
|
} |
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
public MrssPlayerType createMrssPlayerType() { |
| 150 |
0 |
return new MrssPlayerType(); |
| 151 |
|
} |
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
public MrssExtension createMrssExtension() { |
| 158 |
0 |
return new MrssExtension(); |
| 159 |
|
} |
| 160 |
|
|
| 161 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
public MrssTitleType createMrssTitleType() { |
| 166 |
0 |
return new MrssTitleType(); |
| 167 |
|
} |
| 168 |
|
|
| 169 |
|
|
| 170 |
|
|
| 171 |
|
|
| 172 |
|
|
| 173 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "copyright") |
| 174 |
|
public JAXBElement<MrssCopyrightType> createCopyright(MrssCopyrightType value) { |
| 175 |
0 |
return new JAXBElement<MrssCopyrightType>(_Copyright_QNAME, MrssCopyrightType.class, null, value); |
| 176 |
|
} |
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "hash") |
| 183 |
|
public JAXBElement<MrssHashType> createHash(MrssHashType value) { |
| 184 |
0 |
return new JAXBElement<MrssHashType>(_Hash_QNAME, MrssHashType.class, null, value); |
| 185 |
|
} |
| 186 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "restriction") |
| 192 |
|
public JAXBElement<MrssRestrictionType> createRestriction(MrssRestrictionType value) { |
| 193 |
0 |
return new JAXBElement<MrssRestrictionType>(_Restriction_QNAME, MrssRestrictionType.class, null, value); |
| 194 |
|
} |
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "player") |
| 201 |
|
public JAXBElement<MrssPlayerType> createPlayer(MrssPlayerType value) { |
| 202 |
0 |
return new JAXBElement<MrssPlayerType>(_Player_QNAME, MrssPlayerType.class, null, value); |
| 203 |
|
} |
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "keywords") |
| 210 |
|
public JAXBElement<String> createKeywords(String value) { |
| 211 |
0 |
return new JAXBElement<String>(_Keywords_QNAME, String.class, null, value); |
| 212 |
|
} |
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "text") |
| 219 |
|
public JAXBElement<MrssTextType> createText(MrssTextType value) { |
| 220 |
0 |
return new JAXBElement<MrssTextType>(_Text_QNAME, MrssTextType.class, null, value); |
| 221 |
|
} |
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "credit") |
| 228 |
|
public JAXBElement<MrssCreditType> createCredit(MrssCreditType value) { |
| 229 |
0 |
return new JAXBElement<MrssCreditType>(_Credit_QNAME, MrssCreditType.class, null, value); |
| 230 |
|
} |
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "group") |
| 237 |
|
public JAXBElement<MrssGroupType> createGroup(MrssGroupType value) { |
| 238 |
0 |
return new JAXBElement<MrssGroupType>(_Group_QNAME, MrssGroupType.class, null, value); |
| 239 |
|
} |
| 240 |
|
|
| 241 |
|
|
| 242 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "rating") |
| 246 |
|
public JAXBElement<MrssRatingType> createRating(MrssRatingType value) { |
| 247 |
0 |
return new JAXBElement<MrssRatingType>(_Rating_QNAME, MrssRatingType.class, null, value); |
| 248 |
|
} |
| 249 |
|
|
| 250 |
|
|
| 251 |
|
|
| 252 |
|
|
| 253 |
|
|
| 254 |
|
@XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "valid") |
| 255 |
|
public JAXBElement<String> createValid(String value) { |
| 256 |
0 |
return new JAXBElement<String>(_Valid_QNAME, String.class, null, value); |
| 257 |
|
} |
| 258 |
|
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "description") |
| 264 |
|
public JAXBElement<MrssDescriptionType> createDescription(MrssDescriptionType value) { |
| 265 |
0 |
return new JAXBElement<MrssDescriptionType>(_Description_QNAME, MrssDescriptionType.class, null, value); |
| 266 |
|
} |
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "content") |
| 273 |
|
public JAXBElement<MrssContentType> createContent(MrssContentType value) { |
| 274 |
0 |
return new JAXBElement<MrssContentType>(_Content_QNAME, MrssContentType.class, null, value); |
| 275 |
|
} |
| 276 |
|
|
| 277 |
|
|
| 278 |
|
|
| 279 |
|
|
| 280 |
|
|
| 281 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "thumbnail") |
| 282 |
|
public JAXBElement<MrssThumbnailType> createThumbnail(MrssThumbnailType value) { |
| 283 |
0 |
return new JAXBElement<MrssThumbnailType>(_Thumbnail_QNAME, MrssThumbnailType.class, null, value); |
| 284 |
|
} |
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 288 |
|
|
| 289 |
|
|
| 290 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "title") |
| 291 |
|
public JAXBElement<MrssTitleType> createTitle(MrssTitleType value) { |
| 292 |
0 |
return new JAXBElement<MrssTitleType>(_Title_QNAME, MrssTitleType.class, null, value); |
| 293 |
|
} |
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 297 |
|
|
| 298 |
|
|
| 299 |
|
@XmlElementDecl(namespace = "http://tools.search.yahoo.com/mrss/", name = "category") |
| 300 |
|
public JAXBElement<MrssCategoryType> createCategory(MrssCategoryType value) { |
| 301 |
0 |
return new JAXBElement<MrssCategoryType>(_Category_QNAME, MrssCategoryType.class, null, value); |
| 302 |
|
} |
| 303 |
|
|
| 304 |
|
} |