public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.opennms.xmlns.xsd.event
|
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
|
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 |
public ObjectFactory()
public Maskelement createMaskelement()
Maskelement
@Deprecated public Parms createParms()
Parms
public Operaction createOperaction()
Operaction
public Autoacknowledge createAutoacknowledge()
Autoacknowledge
public EventReceipt createEventReceipt()
EventReceipt
public Correlation createCorrelation()
Correlation
public Autoaction createAutoaction()
Autoaction
Copyright © 2020. All rights reserved.