net.sf.snmpadaptor4j.core.mapping.jaxb
Class ObjectFactory

java.lang.Object
  extended by net.sf.snmpadaptor4j.core.mapping.jaxb.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sf.snmpadaptor4j.common.mapping.xml.jaxb 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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.snmpadaptor4j.common.mapping.xml.jaxb
 
Method Summary
 GenericTrap createGenericTrap()
          Create an instance of GenericTrap
 Mapping createMapping()
          Create an instance of Mapping
 MBean createMBean()
          Create an instance of MBean
 MBeanAttribute createMBeanAttribute()
          Create an instance of MBeanAttribute
 MBeanAttributes createMBeanAttributes()
          Create an instance of MBeanAttributes
 MBeanNotifications createMBeanNotifications()
          Create an instance of MBeanNotifications
 MBeans createMBeans()
          Create an instance of MBeans
 JAXBElement<Mapping> createSnmpAdaptor4JMapping(Mapping value)
          Create an instance of JAXBElement<Mapping>}
 SpecificTrap createSpecificTrap()
          Create an instance of SpecificTrap
 TrapEnterprise createTrapEnterprise()
          Create an instance of TrapEnterprise
 TrapMessage createTrapMessage()
          Create an instance of TrapMessage
 TrapSequenceNumber createTrapSequenceNumber()
          Create an instance of TrapSequenceNumber
 TrapUserData createTrapUserData()
          Create an instance of TrapUserData
 TrapUserDataEntry createTrapUserDataEntry()
          Create an instance of TrapUserDataEntry
 TrapUserDataMap createTrapUserDataMap()
          Create an instance of TrapUserDataMap
 TrapVariableBindings createTrapVariableBindings()
          Create an instance of TrapVariableBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sf.snmpadaptor4j.common.mapping.xml.jaxb

Method Detail

createMBeanAttribute

public MBeanAttribute createMBeanAttribute()
Create an instance of MBeanAttribute


createTrapUserDataMap

public TrapUserDataMap createTrapUserDataMap()
Create an instance of TrapUserDataMap


createMBeans

public MBeans createMBeans()
Create an instance of MBeans


createMBeanAttributes

public MBeanAttributes createMBeanAttributes()
Create an instance of MBeanAttributes


createTrapMessage

public TrapMessage createTrapMessage()
Create an instance of TrapMessage


createTrapVariableBindings

public TrapVariableBindings createTrapVariableBindings()
Create an instance of TrapVariableBindings


createTrapEnterprise

public TrapEnterprise createTrapEnterprise()
Create an instance of TrapEnterprise


createMapping

public Mapping createMapping()
Create an instance of Mapping


createTrapUserDataEntry

public TrapUserDataEntry createTrapUserDataEntry()
Create an instance of TrapUserDataEntry


createMBeanNotifications

public MBeanNotifications createMBeanNotifications()
Create an instance of MBeanNotifications


createSpecificTrap

public SpecificTrap createSpecificTrap()
Create an instance of SpecificTrap


createTrapSequenceNumber

public TrapSequenceNumber createTrapSequenceNumber()
Create an instance of TrapSequenceNumber


createGenericTrap

public GenericTrap createGenericTrap()
Create an instance of GenericTrap


createTrapUserData

public TrapUserData createTrapUserData()
Create an instance of TrapUserData


createMBean

public MBean createMBean()
Create an instance of MBean


createSnmpAdaptor4JMapping

public JAXBElement<Mapping> createSnmpAdaptor4JMapping(Mapping value)
Create an instance of JAXBElement<Mapping>}



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.