| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
package yarfraw.generated.atom03.ext.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 _Info_QNAME = new QName("http://purl.org/atom/ns#", "info"); |
| 35 |
0 |
private final static QName _Tagline_QNAME = new QName("http://purl.org/atom/ns#", "tagline"); |
| 36 |
0 |
private final static QName _Issued_QNAME = new QName("http://purl.org/atom/ns#", "issued"); |
| 37 |
0 |
private final static QName _Summary_QNAME = new QName("http://purl.org/atom/ns#", "summary"); |
| 38 |
0 |
private final static QName _Content_QNAME = new QName("http://purl.org/atom/ns#", "content"); |
| 39 |
0 |
private final static QName _Title_QNAME = new QName("http://purl.org/atom/ns#", "title"); |
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
0 |
public ObjectFactory() { |
| 46 |
0 |
} |
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
public Atom03Extension createAtom03Extension() { |
| 53 |
0 |
return new Atom03Extension(); |
| 54 |
|
} |
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
public ContentType createContentType() { |
| 61 |
0 |
return new ContentType(); |
| 62 |
|
} |
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
@XmlElementDecl(namespace = "http://purl.org/atom/ns#", name = "info") |
| 69 |
|
public JAXBElement<ContentType> createInfo(ContentType value) { |
| 70 |
0 |
return new JAXBElement<ContentType>(_Info_QNAME, ContentType.class, null, value); |
| 71 |
|
} |
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
@XmlElementDecl(namespace = "http://purl.org/atom/ns#", name = "tagline") |
| 78 |
|
public JAXBElement<ContentType> createTagline(ContentType value) { |
| 79 |
0 |
return new JAXBElement<ContentType>(_Tagline_QNAME, ContentType.class, null, value); |
| 80 |
|
} |
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
@XmlElementDecl(namespace = "http://purl.org/atom/ns#", name = "issued") |
| 87 |
|
public JAXBElement<String> createIssued(String value) { |
| 88 |
0 |
return new JAXBElement<String>(_Issued_QNAME, String.class, null, value); |
| 89 |
|
} |
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
@XmlElementDecl(namespace = "http://purl.org/atom/ns#", name = "summary") |
| 96 |
|
public JAXBElement<ContentType> createSummary(ContentType value) { |
| 97 |
0 |
return new JAXBElement<ContentType>(_Summary_QNAME, ContentType.class, null, value); |
| 98 |
|
} |
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
@XmlElementDecl(namespace = "http://purl.org/atom/ns#", name = "content") |
| 105 |
|
public JAXBElement<ContentType> createContent(ContentType value) { |
| 106 |
0 |
return new JAXBElement<ContentType>(_Content_QNAME, ContentType.class, null, value); |
| 107 |
|
} |
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
@XmlElementDecl(namespace = "http://purl.org/atom/ns#", name = "title") |
| 114 |
|
public JAXBElement<ContentType> createTitle(ContentType value) { |
| 115 |
0 |
return new JAXBElement<ContentType>(_Title_QNAME, ContentType.class, null, value); |
| 116 |
|
} |
| 117 |
|
|
| 118 |
|
} |