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.
| Modifier and Type | Field and Description |
|---|---|
private static QName |
_Module_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jrebirth.af.modular.model
|
| Modifier and Type | Method and Description |
|---|---|
Component |
createComponent()
Create an instance of
Component |
Module |
createModule()
Create an instance of
Module |
JAXBElement<Module> |
createModule(Module value)
|
Registration |
createRegistration()
Create an instance of
Registration |
RegistrationEntry |
createRegistrationEntry()
Create an instance of
RegistrationEntry |
RegistrationEntryList |
createRegistrationEntryList()
Create an instance of
RegistrationEntryList |
RegistrationList |
createRegistrationList()
Create an instance of
RegistrationList |
WarmUpList |
createWarmUpList()
Create an instance of
WarmUpList |
private static final QName _Module_QNAME
public ObjectFactory()
public RegistrationEntryList createRegistrationEntryList()
RegistrationEntryListpublic Registration createRegistration()
Registrationpublic RegistrationEntry createRegistrationEntry()
RegistrationEntrypublic RegistrationList createRegistrationList()
RegistrationListpublic WarmUpList createWarmUpList()
WarmUpListpublic JAXBElement<Module> createModule(Module value)
Copyright © 2011–2015 JRebirth OSS. All rights reserved.