org.opennms.netmgt.xml.event
Class ObjectFactory

java.lang.Object
  extended by org.opennms.netmgt.xml.event.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.opennms.xmlns.xsd.event package.

An ObjectFactory allows you to programmatically 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: org.opennms.xmlns.xsd.event
 
Method Summary
 AlarmData createAlarmData()
          Create an instance of AlarmData
 Autoacknowledge createAutoacknowledge()
          Create an instance of Autoacknowledge
 Autoaction createAutoaction()
          Create an instance of Autoaction
 Correlation createCorrelation()
          Create an instance of Correlation
 Event createEvent()
          Create an instance of Event
 EventReceipt createEventReceipt()
          Create an instance of EventReceipt
 Events createEvents()
          Create an instance of Events
 Forward createForward()
          Create an instance of Forward
 Header createHeader()
          Create an instance of Header
 Log createLog()
          Create an instance of Log
 Logmsg createLogmsg()
          Create an instance of Logmsg
 Mask createMask()
          Create an instance of Mask
 Maskelement createMaskelement()
          Create an instance of Maskelement
 Operaction createOperaction()
          Create an instance of Operaction
 Parm createParm()
          Create an instance of Parm
 Parms createParms()
          Create an instance of Parms
 Script createScript()
          Create an instance of Script
 Snmp createSnmp()
          Create an instance of Snmp
 Tticket createTticket()
          Create an instance of Tticket
 Value createValue()
          Create an instance of Value
 
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: org.opennms.xmlns.xsd.event

Method Detail

createAlarmData

public AlarmData createAlarmData()
Create an instance of AlarmData


createValue

public Value createValue()
Create an instance of Value


createEvents

public Events createEvents()
Create an instance of Events


createMaskelement

public Maskelement createMaskelement()
Create an instance of Maskelement


createLog

public Log createLog()
Create an instance of Log


createForward

public Forward createForward()
Create an instance of Forward


createParms

public Parms createParms()
Create an instance of Parms


createEvent

public Event createEvent()
Create an instance of Event


createHeader

public Header createHeader()
Create an instance of Header


createLogmsg

public Logmsg createLogmsg()
Create an instance of Logmsg


createMask

public Mask createMask()
Create an instance of Mask


createOperaction

public Operaction createOperaction()
Create an instance of Operaction


createAutoacknowledge

public Autoacknowledge createAutoacknowledge()
Create an instance of Autoacknowledge


createParm

public Parm createParm()
Create an instance of Parm


createSnmp

public Snmp createSnmp()
Create an instance of Snmp


createScript

public Script createScript()
Create an instance of Script


createEventReceipt

public EventReceipt createEventReceipt()
Create an instance of EventReceipt


createCorrelation

public Correlation createCorrelation()
Create an instance of Correlation


createAutoaction

public Autoaction createAutoaction()
Create an instance of Autoaction


createTticket

public Tticket createTticket()
Create an instance of Tticket



Copyright © 2011. All Rights Reserved.