Class ObjectFactory
java.lang.Object
de.businesscode.bcdui.subjectsettings.config.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the de.businesscode.bcdui.subjectsettings.config 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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.businesscode.bcdui.subjectsettings.config -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAuthenticationTypeCreate an instance ofAuthenticationType.SubjectSettingsCreate an instance ofSecurityCreate an instance ofSecurity.OperationCreate an instance ofSubjectFilterTypeCreate an instance ofSubjectFilterType.AssignableValuesCreate an instance ofSubjectFilterType.BindingItemsCreate an instance ofSubjectFilterType.BindingItems.CCreate an instance ofSubjectPreferencesConfigjakarta.xml.bind.JAXBElement<SubjectPreferencesConfig>Create an instance ofSubjectPreferencesConfig.SettingsCreate an instance ofSubjectPreferencesConfig.Settings.SettingCreate an instance ofSubjectPreferencesConfig.Settings.Setting.SourceSettingCreate an instance ofSubjectPreferencesConfig.Settings.Setting.ValuesCreate an instance ofSubjectPreferencesConfig.Settings.Setting.Values.ValueCreate an instance ofSubjectSettingsConfigjakarta.xml.bind.JAXBElement<SubjectSettingsConfig>Create an instance ofSubjectSettingsConfig.SubjectFilterTypesCreate an instance ofSubjectSettingsConfig.UserSettingsDefaultsCreate an instance ofSubjectSettingsConfig.UserSettingsDefaults.DefaultCreate an instance ofSubjectSettingsTypeCreate an instance ofSubjectSettingsType.JdbcCreate an instance ofSubjectSettingsType.Jdbc.DataSourceCreate an instance ofSubjectSettingsType.Jdbc.DefaultDataSource
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.businesscode.bcdui.subjectsettings.config
-
-
Method Details
-
createSubjectSettingsType
Create an instance ofSubjectSettingsType- Returns:
- the new instance of
SubjectSettingsType
-
createSubjectSettingsTypeJdbc
Create an instance ofSubjectSettingsType.Jdbc- Returns:
- the new instance of
SubjectSettingsType.Jdbc
-
createAuthenticationType
Create an instance ofAuthenticationType- Returns:
- the new instance of
AuthenticationType
-
createSubjectFilterType
Create an instance ofSubjectFilterType- Returns:
- the new instance of
SubjectFilterType
-
createSubjectFilterTypeBindingItems
Create an instance ofSubjectFilterType.BindingItems- Returns:
- the new instance of
SubjectFilterType.BindingItems
-
createSecurity
Create an instance ofSecurity- Returns:
- the new instance of
Security
-
createSubjectPreferencesConfig
Create an instance ofSubjectPreferencesConfig- Returns:
- the new instance of
SubjectPreferencesConfig
-
createSubjectPreferencesConfigSettings
Create an instance ofSubjectPreferencesConfig.Settings- Returns:
- the new instance of
SubjectPreferencesConfig.Settings
-
createSubjectPreferencesConfigSettingsSetting
Create an instance ofSubjectPreferencesConfig.Settings.Setting- Returns:
- the new instance of
SubjectPreferencesConfig.Settings.Setting
-
createSubjectPreferencesConfigSettingsSettingValues
public SubjectPreferencesConfig.Settings.Setting.Values createSubjectPreferencesConfigSettingsSettingValues()Create an instance ofSubjectPreferencesConfig.Settings.Setting.Values- Returns:
- the new instance of
SubjectPreferencesConfig.Settings.Setting.Values
-
createSubjectSettingsConfig
Create an instance ofSubjectSettingsConfig- Returns:
- the new instance of
SubjectSettingsConfig
-
createSubjectSettingsConfigUserSettingsDefaults
Create an instance ofSubjectSettingsConfig.UserSettingsDefaults- Returns:
- the new instance of
SubjectSettingsConfig.UserSettingsDefaults
-
createSubjectSettingsTypeJdbcDataSource
Create an instance ofSubjectSettingsType.Jdbc.DataSource- Returns:
- the new instance of
SubjectSettingsType.Jdbc.DataSource
-
createSubjectSettingsTypeJdbcDefaultDataSource
Create an instance ofSubjectSettingsType.Jdbc.DefaultDataSource- Returns:
- the new instance of
SubjectSettingsType.Jdbc.DefaultDataSource
-
createAuthenticationTypeSubjectSettings
Create an instance ofAuthenticationType.SubjectSettings- Returns:
- the new instance of
AuthenticationType.SubjectSettings
-
createSubjectFilterTypeAssignableValues
Create an instance ofSubjectFilterType.AssignableValues- Returns:
- the new instance of
SubjectFilterType.AssignableValues
-
createSubjectFilterTypeBindingItemsC
Create an instance ofSubjectFilterType.BindingItems.C- Returns:
- the new instance of
SubjectFilterType.BindingItems.C
-
createSecurityOperation
Create an instance ofSecurity.Operation- Returns:
- the new instance of
Security.Operation
-
createSubjectPreferencesConfigSettingsSettingSourceSetting
public SubjectPreferencesConfig.Settings.Setting.SourceSetting createSubjectPreferencesConfigSettingsSettingSourceSetting()Create an instance ofSubjectPreferencesConfig.Settings.Setting.SourceSetting- Returns:
- the new instance of
SubjectPreferencesConfig.Settings.Setting.SourceSetting
-
createSubjectPreferencesConfigSettingsSettingValuesValue
public SubjectPreferencesConfig.Settings.Setting.Values.Value createSubjectPreferencesConfigSettingsSettingValuesValue()Create an instance ofSubjectPreferencesConfig.Settings.Setting.Values.Value- Returns:
- the new instance of
SubjectPreferencesConfig.Settings.Setting.Values.Value
-
createSubjectSettingsConfigSubjectFilterTypes
Create an instance ofSubjectSettingsConfig.SubjectFilterTypes- Returns:
- the new instance of
SubjectSettingsConfig.SubjectFilterTypes
-
createSubjectSettingsConfigUserSettingsDefaultsDefault
public SubjectSettingsConfig.UserSettingsDefaults.Default createSubjectSettingsConfigUserSettingsDefaultsDefault()Create an instance ofSubjectSettingsConfig.UserSettingsDefaults.Default- Returns:
- the new instance of
SubjectSettingsConfig.UserSettingsDefaults.Default
-
createSubjectSettingsConfig
public jakarta.xml.bind.JAXBElement<SubjectSettingsConfig> createSubjectSettingsConfig(SubjectSettingsConfig value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectSettingsConfig>
-
createSubjectPreferencesConfig
public jakarta.xml.bind.JAXBElement<SubjectPreferencesConfig> createSubjectPreferencesConfig(SubjectPreferencesConfig value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectPreferencesConfig>
-