|
EPP RTK for Java v 0.4.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.epp_PollResData
Class that contains data pertaining to the message that was polled.
Currently, there are only two known types of PollResData: epp_PollResDataType.DOMAIN_TRANSFER and epp_PollResDataType.CONTACT_TRANSFER. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/epp_PollResData.java,v 1.6 2001/12/04 22:32:50 lyin Exp $
epp_PollRsp
, Serialized FormField Summary | |
epp_PollResDataUnion |
m_data
The actual poll response data. |
epp_PollResDataType |
m_type
The poll response data type. |
Constructor Summary | |
epp_PollResData()
Empty constructor |
|
epp_PollResData(epp_PollResDataType _m_type,
epp_PollResDataUnion _m_data)
The constructor with initializing variables. |
Method Summary | |
epp_PollResDataUnion |
getData()
Accessor method for the actual poll response data |
epp_PollResDataType |
getType()
Accessor method for the poll response data type |
void |
setData(epp_PollResDataUnion value)
Accessor method for the actual poll response data |
void |
setType(epp_PollResDataType value)
Accessor method for the poll response data type |
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_PollResDataType m_type
setType(org.openrtk.idl.epp.epp_PollResDataType)
,
getType()
public epp_PollResDataUnion m_data
setData(org.openrtk.idl.epp.epp_PollResDataUnion)
,
getData()
Constructor Detail |
public epp_PollResData()
public epp_PollResData(epp_PollResDataType _m_type, epp_PollResDataUnion _m_data)
_m_type
- The poll response data type_m_data
- The actual poll response dataMethod Detail |
public void setType(epp_PollResDataType value)
value
- The poll response data typem_type
public epp_PollResDataType getType()
m_type
public void setData(epp_PollResDataUnion value)
value
- The actual poll response datam_data
public epp_PollResDataUnion getData()
m_data
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.4.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |