|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0604.epp_ResultData
Class that contains the generic, non-object specific EPP result data.
Used in epp_Result. Contains data for the results to the Status command. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_ResultData.java,v 1.1 2003/03/21 15:54:26 tubadanm Exp $
epp_Result,
epp_Status,
Serialized Form| Field Summary | |
epp_StatusResultData |
m_status
Placeholder for the result data to the EPP Status command |
| Constructor Summary | |
epp_ResultData()
Empty constructor |
|
epp_ResultData(epp_StatusResultData _m_status)
The constructor with initializing variables. |
|
| Method Summary | |
epp_StatusResultData |
getStatus()
Accessor method for the status result data |
void |
setStatus(epp_StatusResultData value)
Accessor method for the status result data |
java.lang.String |
toString()
Converts this class into a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public epp_StatusResultData m_status
setStatus(org.openrtk.idl.epp0604.epp_StatusResultData),
getStatus()| Constructor Detail |
public epp_ResultData()
public epp_ResultData(epp_StatusResultData _m_status)
_m_status - The result data for the status command| Method Detail |
public void setStatus(epp_StatusResultData value)
value - The status result datam_statuspublic epp_StatusResultData getStatus()
m_statuspublic java.lang.String toString()
toString in class java.lang.Object
|
EPP RTK for Java v 0.7.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||