Class ObjectFactory
- java.lang.Object
-
- de.hybris.platform.importcockpit.services.config.mapping.jaxb.mappingline.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the de.hybris.platform.importcockpit.mapping.config.jaxb.mappingline 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 EditorListcreateEditorList()Create an instance ofEditorListEditorPropertycreateEditorProperty()Create an instance ofEditorPropertyMappingLinecreateMappingLine()Create an instance ofMappingLineParametercreateParameter()Create an instance ofParameterPropertycreateProperty()Create an instance ofPropertyPropertyListcreatePropertyList()Create an instance ofPropertyListSpecialTranslatorcreateSpecialTranslator()Create an instance ofSpecialTranslatorTranslatorsListcreateTranslatorsList()Create an instance ofTranslatorsList
-
-
-
Method Detail
-
createEditorList
public EditorList createEditorList()
Create an instance ofEditorList
-
createSpecialTranslator
public SpecialTranslator createSpecialTranslator()
Create an instance ofSpecialTranslator
-
createPropertyList
public PropertyList createPropertyList()
Create an instance ofPropertyList
-
createEditorProperty
public EditorProperty createEditorProperty()
Create an instance ofEditorProperty
-
createMappingLine
public MappingLine createMappingLine()
Create an instance ofMappingLine
-
createTranslatorsList
public TranslatorsList createTranslatorsList()
Create an instance ofTranslatorsList
-
-