⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subflow.java

📁 一个工作流的原型
💻 JAVA
字号:
/*
 * This class was automatically generated with 
 * <a href="http://www.castor.org">Castor cvs.0.9.6</a>, using an
 * XML Schema.
 * $Id$
 */

package workflow.xwfbox.process;

  //---------------------------------/
 //- Imported classes and packages -/
//---------------------------------/

import java.io.Reader;
import java.io.Serializable;
import java.io.Writer;
import workflow.xwfbox.process.types.SubFlowExecutionType;

/**
 * Class SubFlow.
 * 
 * @version $Revision$ $Date$
 */
public class SubFlow implements java.io.Serializable {


      //--------------------------/
     //- Class/Member Variables -/
    //--------------------------/

    /**
     * Field _id
     */
    private java.lang.String _id;

    /**
     * Field _execution
     */
    private workflow.xwfbox.process.types.SubFlowExecutionType _execution;

    /**
     * Field _actualParameters
     */
    private java.lang.Object _actualParameters;


      //----------------/
     //- Constructors -/
    //----------------/

    public SubFlow() {
        super();
    } //-- workflow.xwfbox.process.SubFlow()


      //-----------/
     //- Methods -/
    //-----------/

    /**
     * Returns the value of field 'actualParameters'.
     * 
     * @return Object
     * @return the value of field 'actualParameters'.
     */
    public java.lang.Object getActualParameters()
    {
        return this._actualParameters;
    } //-- java.lang.Object getActualParameters() 

    /**
     * Returns the value of field 'execution'.
     * 
     * @return SubFlowExecutionType
     * @return the value of field 'execution'.
     */
    public workflow.xwfbox.process.types.SubFlowExecutionType getExecution()
    {
        return this._execution;
    } //-- workflow.xwfbox.process.types.SubFlowExecutionType getExecution() 

    /**
     * Returns the value of field 'id'.
     * 
     * @return String
     * @return the value of field 'id'.
     */
    public java.lang.String getId()
    {
        return this._id;
    } //-- java.lang.String getId() 

    /**
     * Sets the value of field 'actualParameters'.
     * 
     * @param actualParameters the value of field 'actualParameters'
     */
    public void setActualParameters(java.lang.Object actualParameters)
    {
        this._actualParameters = actualParameters;
    } //-- void setActualParameters(java.lang.Object) 

    /**
     * Sets the value of field 'execution'.
     * 
     * @param execution the value of field 'execution'.
     */
    public void setExecution(workflow.xwfbox.process.types.SubFlowExecutionType execution)
    {
        this._execution = execution;
    } //-- void setExecution(workflow.xwfbox.process.types.SubFlowExecutionType) 

    /**
     * Sets the value of field 'id'.
     * 
     * @param id the value of field 'id'.
     */
    public void setId(java.lang.String id)
    {
        this._id = id;
    } //-- void setId(java.lang.String) 

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -