All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openjax.expect_0_2.ObjectFactory Maven / Gradle / Ivy

Go to download

Module for the automation of interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. With this library you can wrap interactive applications in any java code.

There is a newer version: 0.2.16
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.1 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2019.07.22 at 07:08:49 AM UTC 
//


package org.openjax.expect_0_2;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.openjax.expect_0_2 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openjax.expect_0_2 * */ public ObjectFactory() { } /** * Create an instance of {@link ProcessType } * */ public ProcessType createProcessType() { return new ProcessType(); } /** * Create an instance of {@link ProcessType.Tree } * */ public ProcessType.Tree createProcessTypeTree() { return new ProcessType.Tree(); } /** * Create an instance of {@link Script } * */ public Script createScript() { return new Script(); } /** * Create an instance of {@link RuleType } * */ public RuleType createRuleType() { return new RuleType(); } /** * Create an instance of {@link ProcessType.Tree.Node } * */ public ProcessType.Tree.Node createProcessTypeTreeNode() { return new ProcessType.Tree.Node(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy