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 ofAuthenticationType
Create an instance ofAuthenticationType.SubjectSettings
Create an instance ofSecurity
Create an instance ofSecurity.Operation
Create an instance ofSubjectFilterType
Create an instance ofSubjectFilterType.AssignableValues
Create an instance ofSubjectFilterType.BindingItems
Create an instance ofSubjectFilterType.BindingItems.C
Create an instance ofSubjectPreferencesConfig
jakarta.xml.bind.JAXBElement<SubjectPreferencesConfig>
Create an instance ofSubjectPreferencesConfig.Settings
Create an instance ofSubjectPreferencesConfig.Settings.Setting
Create an instance ofSubjectPreferencesConfig.Settings.Setting.SourceSetting
Create an instance ofSubjectPreferencesConfig.Settings.Setting.Values
Create an instance ofSubjectPreferencesConfig.Settings.Setting.Values.Value
Create an instance ofSubjectSettingsConfig
jakarta.xml.bind.JAXBElement<SubjectSettingsConfig>
Create an instance ofSubjectSettingsConfig.SubjectFilterTypes
Create an instance ofSubjectSettingsConfig.UserSettingsDefaults
Create an instance ofSubjectSettingsConfig.UserSettingsDefaults.Default
Create an instance ofSubjectSettingsType
Create an instance ofSubjectSettingsType.Jdbc
Create an instance ofSubjectSettingsType.Jdbc.DataSource
Create 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
>
-