📄 simulationinformation.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.SimulationInformationInstantiationType;
/**
* Class SimulationInformation.
*
* @version $Revision$ $Date$
*/
public class SimulationInformation implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _instantiation
*/
private workflow.xwfbox.process.types.SimulationInformationInstantiationType _instantiation;
/**
* Field _cost
*/
private java.lang.Object _cost;
/**
* Field _timeEstimation
*/
private java.lang.Object _timeEstimation;
//----------------/
//- Constructors -/
//----------------/
public SimulationInformation() {
super();
} //-- workflow.xwfbox.process.SimulationInformation()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'cost'.
*
* @return Object
* @return the value of field 'cost'.
*/
public java.lang.Object getCost()
{
return this._cost;
} //-- java.lang.Object getCost()
/**
* Returns the value of field 'instantiation'.
*
* @return SimulationInformationInstantiationType
* @return the value of field 'instantiation'.
*/
public workflow.xwfbox.process.types.SimulationInformationInstantiationType getInstantiation()
{
return this._instantiation;
} //-- workflow.xwfbox.process.types.SimulationInformationInstantiationType getInstantiation()
/**
* Returns the value of field 'timeEstimation'.
*
* @return Object
* @return the value of field 'timeEstimation'.
*/
public java.lang.Object getTimeEstimation()
{
return this._timeEstimation;
} //-- java.lang.Object getTimeEstimation()
/**
* Sets the value of field 'cost'.
*
* @param cost the value of field 'cost'.
*/
public void setCost(java.lang.Object cost)
{
this._cost = cost;
} //-- void setCost(java.lang.Object)
/**
* Sets the value of field 'instantiation'.
*
* @param instantiation the value of field 'instantiation'.
*/
public void setInstantiation(workflow.xwfbox.process.types.SimulationInformationInstantiationType instantiation)
{
this._instantiation = instantiation;
} //-- void setInstantiation(workflow.xwfbox.process.types.SimulationInformationInstantiationType)
/**
* Sets the value of field 'timeEstimation'.
*
* @param timeEstimation the value of field 'timeEstimation'.
*/
public void setTimeEstimation(java.lang.Object timeEstimation)
{
this._timeEstimation = timeEstimation;
} //-- void setTimeEstimation(java.lang.Object)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -