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

org.mitre.cybox.objects.unix.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// 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.unix;

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.unix 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 _UnixFile_QNAME = new QName("http://cybox.mitre.org/objects#UnixFileObject-2", "Unix_File"); private final static QName _UnixNetworkRouteEntry_QNAME = new QName("http://cybox.mitre.org/objects#UnixNetworkRouteEntryObject-2", "Unix_Network_Route_Entry"); private final static QName _UnixPipe_QNAME = new QName("http://cybox.mitre.org/objects#UnixPipeObject-2", "Unix_Pipe"); private final static QName _UnixProcess_QNAME = new QName("http://cybox.mitre.org/objects#UnixProcessObject-2", "Unix_Process"); private final static QName _UnixUserAccount_QNAME = new QName("http://cybox.mitre.org/objects#UnixUserAccountObject-2", "Unix_User_Account"); private final static QName _UnixVolume_QNAME = new QName("http://cybox.mitre.org/objects#UnixVolumeObject-2", "Unix_Volume"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mitre.cybox.objects.unix * */ public ObjectFactory() { } /** * Create an instance of {@link UnixFileObjectType } * */ public UnixFileObjectType createUnixFileObjectType() { return new UnixFileObjectType(); } /** * Create an instance of {@link UnixFilePermissionsType } * */ public UnixFilePermissionsType createUnixFilePermissionsType() { return new UnixFilePermissionsType(); } /** * Create an instance of {@link UnixFileType } * */ public UnixFileType createUnixFileType() { return new UnixFileType(); } /** * Create an instance of {@link UnixNetworkRouteEntryObjectType } * */ public UnixNetworkRouteEntryObjectType createUnixNetworkRouteEntryObjectType() { return new UnixNetworkRouteEntryObjectType(); } /** * Create an instance of {@link UnixPipeObjectType } * */ public UnixPipeObjectType createUnixPipeObjectType() { return new UnixPipeObjectType(); } /** * Create an instance of {@link UnixProcessObjectType } * */ public UnixProcessObjectType createUnixProcessObjectType() { return new UnixProcessObjectType(); } /** * Create an instance of {@link UnixProcessStatusType } * */ public UnixProcessStatusType createUnixProcessStatusType() { return new UnixProcessStatusType(); } /** * Create an instance of {@link FileDescriptorListType } * */ public FileDescriptorListType createFileDescriptorListType() { return new FileDescriptorListType(); } /** * Create an instance of {@link UnixProcessStateType } * */ public UnixProcessStateType createUnixProcessStateType() { return new UnixProcessStateType(); } /** * Create an instance of {@link UnixUserAccountObjectType } * */ public UnixUserAccountObjectType createUnixUserAccountObjectType() { return new UnixUserAccountObjectType(); } /** * Create an instance of {@link UnixGroupType } * */ public UnixGroupType createUnixGroupType() { return new UnixGroupType(); } /** * Create an instance of {@link UnixPrivilegeType } * */ public UnixPrivilegeType createUnixPrivilegeType() { return new UnixPrivilegeType(); } /** * Create an instance of {@link UnixVolumeObjectType } * */ public UnixVolumeObjectType createUnixVolumeObjectType() { return new UnixVolumeObjectType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UnixFileObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#UnixFileObject-2", name = "Unix_File") public JAXBElement createUnixFile(UnixFileObjectType value) { return new JAXBElement(_UnixFile_QNAME, UnixFileObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UnixNetworkRouteEntryObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#UnixNetworkRouteEntryObject-2", name = "Unix_Network_Route_Entry") public JAXBElement createUnixNetworkRouteEntry(UnixNetworkRouteEntryObjectType value) { return new JAXBElement(_UnixNetworkRouteEntry_QNAME, UnixNetworkRouteEntryObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UnixPipeObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#UnixPipeObject-2", name = "Unix_Pipe") public JAXBElement createUnixPipe(UnixPipeObjectType value) { return new JAXBElement(_UnixPipe_QNAME, UnixPipeObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UnixProcessObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#UnixProcessObject-2", name = "Unix_Process") public JAXBElement createUnixProcess(UnixProcessObjectType value) { return new JAXBElement(_UnixProcess_QNAME, UnixProcessObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UnixUserAccountObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#UnixUserAccountObject-2", name = "Unix_User_Account") public JAXBElement createUnixUserAccount(UnixUserAccountObjectType value) { return new JAXBElement(_UnixUserAccount_QNAME, UnixUserAccountObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UnixVolumeObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#UnixVolumeObject-2", name = "Unix_Volume") public JAXBElement createUnixVolume(UnixVolumeObjectType value) { return new JAXBElement(_UnixVolume_QNAME, UnixVolumeObjectType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy