Class ObjectFactory
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch 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 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdvancedSearchCreate an instance ofConditionCreate an instance ofConditionListCreate an instance ofGroupCreate an instance ofLabelCreate an instance ofParameterCreate an instance ofPropertyCreate an instance ofRelatedTypesCreate an instance ofRootGroupCreate an instance ofShortcutValueCreate an instance ofShortcutValueListCreate an instance ofType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()
-
-
Method Details
-
createShortcutValue
Create an instance ofShortcutValue -
createCondition
Create an instance ofCondition -
createConditionList
Create an instance ofConditionList -
createLabel
Create an instance ofLabel -
createRootGroup
Create an instance ofRootGroup -
createParameter
Create an instance ofParameter -
createProperty
Create an instance ofProperty -
createGroup
Create an instance ofGroup -
createType
Create an instance ofType -
createShortcutValueList
Create an instance ofShortcutValueList -
createRelatedTypes
Create an instance ofRelatedTypes -
createAdvancedSearch
Create an instance ofAdvancedSearch
-