EPP RTK
for Java v 0.4.1

org.openrtk.idl.epp
Class epp_PollResData

java.lang.Object
  |
  +--org.openrtk.idl.epp.epp_PollResData
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_PollResData
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

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 $
$Revision: 1.6 $
$Date: 2001/12/04 22:32:50 $

See Also:
epp_PollRsp, Serialized Form

Field 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

m_type

public epp_PollResDataType m_type
The poll response data type.
See Also:
setType(org.openrtk.idl.epp.epp_PollResDataType), getType()

m_data

public epp_PollResDataUnion m_data
The actual poll response data.
See Also:
setData(org.openrtk.idl.epp.epp_PollResDataUnion), getData()
Constructor Detail

epp_PollResData

public epp_PollResData()
Empty constructor

epp_PollResData

public epp_PollResData(epp_PollResDataType _m_type,
                       epp_PollResDataUnion _m_data)
The constructor with initializing variables.
Parameters:
_m_type - The poll response data type
_m_data - The actual poll response data
Method Detail

setType

public void setType(epp_PollResDataType value)
Accessor method for the poll response data type
Parameters:
value - The poll response data type
See Also:
m_type

getType

public epp_PollResDataType getType()
Accessor method for the poll response data type
Returns:
The poll response data type
See Also:
m_type

setData

public void setData(epp_PollResDataUnion value)
Accessor method for the actual poll response data
Parameters:
value - The actual poll response data
See Also:
m_data

getData

public epp_PollResDataUnion getData()
Accessor method for the actual poll response data
Returns:
The actual poll response data
See Also:
m_data

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.4.1

Copyright © 2001 - Tucows, Inc.