Class ObjectFactory
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.editorarea.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the com.hybris.cockpitng.core.config.impl.jaxb.editorarea package.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 Summary
Constructors Constructor Description ObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributecreateAttribute()Create an instance ofAttributeCustomPanelcreateCustomPanel()Create an instance ofCustomPanelCustomSectioncreateCustomSection()Create an instance ofCustomSectionCustomTabcreateCustomTab()Create an instance ofCustomTabEditorAreacreateEditorArea()Create an instance ofEditorAreaEssentialCustomSectioncreateEssentialCustomSection()Create an instance ofEssentialCustomSectionEssentialscreateEssentials()Create an instance ofEssentialsEssentialSectioncreateEssentialSection()Create an instance ofEssentialSectionPanelcreatePanel()Create an instance ofPanelParametercreateParameter()Create an instance ofParameterSectioncreateSection()Create an instance ofSectionTabcreateTab()Create an instance ofTab
-
-
-
Method Detail
-
createEditorArea
public EditorArea createEditorArea()
Create an instance ofEditorArea
-
createEssentials
public Essentials createEssentials()
Create an instance ofEssentials
-
createCustomSection
public CustomSection createCustomSection()
Create an instance ofCustomSection
-
createCustomPanel
public CustomPanel createCustomPanel()
Create an instance ofCustomPanel
-
createEssentialSection
public EssentialSection createEssentialSection()
Create an instance ofEssentialSection
-
createEssentialCustomSection
public EssentialCustomSection createEssentialCustomSection()
Create an instance ofEssentialCustomSection
-
-