jp.co.quickbinder.webservice.file
クラス FileDownloadServiceRetValue

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.file.FileDownloadServiceRetValue

public class FileDownloadServiceRetValue
extends Object

FileDownloadService返却値クラス


コンストラクタの概要
FileDownloadServiceRetValue()
           
 
メソッドの概要
 byte[] get_DownloadFile()
          ダウンロードファイル[バイト配列]を取得します。
 String getErrorMSG()
          エラーメッセージを取得します。
 QbsXFile getQbsXFile()
          ダウンロードファイル情報を取得します。
 Boolean getRetValue()
          実行結果を取得します。
 void set_DownloadFile(byte[] _downloadFile)
          ダウンロードファイル[バイト配列]を設定します。
 void setErrorMSG(String errorMSG)
          エラーメッセージを設定します。
 void setQbsXFile(QbsXFile qbsXFile)
          ダウンロードファイル情報を設定します。
 void setRetValue(Boolean retValue)
          実行結果を設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FileDownloadServiceRetValue

public FileDownloadServiceRetValue()
メソッドの詳細

getRetValue

public Boolean getRetValue()
実行結果を取得します。

戻り値:
実行結果(true:正常 false:異常)

setRetValue

public void setRetValue(Boolean retValue)
実行結果を設定します。

パラメータ:
retValue - 実行結果(true:正常 false:異常)

getQbsXFile

public QbsXFile getQbsXFile()
ダウンロードファイル情報を取得します。

戻り値:
ダウンロードファイル情報

setQbsXFile

public void setQbsXFile(QbsXFile qbsXFile)
ダウンロードファイル情報を設定します。

パラメータ:
qbsXFile - ダウンロードファイル情報

get_DownloadFile

public byte[] get_DownloadFile()
ダウンロードファイル[バイト配列]を取得します。

戻り値:
ダウンロードファイル[バイト配列]

set_DownloadFile

public void set_DownloadFile(byte[] _downloadFile)
ダウンロードファイル[バイト配列]を設定します。

パラメータ:
_downloadFile - ダウンロードファイル[バイト配列]

getErrorMSG

public String getErrorMSG()
エラーメッセージを取得します。

戻り値:
エラーメッセージ

setErrorMSG

public void setErrorMSG(String errorMSG)
エラーメッセージを設定します。

パラメータ:
errorMSG - エラーメッセージ