Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.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 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

      • createValue

        public Value createValue()
        Create an instance of Value
      • createEvents

        public Events createEvents()
        Create an instance of Events
      • createLog

        public Log createLog()
        Create an instance of Log
      • createForward

        public Forward createForward()
        Create an instance of Forward
      • createParms

        @Deprecated
        public Parms createParms()
        Deprecated.
        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
      • 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
      • createTticket

        public Tticket createTticket()
        Create an instance of Tticket