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.appng.xml.platform
|
public ObjectFactory()
public TextElement createTextElement()
TextElement
public ValidationGroups createValidationGroups()
ValidationGroups
public ApplicationRootConfig createApplicationRootConfig()
ApplicationRootConfig
public Datasources createDatasources()
Datasources
public Datasource createDatasource()
Datasource
public PageDefinition createPageDefinition()
PageDefinition
public Textcontents createTextcontents()
Textcontents
public Textelements createTextelements()
Textelements
public SectionDef createSectionDef()
SectionDef
public Localization createLocalization()
Localization
public DataConfig createDataConfig()
DataConfig
public FileUpload createFileUpload()
FileUpload
public PostParams createPostParams()
PostParams
public Navigation createNavigation()
Navigation
public Permissions createPermissions()
Permissions
public Validation createValidation()
Validation
public UserInputField createUserInputField()
UserInputField
public OptionGroup createOptionGroup()
OptionGroup
public PagesReference createPagesReference()
PagesReference
public Sectionelement createSectionelement()
Sectionelement
public FieldPermissions createFieldPermissions()
FieldPermissions
public SectionConfig createSectionConfig()
SectionConfig
public StructureDef createStructureDef()
StructureDef
public ApplicationReference createApplicationReference()
ApplicationReference
public PageReference createPageReference()
PageReference
public PageConfig createPageConfig()
PageConfig
public OutputType createOutputType()
OutputType
public SectionelementDef createSectionelementDef()
SectionelementDef
public OutputFormat createOutputFormat()
OutputFormat
public Authentications createAuthentications()
Authentications
public OpenapiAction createOpenapiAction()
OpenapiAction
public PlatformConfig createPlatformConfig()
PlatformConfig
public DatasourceRef createDatasourceRef()
DatasourceRef
public SelectionGroup createSelectionGroup()
SelectionGroup
public SessionInfo createSessionInfo()
SessionInfo
public BeanOption createBeanOption()
BeanOption
public NavigationItem createNavigationItem()
NavigationItem
public ApplicationConfig createApplicationConfig()
ApplicationConfig
public Authentication createAuthentication()
Authentication
public SessionParams createSessionParams()
SessionParams
public Permission createPermission()
Permission
public TextElement.Xml createTextElementXml()
TextElement.Xml
public ValidationGroups.Group createValidationGroupsGroup()
ValidationGroups.Group
public Rule.Option createRuleOption()
Rule.Option
public JAXBElement<Pages> createPages(Pages value)
public JAXBElement<Data> createData(Data value)
public JAXBElement<Datasource> createDatasource(Datasource value)
public JAXBElement<PageDefinition> createPage(PageDefinition value)
public JAXBElement<Event> createEvent(Event value)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.