jp.co.quickbinder.webservice.document
クラス GetDetailsServiceRetValue

java.lang.Object
  上位を拡張 jp.co.quickbinder.webservice.document.GetDetailsServiceRetValue

public class GetDetailsServiceRetValue
extends Object

GetDetailsService返却値クラス


コンストラクタの概要
GetDetailsServiceRetValue()
           
 
メソッドの概要
 String getDocTitle()
          文書タイトルを取得します。
 String getErrorCd()
          エラーコードを取得します。
 String getErrorMsg()
          エラーメッセージを取得します。
 String getQbsXTreeSectype()
          ダウンロードセキュリティ情報を取得します。
 Boolean getRetValue()
          実行結果を取得します。
 String getSumHelpTime()
          効率化時間情報を取得します。
 jp.co.quickbinder.api.common.data.QbsXData getXData()
          システム属性情報を取得します。
 jp.co.quickbinder.api.common.data.QbsXDataRel[] getXDataRel()
          関連文書情報を取得します。
 int getXDataRelCount()
          関連文書情報の件数を取得します。
 jp.co.quickbinder.api.common.data.QbsXFile[] getXFile()
          登録ファイル情報を取得します。
 int getXFileCount()
          登録ファイル情報の件数を取得します。
 jp.co.quickbinder.api.common.data.QbsXKcounter[] getXKcounter()
          ナレッジ用カウンターデータを取得します。
 int getXKcounterCount()
          ナレッジ用カウンターデータ件数を取得します。
 jp.co.quickbinder.api.common.data.QbsXOrderList[] getXOrderList()
          属性情報を取得します。
 int getXOrderListCount()
          属性情報の件数を取得します。
 jp.co.quickbinder.api.common.data.QbsXSecurity[] getXSecurity()
          セキュリティ情報を取得します。
 int getXSecurityCount()
          セキュリティ情報の件数を取得します。
 void setDocTitle(String docTitle)
          文書タイトルを設定します。
 void setErrorCd(String errorCd)
          エラーコードを設定します。
 void setErrorMsg(String errorMsg)
          エラーメッセージを設定します。
 void setQbsXTreeSectype(String qbsXTreeSectype)
          ダウンロードセキュリティ情報を設定します。
 void setRetValue(Boolean retValue)
          実行結果を設定します。
 void setSumHelpTime(String sumHelpTime)
          効率化時間情報を設定します。
 void setXData(jp.co.quickbinder.api.common.data.QbsXData data)
          システム属性情報を設定します。
 void setXDataRel(jp.co.quickbinder.api.common.data.QbsXDataRel[] dataRel)
          関連文書情報を設定します。
 void setXDataRelCount(int dataRelCount)
          関連文書情報の件数を設定します。
 void setXFile(jp.co.quickbinder.api.common.data.QbsXFile[] file)
          登録ファイル情報を設定します。
 void setXFileCount(int fileCount)
          登録ファイル情報の件数を設定します。
 void setXKcounter(jp.co.quickbinder.api.common.data.QbsXKcounter[] kcounter)
          ナレッジ用カウンターデータを設定します。
 void setXKcounterCount(int kcounterCount)
          ナレッジ用カウンターデータ件数を設定します。
 void setXOrderList(jp.co.quickbinder.api.common.data.QbsXOrderList[] orderList)
          属性情報を設定します。
 void setXOrderListCount(int orderListCount)
          属性情報の件数を設定します。
 void setXSecurity(jp.co.quickbinder.api.common.data.QbsXSecurity[] security)
          セキュリティ情報を設定します。
 void setXSecurityCount(int securityCount)
          セキュリティ情報の件数を設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetDetailsServiceRetValue

public GetDetailsServiceRetValue()
メソッドの詳細

getErrorMsg

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

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

setErrorMsg

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

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

getErrorCd

public String getErrorCd()
エラーコードを取得します。

戻り値:
errorCd エラーコード

setErrorCd

public void setErrorCd(String errorCd)
エラーコードを設定します。

パラメータ:
errorCd - エラーコード

getQbsXTreeSectype

public String getQbsXTreeSectype()
ダウンロードセキュリティ情報を取得します。

戻り値:
qbsXTreeSectype ダウンロードセキュリティ情報

setQbsXTreeSectype

public void setQbsXTreeSectype(String qbsXTreeSectype)
ダウンロードセキュリティ情報を設定します。

