public class DMCOLEErr
extends java.lang.Object
| コンストラクタと説明 |
|---|
DMCOLEErr()
非推奨です。
|
DMCOLEErr(int pLevNum,
byte[] pDtctResult,
long pErrCode)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getDtctresult()
非推奨です。
Returns the dtctresult.
|
long |
getErrcode()
非推奨です。
Returns the errcode.
|
int |
getLevnum()
非推奨です。
Returns the levnum.
|
void |
setDtctresult(java.lang.String pDtctResult)
非推奨です。
Sets the dtctresult.
|
void |
setErrcode(long pErrCode)
非推奨です。
Sets the errcode.
|
void |
setLevnum(int pLevNum)
非推奨です。
Sets the levnum.
|
public DMCOLEErr()
public DMCOLEErr(int pLevNum,
byte[] pDtctResult,
long pErrCode)
public int getLevnum()
public java.lang.String getDtctresult()
public long getErrcode()
public void setLevnum(int pLevNum)
pLevNum - The LevNum to setpublic void setDtctresult(java.lang.String pDtctResult)
pDtctResult - The DtctResult to setpublic void setErrcode(long pErrCode)
pErrCode - The ErrCode to set