Package com.saperion.ngc.iform.xml
Class ObjectFactory
- java.lang.Object
-
- com.saperion.ngc.iform.xml.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.saperion.ngc.iform.xml 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.saperion.ngc.iform.xml
-
Method Summary
-
-
-
Method Detail
-
createOutlinerType
public OutlinerType createOutlinerType()
Create an instance ofOutlinerType
-
createHiddenType
public HiddenType createHiddenType()
Create an instance ofHiddenType
-
createToolbarType
public ToolbarType createToolbarType()
Create an instance ofToolbarType
-
createMashupType
public MashupType createMashupType()
Create an instance ofMashupType
-
createConnectionType
public ConnectionType createConnectionType()
Create an instance ofConnectionType
-
createScriptType
public ScriptType createScriptType()
Create an instance ofScriptType
-
createViewerType
public ViewerType createViewerType()
Create an instance ofViewerType
-
createHotkeyType
public HotkeyType createHotkeyType()
Create an instance ofHotkeyType
-
createTabListType
public TabListType createTabListType()
Create an instance ofTabListType
-
createThumbnailType
public ThumbnailType createThumbnailType()
Create an instance ofThumbnailType
-
createColumnType
public ColumnType createColumnType()
Create an instance ofColumnType
-
createButtonType
public ButtonType createButtonType()
Create an instance ofButtonType
-
createEditFieldType
public EditFieldType createEditFieldType()
Create an instance ofEditFieldType
-
createIncludeType
public IncludeType createIncludeType()
Create an instance ofIncludeType
-
createDatabindingType
public DatabindingType createDatabindingType()
Create an instance ofDatabindingType
-
createResultType
public ResultType createResultType()
Create an instance ofResultType
-
createPaneLayoutType
public PaneLayoutType createPaneLayoutType()
Create an instance ofPaneLayoutType
-
createHeaderType
public HeaderType createHeaderType()
Create an instance ofHeaderType
-
createBitmapType
public BitmapType createBitmapType()
Create an instance ofBitmapType
-
createGroupboxType
public GroupboxType createGroupboxType()
Create an instance ofGroupboxType
-
-