org.mitre.cybox.objects.pdf.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.11.01 at 11:48:17 AM PST
//
package org.mitre.cybox.objects.pdf;
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 org.mitre.cybox.objects.pdf 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 _PDFFile_QNAME = new QName("http://cybox.mitre.org/objects#PDFFileObject-1", "PDF_File");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mitre.cybox.objects.pdf
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link PDFFileObjectType }
*
*/
public PDFFileObjectType createPDFFileObjectType() {
return new PDFFileObjectType();
}
/**
* Create an instance of {@link PDFXRefTableListType }
*
*/
public PDFXRefTableListType createPDFXRefTableListType() {
return new PDFXRefTableListType();
}
/**
* Create an instance of {@link PDFXRefTableType }
*
*/
public PDFXRefTableType createPDFXRefTableType() {
return new PDFXRefTableType();
}
/**
* Create an instance of {@link PDFXrefTableSubsectionListType }
*
*/
public PDFXrefTableSubsectionListType createPDFXrefTableSubsectionListType() {
return new PDFXrefTableSubsectionListType();
}
/**
* Create an instance of {@link PDFXrefTableSubsectionType }
*
*/
public PDFXrefTableSubsectionType createPDFXrefTableSubsectionType() {
return new PDFXrefTableSubsectionType();
}
/**
* Create an instance of {@link PDFTrailerListType }
*
*/
public PDFTrailerListType createPDFTrailerListType() {
return new PDFTrailerListType();
}
/**
* Create an instance of {@link PDFTrailerType }
*
*/
public PDFTrailerType createPDFTrailerType() {
return new PDFTrailerType();
}
/**
* Create an instance of {@link PDFFileIDType }
*
*/
public PDFFileIDType createPDFFileIDType() {
return new PDFFileIDType();
}
/**
* Create an instance of {@link PDFIndirectObjectListType }
*
*/
public PDFIndirectObjectListType createPDFIndirectObjectListType() {
return new PDFIndirectObjectListType();
}
/**
* Create an instance of {@link PDFIndirectObjectType }
*
*/
public PDFIndirectObjectType createPDFIndirectObjectType() {
return new PDFIndirectObjectType();
}
/**
* Create an instance of {@link PDFIndirectObjectIDType }
*
*/
public PDFIndirectObjectIDType createPDFIndirectObjectIDType() {
return new PDFIndirectObjectIDType();
}
/**
* Create an instance of {@link PDFIndirectObjectContentsType }
*
*/
public PDFIndirectObjectContentsType createPDFIndirectObjectContentsType() {
return new PDFIndirectObjectContentsType();
}
/**
* Create an instance of {@link PDFStreamType }
*
*/
public PDFStreamType createPDFStreamType() {
return new PDFStreamType();
}
/**
* Create an instance of {@link PDFDocumentInformationDictionaryType }
*
*/
public PDFDocumentInformationDictionaryType createPDFDocumentInformationDictionaryType() {
return new PDFDocumentInformationDictionaryType();
}
/**
* Create an instance of {@link PDFXrefEntryListType }
*
*/
public PDFXrefEntryListType createPDFXrefEntryListType() {
return new PDFXrefEntryListType();
}
/**
* Create an instance of {@link PDFXrefEntryType }
*
*/
public PDFXrefEntryType createPDFXrefEntryType() {
return new PDFXrefEntryType();
}
/**
* Create an instance of {@link PDFDictionaryType }
*
*/
public PDFDictionaryType createPDFDictionaryType() {
return new PDFDictionaryType();
}
/**
* Create an instance of {@link PDFFileMetadataType }
*
*/
public PDFFileMetadataType createPDFFileMetadataType() {
return new PDFFileMetadataType();
}
/**
* Create an instance of {@link PDFKeywordCountsType }
*
*/
public PDFKeywordCountsType createPDFKeywordCountsType() {
return new PDFKeywordCountsType();
}
/**
* Create an instance of {@link PDFKeywordCountType }
*
*/
public PDFKeywordCountType createPDFKeywordCountType() {
return new PDFKeywordCountType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link PDFFileObjectType }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://cybox.mitre.org/objects#PDFFileObject-1", name = "PDF_File")
public JAXBElement createPDFFile(PDFFileObjectType value) {
return new JAXBElement(_PDFFile_QNAME, PDFFileObjectType.class, null, value);
}
}