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

org.mitre.cybox.objects.network.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.network;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import org.mitre.cybox.common.IntegerObjectPropertyType;
import org.mitre.cybox.common.StringObjectPropertyType;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.mitre.cybox.objects.network 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 _NetworkConnection_QNAME = new QName("http://cybox.mitre.org/objects#NetworkConnectionObject-2", "Network_Connection"); private final static QName _NetworkFlowObject_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Network_Flow_Object"); private final static QName _NetworkPacket_QNAME = new QName("http://cybox.mitre.org/objects#PacketObject-2", "Network_Packet"); private final static QName _NetworkRouteEntry_QNAME = new QName("http://cybox.mitre.org/objects#NetworkRouteEntryObject-2", "Network_Route_Entry"); private final static QName _NetworkRouteObject_QNAME = new QName("http://cybox.mitre.org/objects#NetworkRouteObject-2", "Network_Route_Object"); private final static QName _NetworkSocket_QNAME = new QName("http://cybox.mitre.org/objects#NetworkSocketObject-2", "Network_Socket"); private final static QName _NetworkSubnet_QNAME = new QName("http://cybox.mitre.org/objects#NetworkSubnetObject-2", "Network_Subnet"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeEnterpriseBit_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Scope_Enterprise_Bit"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeInformationElementID_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Scope_Information_Element_ID"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeFieldLength_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Scope_Field_Length"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeEnterpriseNumber_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Scope_Enterprise_Number"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionEnterpriseBit_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Option_Enterprise_Bit"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionInformationElementID_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Option_Information_Element_ID"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionFieldLength_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Option_Field_Length"); private final static QName _IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionEnterpriseNumber_QNAME = new QName("http://cybox.mitre.org/objects#NetworkFlowObject-2", "Option_Enterprise_Number"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mitre.cybox.objects.network * */ public ObjectFactory() { } /** * Create an instance of {@link NetworkConnectionObjectType } * */ public NetworkConnectionObjectType createNetworkConnectionObjectType() { return new NetworkConnectionObjectType(); } /** * Create an instance of {@link Layer7ConnectionsType } * */ public Layer7ConnectionsType createLayer7ConnectionsType() { return new Layer7ConnectionsType(); } /** * Create an instance of {@link Layer3ProtocolType } * */ public Layer3ProtocolType createLayer3ProtocolType() { return new Layer3ProtocolType(); } /** * Create an instance of {@link Layer7ProtocolType } * */ public Layer7ProtocolType createLayer7ProtocolType() { return new Layer7ProtocolType(); } /** * Create an instance of {@link NetworkFlowObjectType } * */ public NetworkFlowObjectType createNetworkFlowObjectType() { return new NetworkFlowObjectType(); } /** * Create an instance of {@link NetworkLayerInfoType } * */ public NetworkLayerInfoType createNetworkLayerInfoType() { return new NetworkLayerInfoType(); } /** * Create an instance of {@link NetworkFlowLabelType } * */ public NetworkFlowLabelType createNetworkFlowLabelType() { return new NetworkFlowLabelType(); } /** * Create an instance of {@link UnidirectionalRecordType } * */ public UnidirectionalRecordType createUnidirectionalRecordType() { return new UnidirectionalRecordType(); } /** * Create an instance of {@link BidirectionalRecordType } * */ public BidirectionalRecordType createBidirectionalRecordType() { return new BidirectionalRecordType(); } /** * Create an instance of {@link IPFIXMessageType } * */ public IPFIXMessageType createIPFIXMessageType() { return new IPFIXMessageType(); } /** * Create an instance of {@link IPFIXMessageHeaderType } * */ public IPFIXMessageHeaderType createIPFIXMessageHeaderType() { return new IPFIXMessageHeaderType(); } /** * Create an instance of {@link IPFIXSetType } * */ public IPFIXSetType createIPFIXSetType() { return new IPFIXSetType(); } /** * Create an instance of {@link IPFIXTemplateSetType } * */ public IPFIXTemplateSetType createIPFIXTemplateSetType() { return new IPFIXTemplateSetType(); } /** * Create an instance of {@link IPFIXOptionsTemplateSetType } * */ public IPFIXOptionsTemplateSetType createIPFIXOptionsTemplateSetType() { return new IPFIXOptionsTemplateSetType(); } /** * Create an instance of {@link IPFIXDataSetType } * */ public IPFIXDataSetType createIPFIXDataSetType() { return new IPFIXDataSetType(); } /** * Create an instance of {@link IPFIXSetHeaderType } * */ public IPFIXSetHeaderType createIPFIXSetHeaderType() { return new IPFIXSetHeaderType(); } /** * Create an instance of {@link IPFIXTemplateRecordType } * */ public IPFIXTemplateRecordType createIPFIXTemplateRecordType() { return new IPFIXTemplateRecordType(); } /** * Create an instance of {@link IPFIXTemplateRecordHeaderType } * */ public IPFIXTemplateRecordHeaderType createIPFIXTemplateRecordHeaderType() { return new IPFIXTemplateRecordHeaderType(); } /** * Create an instance of {@link IPFIXTemplateRecordFieldSpecifiersType } * */ public IPFIXTemplateRecordFieldSpecifiersType createIPFIXTemplateRecordFieldSpecifiersType() { return new IPFIXTemplateRecordFieldSpecifiersType(); } /** * Create an instance of {@link IPFIXOptionsTemplateRecordType } * */ public IPFIXOptionsTemplateRecordType createIPFIXOptionsTemplateRecordType() { return new IPFIXOptionsTemplateRecordType(); } /** * Create an instance of {@link IPFIXOptionsTemplateRecordHeaderType } * */ public IPFIXOptionsTemplateRecordHeaderType createIPFIXOptionsTemplateRecordHeaderType() { return new IPFIXOptionsTemplateRecordHeaderType(); } /** * Create an instance of {@link IPFIXOptionsTemplateRecordFieldSpecifiersType } * */ public IPFIXOptionsTemplateRecordFieldSpecifiersType createIPFIXOptionsTemplateRecordFieldSpecifiersType() { return new IPFIXOptionsTemplateRecordFieldSpecifiersType(); } /** * Create an instance of {@link IPFIXDataRecordType } * */ public IPFIXDataRecordType createIPFIXDataRecordType() { return new IPFIXDataRecordType(); } /** * Create an instance of {@link NetflowV9ExportPacketType } * */ public NetflowV9ExportPacketType createNetflowV9ExportPacketType() { return new NetflowV9ExportPacketType(); } /** * Create an instance of {@link NetflowV9PacketHeaderType } * */ public NetflowV9PacketHeaderType createNetflowV9PacketHeaderType() { return new NetflowV9PacketHeaderType(); } /** * Create an instance of {@link NetflowV9FlowSetType } * */ public NetflowV9FlowSetType createNetflowV9FlowSetType() { return new NetflowV9FlowSetType(); } /** * Create an instance of {@link NetflowV9TemplateFlowSetType } * */ public NetflowV9TemplateFlowSetType createNetflowV9TemplateFlowSetType() { return new NetflowV9TemplateFlowSetType(); } /** * Create an instance of {@link NetflowV9TemplateRecordType } * */ public NetflowV9TemplateRecordType createNetflowV9TemplateRecordType() { return new NetflowV9TemplateRecordType(); } /** * Create an instance of {@link NetflowV9FieldType } * */ public NetflowV9FieldType createNetflowV9FieldType() { return new NetflowV9FieldType(); } /** * Create an instance of {@link NetflowV9OptionsTemplateFlowSetType } * */ public NetflowV9OptionsTemplateFlowSetType createNetflowV9OptionsTemplateFlowSetType() { return new NetflowV9OptionsTemplateFlowSetType(); } /** * Create an instance of {@link NetflowV9OptionsTemplateRecordType } * */ public NetflowV9OptionsTemplateRecordType createNetflowV9OptionsTemplateRecordType() { return new NetflowV9OptionsTemplateRecordType(); } /** * Create an instance of {@link NetflowV9ScopeFieldType } * */ public NetflowV9ScopeFieldType createNetflowV9ScopeFieldType() { return new NetflowV9ScopeFieldType(); } /** * Create an instance of {@link NetflowV9DataFlowSetType } * */ public NetflowV9DataFlowSetType createNetflowV9DataFlowSetType() { return new NetflowV9DataFlowSetType(); } /** * Create an instance of {@link NetflowV9DataRecordType } * */ public NetflowV9DataRecordType createNetflowV9DataRecordType() { return new NetflowV9DataRecordType(); } /** * Create an instance of {@link FlowDataRecordType } * */ public FlowDataRecordType createFlowDataRecordType() { return new FlowDataRecordType(); } /** * Create an instance of {@link FlowCollectionElementType } * */ public FlowCollectionElementType createFlowCollectionElementType() { return new FlowCollectionElementType(); } /** * Create an instance of {@link OptionsDataRecordType } * */ public OptionsDataRecordType createOptionsDataRecordType() { return new OptionsDataRecordType(); } /** * Create an instance of {@link OptionCollectionElementType } * */ public OptionCollectionElementType createOptionCollectionElementType() { return new OptionCollectionElementType(); } /** * Create an instance of {@link NetflowV5PacketType } * */ public NetflowV5PacketType createNetflowV5PacketType() { return new NetflowV5PacketType(); } /** * Create an instance of {@link NetflowV5FlowHeaderType } * */ public NetflowV5FlowHeaderType createNetflowV5FlowHeaderType() { return new NetflowV5FlowHeaderType(); } /** * Create an instance of {@link NetflowV5FlowRecordType } * */ public NetflowV5FlowRecordType createNetflowV5FlowRecordType() { return new NetflowV5FlowRecordType(); } /** * Create an instance of {@link SiLKRecordType } * */ public SiLKRecordType createSiLKRecordType() { return new SiLKRecordType(); } /** * Create an instance of {@link SiLKFlowAttributesType } * */ public SiLKFlowAttributesType createSiLKFlowAttributesType() { return new SiLKFlowAttributesType(); } /** * Create an instance of {@link SiLKAddressType } * */ public SiLKAddressType createSiLKAddressType() { return new SiLKAddressType(); } /** * Create an instance of {@link SiLKCountryCodeType } * */ public SiLKCountryCodeType createSiLKCountryCodeType() { return new SiLKCountryCodeType(); } /** * Create an instance of {@link SiLKSensorInfoType } * */ public SiLKSensorInfoType createSiLKSensorInfoType() { return new SiLKSensorInfoType(); } /** * Create an instance of {@link SiLKDirectionType } * */ public SiLKDirectionType createSiLKDirectionType() { return new SiLKDirectionType(); } /** * Create an instance of {@link SiLKSensorClassType } * */ public SiLKSensorClassType createSiLKSensorClassType() { return new SiLKSensorClassType(); } /** * Create an instance of {@link YAFRecordType } * */ public YAFRecordType createYAFRecordType() { return new YAFRecordType(); } /** * Create an instance of {@link YAFFlowType } * */ public YAFFlowType createYAFFlowType() { return new YAFFlowType(); } /** * Create an instance of {@link YAFReverseFlowType } * */ public YAFReverseFlowType createYAFReverseFlowType() { return new YAFReverseFlowType(); } /** * Create an instance of {@link YAFTCPFlowType } * */ public YAFTCPFlowType createYAFTCPFlowType() { return new YAFTCPFlowType(); } /** * Create an instance of {@link NetworkPacketObjectType } * */ public NetworkPacketObjectType createNetworkPacketObjectType() { return new NetworkPacketObjectType(); } /** * Create an instance of {@link LinkLayerType } * */ public LinkLayerType createLinkLayerType() { return new LinkLayerType(); } /** * Create an instance of {@link PhysicalInterfaceType } * */ public PhysicalInterfaceType createPhysicalInterfaceType() { return new PhysicalInterfaceType(); } /** * Create an instance of {@link LogicalProtocolType } * */ public LogicalProtocolType createLogicalProtocolType() { return new LogicalProtocolType(); } /** * Create an instance of {@link EthernetInterfaceType } * */ public EthernetInterfaceType createEthernetInterfaceType() { return new EthernetInterfaceType(); } /** * Create an instance of {@link EthernetHeaderType } * */ public EthernetHeaderType createEthernetHeaderType() { return new EthernetHeaderType(); } /** * Create an instance of {@link TypeLengthType } * */ public TypeLengthType createTypeLengthType() { return new TypeLengthType(); } /** * Create an instance of {@link ARPType } * */ public ARPType createARPType() { return new ARPType(); } /** * Create an instance of {@link ARPOpType } * */ public ARPOpType createARPOpType() { return new ARPOpType(); } /** * Create an instance of {@link NDPType } * */ public NDPType createNDPType() { return new NDPType(); } /** * Create an instance of {@link RouterSolicitationType } * */ public RouterSolicitationType createRouterSolicitationType() { return new RouterSolicitationType(); } /** * Create an instance of {@link RouterSolicitationOptionsType } * */ public RouterSolicitationOptionsType createRouterSolicitationOptionsType() { return new RouterSolicitationOptionsType(); } /** * Create an instance of {@link RouterAdvertisementType } * */ public RouterAdvertisementType createRouterAdvertisementType() { return new RouterAdvertisementType(); } /** * Create an instance of {@link RouterAdvertisementOptionsType } * */ public RouterAdvertisementOptionsType createRouterAdvertisementOptionsType() { return new RouterAdvertisementOptionsType(); } /** * Create an instance of {@link NeighborSolicitationType } * */ public NeighborSolicitationType createNeighborSolicitationType() { return new NeighborSolicitationType(); } /** * Create an instance of {@link NeighborSolicitationOptionsType } * */ public NeighborSolicitationOptionsType createNeighborSolicitationOptionsType() { return new NeighborSolicitationOptionsType(); } /** * Create an instance of {@link NeighborAdvertisementType } * */ public NeighborAdvertisementType createNeighborAdvertisementType() { return new NeighborAdvertisementType(); } /** * Create an instance of {@link NeighborOptionsType } * */ public NeighborOptionsType createNeighborOptionsType() { return new NeighborOptionsType(); } /** * Create an instance of {@link RedirectType } * */ public RedirectType createRedirectType() { return new RedirectType(); } /** * Create an instance of {@link RedirectOptionsType } * */ public RedirectOptionsType createRedirectOptionsType() { return new RedirectOptionsType(); } /** * Create an instance of {@link NDPLinkAddrType } * */ public NDPLinkAddrType createNDPLinkAddrType() { return new NDPLinkAddrType(); } /** * Create an instance of {@link NDPPrefixInfoType } * */ public NDPPrefixInfoType createNDPPrefixInfoType() { return new NDPPrefixInfoType(); } /** * Create an instance of {@link NDPRedirectedHeaderType } * */ public NDPRedirectedHeaderType createNDPRedirectedHeaderType() { return new NDPRedirectedHeaderType(); } /** * Create an instance of {@link NDPMTUType } * */ public NDPMTUType createNDPMTUType() { return new NDPMTUType(); } /** * Create an instance of {@link InternetLayerType } * */ public InternetLayerType createInternetLayerType() { return new InternetLayerType(); } /** * Create an instance of {@link IPv4PacketType } * */ public IPv4PacketType createIPv4PacketType() { return new IPv4PacketType(); } /** * Create an instance of {@link IPv4HeaderType } * */ public IPv4HeaderType createIPv4HeaderType() { return new IPv4HeaderType(); } /** * Create an instance of {@link IPv4FlagsType } * */ public IPv4FlagsType createIPv4FlagsType() { return new IPv4FlagsType(); } /** * Create an instance of {@link DoNotFragmentType } * */ public DoNotFragmentType createDoNotFragmentType() { return new DoNotFragmentType(); } /** * Create an instance of {@link MoreFragmentsType } * */ public MoreFragmentsType createMoreFragmentsType() { return new MoreFragmentsType(); } /** * Create an instance of {@link IPv4OptionType } * */ public IPv4OptionType createIPv4OptionType() { return new IPv4OptionType(); } /** * Create an instance of {@link IPv4CopyFlagType } * */ public IPv4CopyFlagType createIPv4CopyFlagType() { return new IPv4CopyFlagType(); } /** * Create an instance of {@link IPv4ClassType } * */ public IPv4ClassType createIPv4ClassType() { return new IPv4ClassType(); } /** * Create an instance of {@link IPv4OptionsType } * */ public IPv4OptionsType createIPv4OptionsType() { return new IPv4OptionsType(); } /** * Create an instance of {@link IPv6PacketType } * */ public IPv6PacketType createIPv6PacketType() { return new IPv6PacketType(); } /** * Create an instance of {@link IPv6HeaderType } * */ public IPv6HeaderType createIPv6HeaderType() { return new IPv6HeaderType(); } /** * Create an instance of {@link IPv6ExtHeaderType } * */ public IPv6ExtHeaderType createIPv6ExtHeaderType() { return new IPv6ExtHeaderType(); } /** * Create an instance of {@link IPv6DoNotRecogActionType } * */ public IPv6DoNotRecogActionType createIPv6DoNotRecogActionType() { return new IPv6DoNotRecogActionType(); } /** * Create an instance of {@link IPv6PacketChangeType } * */ public IPv6PacketChangeType createIPv6PacketChangeType() { return new IPv6PacketChangeType(); } /** * Create an instance of {@link IPv6OptionType } * */ public IPv6OptionType createIPv6OptionType() { return new IPv6OptionType(); } /** * Create an instance of {@link IPVersionType } * */ public IPVersionType createIPVersionType() { return new IPVersionType(); } /** * Create an instance of {@link TransportLayerType } * */ public TransportLayerType createTransportLayerType() { return new TransportLayerType(); } /** * Create an instance of {@link TCPType } * */ public TCPType createTCPType() { return new TCPType(); } /** * Create an instance of {@link UDPType } * */ public UDPType createUDPType() { return new UDPType(); } /** * Create an instance of {@link TCPHeaderType } * */ public TCPHeaderType createTCPHeaderType() { return new TCPHeaderType(); } /** * Create an instance of {@link TCPFlagsType } * */ public TCPFlagsType createTCPFlagsType() { return new TCPFlagsType(); } /** * Create an instance of {@link UDPHeaderType } * */ public UDPHeaderType createUDPHeaderType() { return new UDPHeaderType(); } /** * Create an instance of {@link IANAHardwareType } * */ public IANAHardwareType createIANAHardwareType() { return new IANAHardwareType(); } /** * Create an instance of {@link IANAEtherType } * */ public IANAEtherType createIANAEtherType() { return new IANAEtherType(); } /** * Create an instance of {@link IANAAssignedIPNumbersType } * */ public IANAAssignedIPNumbersType createIANAAssignedIPNumbersType() { return new IANAAssignedIPNumbersType(); } /** * Create an instance of {@link IANAPortNumberRegistryType } * */ public IANAPortNumberRegistryType createIANAPortNumberRegistryType() { return new IANAPortNumberRegistryType(); } /** * Create an instance of {@link ICMPv4PacketType } * */ public ICMPv4PacketType createICMPv4PacketType() { return new ICMPv4PacketType(); } /** * Create an instance of {@link ICMPv4HeaderType } * */ public ICMPv4HeaderType createICMPv4HeaderType() { return new ICMPv4HeaderType(); } /** * Create an instance of {@link ICMPv4ErrorMessageType } * */ public ICMPv4ErrorMessageType createICMPv4ErrorMessageType() { return new ICMPv4ErrorMessageType(); } /** * Create an instance of {@link ICMPv4ErrorMessageContentType } * */ public ICMPv4ErrorMessageContentType createICMPv4ErrorMessageContentType() { return new ICMPv4ErrorMessageContentType(); } /** * Create an instance of {@link ICMPv4InfoMessageType } * */ public ICMPv4InfoMessageType createICMPv4InfoMessageType() { return new ICMPv4InfoMessageType(); } /** * Create an instance of {@link ICMPv4InfoMessageContentType } * */ public ICMPv4InfoMessageContentType createICMPv4InfoMessageContentType() { return new ICMPv4InfoMessageContentType(); } /** * Create an instance of {@link ICMPv4TracerouteType } * */ public ICMPv4TracerouteType createICMPv4TracerouteType() { return new ICMPv4TracerouteType(); } /** * Create an instance of {@link ICMPv6PacketType } * */ public ICMPv6PacketType createICMPv6PacketType() { return new ICMPv6PacketType(); } /** * Create an instance of {@link ICMPv6HeaderType } * */ public ICMPv6HeaderType createICMPv6HeaderType() { return new ICMPv6HeaderType(); } /** * Create an instance of {@link ICMPv6ErrorMessageType } * */ public ICMPv6ErrorMessageType createICMPv6ErrorMessageType() { return new ICMPv6ErrorMessageType(); } /** * Create an instance of {@link ICMPv6InfoMessageType } * */ public ICMPv6InfoMessageType createICMPv6InfoMessageType() { return new ICMPv6InfoMessageType(); } /** * Create an instance of {@link ICMPv6InfoMessageContentType } * */ public ICMPv6InfoMessageContentType createICMPv6InfoMessageContentType() { return new ICMPv6InfoMessageContentType(); } /** * Create an instance of {@link ICMPv4EchoReplyType } * */ public ICMPv4EchoReplyType createICMPv4EchoReplyType() { return new ICMPv4EchoReplyType(); } /** * Create an instance of {@link ICMPv4DestinationUnreachableType } * */ public ICMPv4DestinationUnreachableType createICMPv4DestinationUnreachableType() { return new ICMPv4DestinationUnreachableType(); } /** * Create an instance of {@link FragmentationRequiredType } * */ public FragmentationRequiredType createFragmentationRequiredType() { return new FragmentationRequiredType(); } /** * Create an instance of {@link ICMPv4SourceQuenchType } * */ public ICMPv4SourceQuenchType createICMPv4SourceQuenchType() { return new ICMPv4SourceQuenchType(); } /** * Create an instance of {@link ICMPv4RedirectMessageType } * */ public ICMPv4RedirectMessageType createICMPv4RedirectMessageType() { return new ICMPv4RedirectMessageType(); } /** * Create an instance of {@link ICMPv4EchoRequestType } * */ public ICMPv4EchoRequestType createICMPv4EchoRequestType() { return new ICMPv4EchoRequestType(); } /** * Create an instance of {@link ICMPv4TimeExceededType } * */ public ICMPv4TimeExceededType createICMPv4TimeExceededType() { return new ICMPv4TimeExceededType(); } /** * Create an instance of {@link ICMPv4TimestampRequestType } * */ public ICMPv4TimestampRequestType createICMPv4TimestampRequestType() { return new ICMPv4TimestampRequestType(); } /** * Create an instance of {@link ICMPv4TimestampReplyType } * */ public ICMPv4TimestampReplyType createICMPv4TimestampReplyType() { return new ICMPv4TimestampReplyType(); } /** * Create an instance of {@link ICMPv4AddressMaskRequestType } * */ public ICMPv4AddressMaskRequestType createICMPv4AddressMaskRequestType() { return new ICMPv4AddressMaskRequestType(); } /** * Create an instance of {@link ICMPv4AddressMaskReplyType } * */ public ICMPv4AddressMaskReplyType createICMPv4AddressMaskReplyType() { return new ICMPv4AddressMaskReplyType(); } /** * Create an instance of {@link ICMPv6DestinationUnreachableType } * */ public ICMPv6DestinationUnreachableType createICMPv6DestinationUnreachableType() { return new ICMPv6DestinationUnreachableType(); } /** * Create an instance of {@link ICMPv6PacketTooBigType } * */ public ICMPv6PacketTooBigType createICMPv6PacketTooBigType() { return new ICMPv6PacketTooBigType(); } /** * Create an instance of {@link ICMPv6TimeExceededType } * */ public ICMPv6TimeExceededType createICMPv6TimeExceededType() { return new ICMPv6TimeExceededType(); } /** * Create an instance of {@link ICMPv6ParameterProblemType } * */ public ICMPv6ParameterProblemType createICMPv6ParameterProblemType() { return new ICMPv6ParameterProblemType(); } /** * Create an instance of {@link ICMPv6EchoRequestType } * */ public ICMPv6EchoRequestType createICMPv6EchoRequestType() { return new ICMPv6EchoRequestType(); } /** * Create an instance of {@link ICMPv6EchoReplyType } * */ public ICMPv6EchoReplyType createICMPv6EchoReplyType() { return new ICMPv6EchoReplyType(); } /** * Create an instance of {@link PrefixType } * */ public PrefixType createPrefixType() { return new PrefixType(); } /** * Create an instance of {@link HopByHopOptionsType } * */ public HopByHopOptionsType createHopByHopOptionsType() { return new HopByHopOptionsType(); } /** * Create an instance of {@link OptionDataType } * */ public OptionDataType createOptionDataType() { return new OptionDataType(); } /** * Create an instance of {@link RoutingType } * */ public RoutingType createRoutingType() { return new RoutingType(); } /** * Create an instance of {@link FragmentType } * */ public FragmentType createFragmentType() { return new FragmentType(); } /** * Create an instance of {@link DestinationOptionsType } * */ public DestinationOptionsType createDestinationOptionsType() { return new DestinationOptionsType(); } /** * Create an instance of {@link AuthenticationHeaderType } * */ public AuthenticationHeaderType createAuthenticationHeaderType() { return new AuthenticationHeaderType(); } /** * Create an instance of {@link EncapsulatingSecurityPayloadType } * */ public EncapsulatingSecurityPayloadType createEncapsulatingSecurityPayloadType() { return new EncapsulatingSecurityPayloadType(); } /** * Create an instance of {@link Pad1Type } * */ public Pad1Type createPad1Type() { return new Pad1Type(); } /** * Create an instance of {@link PadNType } * */ public PadNType createPadNType() { return new PadNType(); } /** * Create an instance of {@link FragmentHeaderType } * */ public FragmentHeaderType createFragmentHeaderType() { return new FragmentHeaderType(); } /** * Create an instance of {@link MFlagType } * */ public MFlagType createMFlagType() { return new MFlagType(); } /** * Create an instance of {@link NetworkRouteEntryObjectType } * */ public NetworkRouteEntryObjectType createNetworkRouteEntryObjectType() { return new NetworkRouteEntryObjectType(); } /** * Create an instance of {@link RouteType } * */ public RouteType createRouteType() { return new RouteType(); } /** * Create an instance of {@link NetRouteObjectType } * */ public NetRouteObjectType createNetRouteObjectType() { return new NetRouteObjectType(); } /** * Create an instance of {@link NetworkRouteEntriesType } * */ public NetworkRouteEntriesType createNetworkRouteEntriesType() { return new NetworkRouteEntriesType(); } /** * Create an instance of {@link NetworkSocketObjectType } * */ public NetworkSocketObjectType createNetworkSocketObjectType() { return new NetworkSocketObjectType(); } /** * Create an instance of {@link SocketOptionsType } * */ public SocketOptionsType createSocketOptionsType() { return new SocketOptionsType(); } /** * Create an instance of {@link AddressFamilyType } * */ public AddressFamilyType createAddressFamilyType() { return new AddressFamilyType(); } /** * Create an instance of {@link DomainFamilyType } * */ public DomainFamilyType createDomainFamilyType() { return new DomainFamilyType(); } /** * Create an instance of {@link SocketType } * */ public SocketType createSocketType() { return new SocketType(); } /** * Create an instance of {@link ProtocolType } * */ public ProtocolType createProtocolType() { return new ProtocolType(); } /** * Create an instance of {@link NetworkSubnetObjectType } * */ public NetworkSubnetObjectType createNetworkSubnetObjectType() { return new NetworkSubnetObjectType(); } /** * Create an instance of {@link RoutesType } * */ public RoutesType createRoutesType() { return new RoutesType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetworkConnectionObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkConnectionObject-2", name = "Network_Connection") public JAXBElement createNetworkConnection(NetworkConnectionObjectType value) { return new JAXBElement(_NetworkConnection_QNAME, NetworkConnectionObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetworkFlowObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Network_Flow_Object") public JAXBElement createNetworkFlowObject(NetworkFlowObjectType value) { return new JAXBElement(_NetworkFlowObject_QNAME, NetworkFlowObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetworkPacketObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#PacketObject-2", name = "Network_Packet") public JAXBElement createNetworkPacket(NetworkPacketObjectType value) { return new JAXBElement(_NetworkPacket_QNAME, NetworkPacketObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetworkRouteEntryObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkRouteEntryObject-2", name = "Network_Route_Entry") public JAXBElement createNetworkRouteEntry(NetworkRouteEntryObjectType value) { return new JAXBElement(_NetworkRouteEntry_QNAME, NetworkRouteEntryObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetRouteObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkRouteObject-2", name = "Network_Route_Object") public JAXBElement createNetworkRouteObject(NetRouteObjectType value) { return new JAXBElement(_NetworkRouteObject_QNAME, NetRouteObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetworkSocketObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkSocketObject-2", name = "Network_Socket") public JAXBElement createNetworkSocket(NetworkSocketObjectType value) { return new JAXBElement(_NetworkSocket_QNAME, NetworkSocketObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link NetworkSubnetObjectType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkSubnetObject-2", name = "Network_Subnet") public JAXBElement createNetworkSubnet(NetworkSubnetObjectType value) { return new JAXBElement(_NetworkSubnet_QNAME, NetworkSubnetObjectType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Scope_Enterprise_Bit", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeEnterpriseBit(Boolean value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeEnterpriseBit_QNAME, Boolean.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StringObjectPropertyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Scope_Information_Element_ID", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeInformationElementID(StringObjectPropertyType value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeInformationElementID_QNAME, StringObjectPropertyType.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link IntegerObjectPropertyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Scope_Field_Length", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeFieldLength(IntegerObjectPropertyType value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeFieldLength_QNAME, IntegerObjectPropertyType.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StringObjectPropertyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Scope_Enterprise_Number", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeEnterpriseNumber(StringObjectPropertyType value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeScopeEnterpriseNumber_QNAME, StringObjectPropertyType.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Option_Enterprise_Bit", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionEnterpriseBit(Boolean value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionEnterpriseBit_QNAME, Boolean.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StringObjectPropertyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Option_Information_Element_ID", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionInformationElementID(StringObjectPropertyType value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionInformationElementID_QNAME, StringObjectPropertyType.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link IntegerObjectPropertyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Option_Field_Length", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionFieldLength(IntegerObjectPropertyType value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionFieldLength_QNAME, IntegerObjectPropertyType.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StringObjectPropertyType }{@code >}} * */ @XmlElementDecl(namespace = "http://cybox.mitre.org/objects#NetworkFlowObject-2", name = "Option_Enterprise_Number", scope = IPFIXOptionsTemplateRecordFieldSpecifiersType.class) public JAXBElement createIPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionEnterpriseNumber(StringObjectPropertyType value) { return new JAXBElement(_IPFIXOptionsTemplateRecordFieldSpecifiersTypeOptionEnterpriseNumber_QNAME, StringObjectPropertyType.class, IPFIXOptionsTemplateRecordFieldSpecifiersType.class, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy