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