EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_dcpRecipient

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

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

Wrapper class for the DCP Recipient.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_dcpRecipient.java,v 1.1 2003/03/20 22:42:21 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:21 $

See Also:
epp_dcpStatement, Serialized Form

Field Summary
 java.lang.String m_rec_desc
           
 epp_dcpRecipientType m_type
           
 
Constructor Summary
epp_dcpRecipient()
           
epp_dcpRecipient(epp_dcpRecipientType _m_type, java.lang.String _m_rec_desc)
           
 
Method Summary
 java.lang.String getRecDesc()
           
 epp_dcpRecipientType getType()
           
 void setRecDesc(java.lang.String value)
           
 void setType(epp_dcpRecipientType value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_type

public epp_dcpRecipientType m_type

m_rec_desc

public java.lang.String m_rec_desc
Constructor Detail

epp_dcpRecipient

public epp_dcpRecipient()

epp_dcpRecipient

public epp_dcpRecipient(epp_dcpRecipientType _m_type,
                        java.lang.String _m_rec_desc)
Method Detail

setType

public void setType(epp_dcpRecipientType value)

getType

public epp_dcpRecipientType getType()

setRecDesc

public void setRecDesc(java.lang.String value)

getRecDesc

public java.lang.String getRecDesc()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS