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

org.purl.dc.terms.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.09.14 at 04:42:29 PM UTC 
//


package org.purl.dc.terms;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;
import org.purl.dc.elements._1.SimpleLiteral;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.purl.dc.terms 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 _Created_QNAME = new QName("http://purl.org/dc/terms/", "created"); private final static QName _Modified_QNAME = new QName("http://purl.org/dc/terms/", "modified"); private final static QName _Alternative_QNAME = new QName("http://purl.org/dc/terms/", "alternative"); private final static QName _TableOfContents_QNAME = new QName("http://purl.org/dc/terms/", "tableOfContents"); private final static QName _Abstract_QNAME = new QName("http://purl.org/dc/terms/", "abstract"); private final static QName _Valid_QNAME = new QName("http://purl.org/dc/terms/", "valid"); private final static QName _Available_QNAME = new QName("http://purl.org/dc/terms/", "available"); private final static QName _Issued_QNAME = new QName("http://purl.org/dc/terms/", "issued"); private final static QName _DateAccepted_QNAME = new QName("http://purl.org/dc/terms/", "dateAccepted"); private final static QName _DateCopyrighted_QNAME = new QName("http://purl.org/dc/terms/", "dateCopyrighted"); private final static QName _DateSubmitted_QNAME = new QName("http://purl.org/dc/terms/", "dateSubmitted"); private final static QName _Extent_QNAME = new QName("http://purl.org/dc/terms/", "extent"); private final static QName _Medium_QNAME = new QName("http://purl.org/dc/terms/", "medium"); private final static QName _IsVersionOf_QNAME = new QName("http://purl.org/dc/terms/", "isVersionOf"); private final static QName _HasVersion_QNAME = new QName("http://purl.org/dc/terms/", "hasVersion"); private final static QName _IsReplacedBy_QNAME = new QName("http://purl.org/dc/terms/", "isReplacedBy"); private final static QName _Replaces_QNAME = new QName("http://purl.org/dc/terms/", "replaces"); private final static QName _IsRequiredBy_QNAME = new QName("http://purl.org/dc/terms/", "isRequiredBy"); private final static QName _Requires_QNAME = new QName("http://purl.org/dc/terms/", "requires"); private final static QName _IsPartOf_QNAME = new QName("http://purl.org/dc/terms/", "isPartOf"); private final static QName _HasPart_QNAME = new QName("http://purl.org/dc/terms/", "hasPart"); private final static QName _IsReferencedBy_QNAME = new QName("http://purl.org/dc/terms/", "isReferencedBy"); private final static QName _References_QNAME = new QName("http://purl.org/dc/terms/", "references"); private final static QName _IsFormatOf_QNAME = new QName("http://purl.org/dc/terms/", "isFormatOf"); private final static QName _HasFormat_QNAME = new QName("http://purl.org/dc/terms/", "hasFormat"); private final static QName _ConformsTo_QNAME = new QName("http://purl.org/dc/terms/", "conformsTo"); private final static QName _Spatial_QNAME = new QName("http://purl.org/dc/terms/", "spatial"); private final static QName _Temporal_QNAME = new QName("http://purl.org/dc/terms/", "temporal"); private final static QName _Audience_QNAME = new QName("http://purl.org/dc/terms/", "audience"); private final static QName _Mediator_QNAME = new QName("http://purl.org/dc/terms/", "mediator"); private final static QName _EducationLevel_QNAME = new QName("http://purl.org/dc/terms/", "educationLevel"); private final static QName _AccessRights_QNAME = new QName("http://purl.org/dc/terms/", "accessRights"); private final static QName _BibliographicCitation_QNAME = new QName("http://purl.org/dc/terms/", "bibliographicCitation"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.purl.dc.terms * */ public ObjectFactory() { } /** * Create an instance of {@link LCSH } * */ public LCSH createLCSH() { return new LCSH(); } /** * Create an instance of {@link MESH } * */ public MESH createMESH() { return new MESH(); } /** * Create an instance of {@link DDC } * */ public DDC createDDC() { return new DDC(); } /** * Create an instance of {@link LCC } * */ public LCC createLCC() { return new LCC(); } /** * Create an instance of {@link UDC } * */ public UDC createUDC() { return new UDC(); } /** * Create an instance of {@link Period } * */ public Period createPeriod() { return new Period(); } /** * Create an instance of {@link W3CDTF } * */ public W3CDTF createW3CDTF() { return new W3CDTF(); } /** * Create an instance of {@link DCMIType } * */ public DCMIType createDCMIType() { return new DCMIType(); } /** * Create an instance of {@link IMT } * */ public IMT createIMT() { return new IMT(); } /** * Create an instance of {@link URI } * */ public URI createURI() { return new URI(); } /** * Create an instance of {@link ISO6392 } * */ public ISO6392 createISO6392() { return new ISO6392(); } /** * Create an instance of {@link RFC1766 } * */ public RFC1766 createRFC1766() { return new RFC1766(); } /** * Create an instance of {@link RFC3066 } * */ public RFC3066 createRFC3066() { return new RFC3066(); } /** * Create an instance of {@link Point } * */ public Point createPoint() { return new Point(); } /** * Create an instance of {@link ISO3166 } * */ public ISO3166 createISO3166() { return new ISO3166(); } /** * Create an instance of {@link Box } * */ public Box createBox() { return new Box(); } /** * Create an instance of {@link TGN } * */ public TGN createTGN() { return new TGN(); } /** * Create an instance of {@link ElementOrRefinementContainer } * */ public ElementOrRefinementContainer createElementOrRefinementContainer() { return new ElementOrRefinementContainer(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "created", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createCreated(SimpleLiteral value) { return new JAXBElement(_Created_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "modified", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createModified(SimpleLiteral value) { return new JAXBElement(_Modified_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "alternative", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "title") public JAXBElement createAlternative(SimpleLiteral value) { return new JAXBElement(_Alternative_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "tableOfContents", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "description") public JAXBElement createTableOfContents(SimpleLiteral value) { return new JAXBElement(_TableOfContents_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "abstract", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "description") public JAXBElement createAbstract(SimpleLiteral value) { return new JAXBElement(_Abstract_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "valid", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createValid(SimpleLiteral value) { return new JAXBElement(_Valid_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "available", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createAvailable(SimpleLiteral value) { return new JAXBElement(_Available_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "issued", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createIssued(SimpleLiteral value) { return new JAXBElement(_Issued_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "dateAccepted", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createDateAccepted(SimpleLiteral value) { return new JAXBElement(_DateAccepted_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "dateCopyrighted", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createDateCopyrighted(SimpleLiteral value) { return new JAXBElement(_DateCopyrighted_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "dateSubmitted", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "date") public JAXBElement createDateSubmitted(SimpleLiteral value) { return new JAXBElement(_DateSubmitted_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "extent", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "format") public JAXBElement createExtent(SimpleLiteral value) { return new JAXBElement(_Extent_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "medium", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "format") public JAXBElement createMedium(SimpleLiteral value) { return new JAXBElement(_Medium_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "isVersionOf", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createIsVersionOf(SimpleLiteral value) { return new JAXBElement(_IsVersionOf_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "hasVersion", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createHasVersion(SimpleLiteral value) { return new JAXBElement(_HasVersion_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "isReplacedBy", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createIsReplacedBy(SimpleLiteral value) { return new JAXBElement(_IsReplacedBy_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "replaces", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createReplaces(SimpleLiteral value) { return new JAXBElement(_Replaces_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "isRequiredBy", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createIsRequiredBy(SimpleLiteral value) { return new JAXBElement(_IsRequiredBy_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "requires", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createRequires(SimpleLiteral value) { return new JAXBElement(_Requires_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "isPartOf", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createIsPartOf(SimpleLiteral value) { return new JAXBElement(_IsPartOf_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "hasPart", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createHasPart(SimpleLiteral value) { return new JAXBElement(_HasPart_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "isReferencedBy", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createIsReferencedBy(SimpleLiteral value) { return new JAXBElement(_IsReferencedBy_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "references", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createReferences(SimpleLiteral value) { return new JAXBElement(_References_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "isFormatOf", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createIsFormatOf(SimpleLiteral value) { return new JAXBElement(_IsFormatOf_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "hasFormat", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createHasFormat(SimpleLiteral value) { return new JAXBElement(_HasFormat_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "conformsTo", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "relation") public JAXBElement createConformsTo(SimpleLiteral value) { return new JAXBElement(_ConformsTo_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "spatial", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "coverage") public JAXBElement createSpatial(SimpleLiteral value) { return new JAXBElement(_Spatial_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "temporal", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "coverage") public JAXBElement createTemporal(SimpleLiteral value) { return new JAXBElement(_Temporal_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "audience", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "any") public JAXBElement createAudience(SimpleLiteral value) { return new JAXBElement(_Audience_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "mediator", substitutionHeadNamespace = "http://purl.org/dc/terms/", substitutionHeadName = "audience") public JAXBElement createMediator(SimpleLiteral value) { return new JAXBElement(_Mediator_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "educationLevel", substitutionHeadNamespace = "http://purl.org/dc/terms/", substitutionHeadName = "audience") public JAXBElement createEducationLevel(SimpleLiteral value) { return new JAXBElement(_EducationLevel_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "accessRights", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "rights") public JAXBElement createAccessRights(SimpleLiteral value) { return new JAXBElement(_AccessRights_QNAME, SimpleLiteral.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SimpleLiteral }{@code >} */ @XmlElementDecl(namespace = "http://purl.org/dc/terms/", name = "bibliographicCitation", substitutionHeadNamespace = "http://purl.org/dc/elements/1.1/", substitutionHeadName = "identifier") public JAXBElement createBibliographicCitation(SimpleLiteral value) { return new JAXBElement(_BibliographicCitation_QNAME, SimpleLiteral.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy