org.openrtk.idl.epprtk

Class epp_dcpRecipient

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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/epprtk/epp_dcpRecipient.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
See Also:
epp_dcpStatement

Field Summary

String
m_rec_desc
epp_dcpRecipientType
m_type

Constructor Summary

epp_dcpRecipient()
epp_dcpRecipient(epp_dcpRecipientType _m_type, String _m_rec_desc)

Method Summary

String
getRecDesc()
epp_dcpRecipientType
getType()
void
setRecDesc(String value)
void
setType(epp_dcpRecipientType value)
String
toString()

Field Details

m_rec_desc

public String m_rec_desc

m_type

public epp_dcpRecipientType m_type

Constructor Details

epp_dcpRecipient

public epp_dcpRecipient()

epp_dcpRecipient

public epp_dcpRecipient(epp_dcpRecipientType _m_type,
                        String _m_rec_desc)

Method Details

getRecDesc

public String getRecDesc()

getType

public epp_dcpRecipientType getType()

setRecDesc

public void setRecDesc(String value)

setType

public void setType(epp_dcpRecipientType value)

toString

public String toString()

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