Class ObjectFactory
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.editor.preview.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.cockpit.services.config.jaxb.editor.preview 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()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: de.hybris.platform.cockpit.services.config.jaxb.editor.preview
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributesTypecreateAttributesType()Create an instance ofAttributesTypeAttributeTypecreateAttributeType()Create an instance ofAttributeTypeColumnsTitlesTypecreateColumnsTitlesType()Create an instance ofColumnsTitlesTypeReferenceTypecreateReferenceType()Create an instance ofReferenceTypejavax.xml.bind.JAXBElement<SectionsListType>createRoot(SectionsListType value)RowTypecreateRowType()Create an instance ofRowTypeSectionsListTypecreateSectionsListType()Create an instance ofSectionsListTypeSectionTypecreateSectionType()Create an instance ofSectionTypeTableColumnTypecreateTableColumnType()Create an instance ofTableColumnTypeTableRowsTypecreateTableRowsType()Create an instance ofTableRowsTypeTableRowTypecreateTableRowType()Create an instance ofTableRowTypeTitleTypecreateTitleType()Create an instance ofTitleType
-
-
-
Method Detail
-
createSectionsListType
public SectionsListType createSectionsListType()
Create an instance ofSectionsListType
-
createColumnsTitlesType
public ColumnsTitlesType createColumnsTitlesType()
Create an instance ofColumnsTitlesType
-
createTableColumnType
public TableColumnType createTableColumnType()
Create an instance ofTableColumnType
-
createTableRowType
public TableRowType createTableRowType()
Create an instance ofTableRowType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createAttributeType
public AttributeType createAttributeType()
Create an instance ofAttributeType
-
createAttributesType
public AttributesType createAttributesType()
Create an instance ofAttributesType
-
createSectionType
public SectionType createSectionType()
Create an instance ofSectionType
-
createTableRowsType
public TableRowsType createTableRowsType()
Create an instance ofTableRowsType
-
createRoot
public javax.xml.bind.JAXBElement<SectionsListType> createRoot(SectionsListType value)
-
-