📄 deadline.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.DeadlineExecutionType;
/**
* Class Deadline.
*
* @version $Revision$ $Date$
*/
public class Deadline implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _execution
*/
private workflow.xwfbox.process.types.DeadlineExecutionType _execution;
/**
* Field _deadlineCondition
*/
private java.lang.Object _deadlineCondition;
/**
* Field _exceptionName
*/
private java.lang.Object _exceptionName;
//----------------/
//- Constructors -/
//----------------/
public Deadline() {
super();
} //-- workflow.xwfbox.process.Deadline()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'deadlineCondition'.
*
* @return Object
* @return the value of field 'deadlineCondition'.
*/
public java.lang.Object getDeadlineCondition()
{
return this._deadlineCondition;
} //-- java.lang.Object getDeadlineCondition()
/**
* Returns the value of field 'exceptionName'.
*
* @return Object
* @return the value of field 'exceptionName'.
*/
public java.lang.Object getExceptionName()
{
return this._exceptionName;
} //-- java.lang.Object getExceptionName()
/**
* Returns the value of field 'execution'.
*
* @return DeadlineExecutionType
* @return the value of field 'execution'.
*/
public workflow.xwfbox.process.types.DeadlineExecutionType getExecution()
{
return this._execution;
} //-- workflow.xwfbox.process.types.DeadlineExecutionType getExecution()
/**
* Sets the value of field 'deadlineCondition'.
*
* @param deadlineCondition the value of field
* 'deadlineCondition'.
*/
public void setDeadlineCondition(java.lang.Object deadlineCondition)
{
this._deadlineCondition = deadlineCondition;
} //-- void setDeadlineCondition(java.lang.Object)
/**
* Sets the value of field 'exceptionName'.
*
* @param exceptionName the value of field 'exceptionName'.
*/
public void setExceptionName(java.lang.Object exceptionName)
{
this._exceptionName = exceptionName;
} //-- void setExceptionName(java.lang.Object)
/**
* Sets the value of field 'execution'.
*
* @param execution the value of field 'execution'.
*/
public void setExecution(workflow.xwfbox.process.types.DeadlineExecutionType execution)
{
this._execution = execution;
} //-- void setExecution(workflow.xwfbox.process.types.DeadlineExecutionType)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -