// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016.08.03 at 06:09:57 PM EDT // package net.di2e.jaxb.cdr.describe.cc; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the net.di2e.jaxb.cdr.describe.cc package. * <p>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 _ContentCollection_QNAME = new QName("urn:cdr-ex:describe:cc:1.0", "contentCollection"); private final static QName _Metrics_QNAME = new QName("urn:cdr-ex:describe:cc:1.0", "metrics"); private final static QName _Originator_QNAME = new QName("urn:cdr-ex:describe:cc:1.0", "originator"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.di2e.jaxb.cdr.describe.cc * */ public ObjectFactory() { } /** * Create an instance of {@link ContentCollectionType } * */ public ContentCollectionType createContentCollectionType() { return new ContentCollectionType(); } /** * Create an instance of {@link MetricsType } * */ public MetricsType createMetricsType() { return new MetricsType(); } /** * Create an instance of {@link MimeTypes } * */ public MimeTypes createMimeTypes() { return new MimeTypes(); } /** * Create an instance of {@link MIMETypeType } * */ public MIMETypeType createMIMETypeType() { return new MIMETypeType(); } /** * Create an instance of {@link SearchableFields } * */ public SearchableFields createSearchableFields() { return new SearchableFields(); } /** * Create an instance of {@link DataFieldType } * */ public DataFieldType createDataFieldType() { return new DataFieldType(); } /** * Create an instance of {@link SecurityCoverage } * */ public SecurityCoverage createSecurityCoverage() { return new SecurityCoverage(); } /** * Create an instance of {@link SecurityType } * */ public SecurityType createSecurityType() { return new SecurityType(); } /** * Create an instance of {@link RecordRateType } * */ public RecordRateType createRecordRateType() { return new RecordRateType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ContentCollectionType }{@code >}} * */ @XmlElementDecl(namespace = "urn:cdr-ex:describe:cc:1.0", name = "contentCollection") public JAXBElement<ContentCollectionType> createContentCollection(ContentCollectionType value) { return new JAXBElement<ContentCollectionType>(_ContentCollection_QNAME, ContentCollectionType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link MetricsType }{@code >}} * */ @XmlElementDecl(namespace = "urn:cdr-ex:describe:cc:1.0", name = "metrics") public JAXBElement<MetricsType> createMetrics(MetricsType value) { return new JAXBElement<MetricsType>(_Metrics_QNAME, MetricsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} * */ @XmlElementDecl(namespace = "urn:cdr-ex:describe:cc:1.0", name = "originator") public JAXBElement<String> createOriginator(String value) { return new JAXBElement<String>(_Originator_QNAME, String.class, null, value); } }