パラメータ:
qbsXTreeSectype - ダウンロードセキュリティ情報

getRetValue

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

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

setRetValue

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

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

getSumHelpTime

public String getSumHelpTime()
効率化時間情報を取得します。

戻り値:
効率化時間情報

setSumHelpTime

public void setSumHelpTime(String sumHelpTime)
効率化時間情報を設定します。

パラメータ:
sumHelpTime - 効率化時間情報

getXData

public jp.co.quickbinder.api.common.data.QbsXData getXData()
システム属性情報を取得します。

戻り値:
システム属性情報

setXData

public void setXData(jp.co.quickbinder.api.common.data.QbsXData data)
システム属性情報を設定します。

パラメータ:
data - システム属性情報

getXDataRel

public jp.co.quickbinder.api.common.data.QbsXDataRel[] getXDataRel()
関連文書情報を取得します。

戻り値:
関連文書情報

setXDataRel

public void setXDataRel(jp.co.quickbinder.api.common.data.QbsXDataRel[] dataRel)
関連文書情報を設定します。

パラメータ:
dataRel - 関連文書情報

getXDataRelCount

public int getXDataRelCount()
関連文書情報の件数を取得します。

戻り値:
関連文書情報の件数

setXDataRelCount

public void setXDataRelCount(int dataRelCount)
関連文書情報の件数を設定します。

パラメータ:
dataRelCount - 関連文書情報の件数

getXFile

public jp.co.quickbinder.api.common.data.QbsXFile[] getXFile()
登録ファイル情報を取得します。

戻り値:
登録ファイル情報

setXFile

public void setXFile(jp.co.quickbinder.api.common.data.QbsXFile[] file)
登録ファイル情報を設定します。

パラメータ:
file - 登録ファイル情報

getXFileCount

public int getXFileCount()
登録ファイル情報の件数を取得します。

戻り値:
登録ファイル情報の件数

setXFileCount

public void setXFileCount(int fileCount)
登録ファイル情報の件数を設定します。

パラメータ:
fileCount - 登録ファイル情報の件数

getXKcounter

public jp.co.quickbinder.api.common.data.QbsXKcounter[] getXKcounter()
ナレッジ用カウンターデータを取得します。

戻り値:
ナレッジ用カウンターデータ

setXKcounter

public void setXKcounter(jp.co.quickbinder.api.common.data.QbsXKcounter[] kcounter)
ナレッジ用カウンターデータを設定します。

パラメータ:
kcounter - ナレッジ用カウンターデータ

getXKcounterCount

public int getXKcounterCount()
ナレッジ用カウンターデータ件数を取得します。

戻り値:
ナレッジ用カウンターデータ件数

setXKcounterCount

public void setXKcounterCount(int kcounterCount)
ナレッジ用カウンターデータ件数を設定します。

パラメータ:
kcounterCount - ナレッジ用カウンターデータ件数

getXOrderList

public jp.co.quickbinder.api.common.data.QbsXOrderList[] getXOrderList()
属性情報を取得します。

戻り値:
属性情報

setXOrderList

public void setXOrderList(jp.co.quickbinder.api.common.data.QbsXOrderList[] orderList)
属性情報を設定します。

パラメータ:
orderList - 属性情報

getXOrderListCount

public int getXOrderListCount()
属性情報の件数を取得します。

戻り値:
属性情報の件数

setXOrderListCount

public void setXOrderListCount(int orderListCount)
属性情報の件数を設定します。

パラメータ:
orderListCount - 属性情報の件数

getXSecurity

public jp.co.quickbinder.api.common.data.QbsXSecurity[] getXSecurity()
セキュリティ情報を取得します。

戻り値:
セキュリティ情報

setXSecurity

public void setXSecurity(jp.co.quickbinder.api.common.data.QbsXSecurity[] security)
セキュリティ情報を設定します。

パラメータ:
security - セキュリティ情報

getXSecurityCount

public int getXSecurityCount()
セキュリティ情報の件数を取得します。

戻り値:
セキュリティ情報の件数

setXSecurityCount

public void setXSecurityCount(int securityCount)
セキュリティ情報の件数を設定します。

パラメータ:
securityCount - セキュリティ情報の件数

getDocTitle

public String getDocTitle()
文書タイトルを取得します。

戻り値:
文書タイトル

setDocTitle

public void setDocTitle(String docTitle)
文書タイトルを設定します。

パラメータ:
docTitle - 文書タイトル