public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.opennms.netmgt.config.wsman
|
Modifier and Type | Method and Description |
---|---|
Attrib |
createAttrib()
Create an instance of
Attrib |
Collection |
createCollection()
Create an instance of
Collection |
Collection.IncludeAllSystemDefinitions |
createCollectionIncludeAllSystemDefinitions()
Create an instance of
Collection.IncludeAllSystemDefinitions |
Definition |
createDefinition()
Create an instance of
Definition |
Group |
createGroup()
Create an instance of
Group |
JAXBElement<String> |
createIpMatch(String value)
|
Range |
createRange()
Create an instance of
Range |
Rrd |
createRrd()
Create an instance of
Rrd |
SystemDefinition |
createSystemDefinition()
Create an instance of
SystemDefinition |
WsmanConfig |
createWsmanConfig()
Create an instance of
WsmanConfig |
WsmanDatacollectionConfig |
createWsmanDatacollectionConfig()
Create an instance of
WsmanDatacollectionConfig |
public ObjectFactory()
public Collection createCollection()
Collection
public WsmanConfig createWsmanConfig()
WsmanConfig
public Definition createDefinition()
Definition
public WsmanDatacollectionConfig createWsmanDatacollectionConfig()
WsmanDatacollectionConfig
public Collection.IncludeAllSystemDefinitions createCollectionIncludeAllSystemDefinitions()
Collection.IncludeAllSystemDefinitions
public SystemDefinition createSystemDefinition()
SystemDefinition
public JAXBElement<String> createIpMatch(String value)
Copyright © 2021. All rights reserved.