Class ObjectFactory
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.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.config.jaxb.wizard 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: com.hybris.cockpitng.config.jaxb.wizard
-
Method Summary
-
-
-
Method Detail
-
createPrepareType
public PrepareType createPrepareType()
Create an instance ofPrepareType
-
createSubflowType
public SubflowType createSubflowType()
Create an instance ofSubflowType
-
createPropertyListType
public PropertyListType createPropertyListType()
Create an instance ofPropertyListType
-
createCustomType
public CustomType createCustomType()
Create an instance ofCustomType
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType
-
createSaveAllType
public SaveAllType createSaveAllType()
Create an instance ofSaveAllType
-
createInitializeType
public InitializeType createInitializeType()
Create an instance ofInitializeType
-
createAssignType
public AssignType createAssignType()
Create an instance ofAssignType
-
createNavigationType
public NavigationType createNavigationType()
Create an instance ofNavigationType
-
createCancelType
public CancelType createCancelType()
Create an instance ofCancelType
-
createContentType
public ContentType createContentType()
Create an instance ofContentType
-
-