Package com.saperion.ngc.iform.xml
Class ObjectFactory
java.lang.Object
com.saperion.ngc.iform.xml.ObjectFactory
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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.saperion.ngc.iform.xml -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBitmapType
Create an instance ofButtonType
Create an instance ofColumnType
Create an instance ofConnectionType
Create an instance ofDatabindingType
Create an instance ofEditFieldType
Create an instance ofFontType
Create an instance ofForm
jakarta.xml.bind.JAXBElement<Form>
createFormElement
(Form value) Create an instance ofFrameType
Create an instance ofGroupboxType
Create an instance ofGroupType
Create an instance ofHeaderType
Create an instance ofHiddenType
Create an instance ofHotkeyType
Create an instance ofIncludeType
Create an instance ofLabelType
Create an instance ofLevelType
Create an instance ofMashupType
Create an instance ofOutlinerType
Create an instance ofPaneLayoutType
Create an instance ofPosType
Create an instance ofResultType
Create an instance ofScriptType
Create an instance ofTabListType
Create an instance ofTabType
Create an instance ofThumbnailType
Create an instance ofToolbarType
Create an instance ofViewerType
-
Constructor Details
-
ObjectFactory
public 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 Details
-
createOutlinerType
Create an instance ofOutlinerType
-
createHiddenType
Create an instance ofHiddenType
-
createToolbarType
Create an instance ofToolbarType
-
createMashupType
Create an instance ofMashupType
-
createConnectionType
Create an instance ofConnectionType
-
createPosType
Create an instance ofPosType
-
createScriptType
Create an instance ofScriptType
-
createViewerType
Create an instance ofViewerType
-
createFontType
Create an instance ofFontType
-
createHotkeyType
Create an instance ofHotkeyType
-
createTabListType
Create an instance ofTabListType
-
createThumbnailType
Create an instance ofThumbnailType
-
createGroupType
Create an instance ofGroupType
-
createLabelType
Create an instance ofLabelType
-
createForm
Create an instance ofForm
-
createColumnType
Create an instance ofColumnType
-
createButtonType
Create an instance ofButtonType
-
createEditFieldType
Create an instance ofEditFieldType
-
createIncludeType
Create an instance ofIncludeType
-
createFrameType
Create an instance ofFrameType
-
createDatabindingType
Create an instance ofDatabindingType
-
createResultType
Create an instance ofResultType
-
createTabType
Create an instance ofTabType
-
createPaneLayoutType
Create an instance ofPaneLayoutType
-
createHeaderType
Create an instance ofHeaderType
-
createLevelType
Create an instance ofLevelType
-
createBitmapType
Create an instance ofBitmapType
-
createGroupboxType
Create an instance ofGroupboxType
-
createFormElement
-