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

公開メンバ関数

 RsProtectResponse ()
 
 RsProtectResponse (String oxdId)
 
String getOxdId ()
 
void setOxdId (String oxdId)
 

非公開変数類

String oxdId
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 31/05/2016

構築子と解体子

◆ RsProtectResponse() [1/2]

org.xdi.oxd.common.response.RsProtectResponse.RsProtectResponse ( )
inline
15  {
16  }

◆ RsProtectResponse() [2/2]

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

関数詳解

◆ getOxdId()

String org.xdi.oxd.common.response.RsProtectResponse.getOxdId ( )
inline
22  {
23  return oxdId;
24  }
String oxdId
Definition: RsProtectResponse.java:13

◆ setOxdId()

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

メンバ詳解

◆ oxdId

String org.xdi.oxd.common.response.RsProtectResponse.oxdId
private

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