ObjectFactory.java 2.01 KB
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.appmon.xml;

import com.adobe.appmon.xml.AbortMessageType;
import com.adobe.appmon.xml.AcquiredWindow;
import com.adobe.appmon.xml.Application;
import com.adobe.appmon.xml.Dialogs;
import com.adobe.appmon.xml.ExpectedWindow;
import com.adobe.appmon.xml.Index;
import com.adobe.appmon.xml.Keyname;
import com.adobe.appmon.xml.Keys;
import com.adobe.appmon.xml.MenuBar;
import com.adobe.appmon.xml.Modifier;
import com.adobe.appmon.xml.Pause;
import com.adobe.appmon.xml.Selection;
import com.adobe.appmon.xml.StepType;
import com.adobe.appmon.xml.VirtualInput;
import com.adobe.appmon.xml.Window;
import com.adobe.appmon.xml.WindowList;
import javax.xml.bind.annotation.XmlRegistry;

@XmlRegistry
public class ObjectFactory {
    public Modifier createModifier() {
        return new Modifier();
    }

    public Index createIndex() {
        return new Index();
    }

    public AcquiredWindow createAcquiredWindow() {
        return new AcquiredWindow();
    }

    public MenuBar createMenuBar() {
        return new MenuBar();
    }

    public Keys createKeys() {
        return new Keys();
    }

    public ExpectedWindow createExpectedWindow() {
        return new ExpectedWindow();
    }

    public Application createApplication() {
        return new Application();
    }

    public Keyname createKeyname() {
        return new Keyname();
    }

    public Window createWindow() {
        return new Window();
    }

    public AbortMessageType createAbortMessageType() {
        return new AbortMessageType();
    }

    public StepType createStepType() {
        return new StepType();
    }

    public Dialogs createDialogs() {
        return new Dialogs();
    }

    public VirtualInput createVirtualInput() {
        return new VirtualInput();
    }

    public Selection createSelection() {
        return new Selection();
    }

    public Pause createPause() {
        return new Pause();
    }

    public WindowList createWindowList() {
        return new WindowList();
    }
}