EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0604
Class epp_dcpExpiry

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

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

Class used to specifiy the expiry date of the data collection policy.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/epp_dcpExpiry.java,v 1.1 2003/03/21 15:54:39 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:39 $

See Also:
epp_DataCollectionPolicy, com.tucows.oxrs.epp.rtk.xml.EPPGreeting, Serialized Form

Field Summary
 epp_dcpExpiryType m_type
           
 java.lang.String m_value
           
 
Constructor Summary
epp_dcpExpiry()
           
epp_dcpExpiry(epp_dcpExpiryType _m_type, java.lang.String _m_value)
           
 
Method Summary
 epp_dcpExpiryType getType()
           
 java.lang.String getValue()
           
 void setType(epp_dcpExpiryType value)
           
 void setValue(java.lang.String 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_dcpExpiryType m_type

m_value

public java.lang.String m_value
Constructor Detail

epp_dcpExpiry

public epp_dcpExpiry()

epp_dcpExpiry

public epp_dcpExpiry(epp_dcpExpiryType _m_type,
                     java.lang.String _m_value)
Method Detail

setType

public void setType(epp_dcpExpiryType value)

getType

public epp_dcpExpiryType getType()

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()

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