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()
TextElementpublic ValidationGroups createValidationGroups()
ValidationGroupspublic ApplicationRootConfig createApplicationRootConfig()
ApplicationRootConfigpublic Datasources createDatasources()
Datasourcespublic Datasource createDatasource()
Datasourcepublic PageDefinition createPageDefinition()
PageDefinitionpublic Textcontents createTextcontents()
Textcontentspublic Textelements createTextelements()
Textelementspublic SectionDef createSectionDef()
SectionDefpublic Localization createLocalization()
Localizationpublic DataConfig createDataConfig()
DataConfigpublic FileUpload createFileUpload()
FileUploadpublic PostParams createPostParams()
PostParamspublic Navigation createNavigation()
Navigationpublic Permissions createPermissions()
Permissionspublic Validation createValidation()
Validationpublic UserInputField createUserInputField()
UserInputFieldpublic OptionGroup createOptionGroup()
OptionGrouppublic PagesReference createPagesReference()
PagesReferencepublic Sectionelement createSectionelement()
Sectionelementpublic FieldPermissions createFieldPermissions()
FieldPermissionspublic SectionConfig createSectionConfig()
SectionConfigpublic StructureDef createStructureDef()
StructureDefpublic ApplicationReference createApplicationReference()
ApplicationReferencepublic PageReference createPageReference()
PageReferencepublic PageConfig createPageConfig()
PageConfigpublic OutputType createOutputType()
OutputTypepublic SectionelementDef createSectionelementDef()
SectionelementDefpublic OutputFormat createOutputFormat()
OutputFormatpublic Authentications createAuthentications()
Authenticationspublic OpenapiAction createOpenapiAction()
OpenapiActionpublic PlatformConfig createPlatformConfig()
PlatformConfigpublic DatasourceRef createDatasourceRef()
DatasourceRefpublic SelectionGroup createSelectionGroup()
SelectionGrouppublic SessionInfo createSessionInfo()
SessionInfopublic BeanOption createBeanOption()
BeanOptionpublic NavigationItem createNavigationItem()
NavigationItempublic ApplicationConfig createApplicationConfig()
ApplicationConfigpublic Authentication createAuthentication()
Authenticationpublic SessionParams createSessionParams()
SessionParamspublic Permission createPermission()
Permissionpublic TextElement.Xml createTextElementXml()
TextElement.Xmlpublic ValidationGroups.Group createValidationGroupsGroup()
ValidationGroups.Grouppublic Rule.Option createRuleOption()
Rule.Optionpublic 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.