gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.xdi.oxd.common.params.GetRpParams クラス
org.xdi.oxd.common.params.GetRpParams の継承関係図
Inheritance graph
org.xdi.oxd.common.params.GetRpParams 連携図
Collaboration graph

公開メンバ関数

 GetRpParams ()
 
 GetRpParams (String oxdId)
 
String getOxdId ()
 
void setOxdId (String oxdId)
 
String toString ()
 

非公開変数類

String oxdId
 

詳解

著者
yuriyz

構築子と解体子

◆ GetRpParams() [1/2]

org.xdi.oxd.common.params.GetRpParams.GetRpParams ( )
inline
15  {
16  }

◆ GetRpParams() [2/2]

org.xdi.oxd.common.params.GetRpParams.GetRpParams ( String  oxdId)
inline
18  {
19  this.oxdId = oxdId;
20  }
String oxdId
Definition: GetRpParams.java:13

関数詳解

◆ getOxdId()

String org.xdi.oxd.common.params.GetRpParams.getOxdId ( )
inline

org.xdi.oxd.common.params.HasOxdIdParamsを実装しています。

22  {
23  return oxdId;
24  }
String oxdId
Definition: GetRpParams.java:13

◆ setOxdId()

void org.xdi.oxd.common.params.GetRpParams.setOxdId ( String  oxdId)
inline
26  {
27  this.oxdId = oxdId;
28  }
String oxdId
Definition: GetRpParams.java:13

◆ toString()

String org.xdi.oxd.common.params.GetRpParams.toString ( )
inline
31  {
32  return "GetRpParams{" +
33  "oxdId='" + oxdId + '\'' +
34  '}';
35  }
String oxdId
Definition: GetRpParams.java:13

メンバ詳解

◆ oxdId

String org.xdi.oxd.common.params.GetRpParams.oxdId
private

このクラス詳解は次のファイルから抽出されました: