org.openrtk.idl.epp0503.domain
Class epp_DomainRenewReq
java.lang.Object
org.openrtk.idl.epp0503.domain.epp_DomainRenewReq
- org.omg.CORBA.portable.IDLEntity
public class epp_DomainRenewReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements necessary to renew a domain
in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/domain/epp_DomainRenewReq.java,v 1.2 2003/09/10 21:29:57 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:57 $
epp_Command | getCmd() - Accessor method for the common and generic command element
|
String | getCurrentExpirationDate() - Accessor method for the current expiration date associated with the domain object
|
String | getName() - Accessor method for the name of the domain object to be renewed in the registry
|
epp_DomainPeriod | getPeriod() - Accessor method for the number of units to be added to the registration period of the domain object
|
void | setCmd(epp_Command value) - Accessor method for the common and generic command element
|
void | setCurrentExpirationDate(String value) - Accessor method for the current expiration date associated with the domain object
|
void | setName(String value) - Accessor method for the name of the domain object to be renewed in the registry
|
void | setPeriod(epp_DomainPeriod value) - Accessor method for the number of units to be added to the registration period of the domain object
|
String | toString() - Converts this class into a string.
|
m_cmd
public epp_Command m_cmd
The common and generic command element.
m_current_expiration_date
public String m_current_expiration_date
The current expiration date associated with the domain object.
m_name
public String m_name
The name of the domain object to be renewed in the registry.
m_period
public epp_DomainPeriod m_period
The number of units to be added to the registration period of the domain object.
epp_DomainRenewReq
public epp_DomainRenewReq()
Empty constructor
epp_DomainRenewReq
public epp_DomainRenewReq(epp_Command _m_cmd,
String _m_name,
String _m_current_expiration_date,
epp_DomainPeriod _m_period)
The constructor with initializing variables.
_m_cmd
- The common and generic command element_m_name
- The name of the domain object to be renewed in the registry_m_current_expiration_date
- The current expiration date associated with the domain object_m_period
- The number of units to be added to the registration period of the domain object
getCmd
public epp_Command getCmd()
Accessor method for the common and generic command element
getCurrentExpirationDate
public String getCurrentExpirationDate()
Accessor method for the current expiration date associated with the domain object
- The domain current expiration date
getName
public String getName()
Accessor method for the name of the domain object to be renewed in the registry
getPeriod
public epp_DomainPeriod getPeriod()
Accessor method for the number of units to be added to the registration period of the domain object
setCmd
public void setCmd(epp_Command value)
Accessor method for the common and generic command element
value
- The command element
setCurrentExpirationDate
public void setCurrentExpirationDate(String value)
Accessor method for the current expiration date associated with the domain object
value
- The domain current expiration date
setName
public void setName(String value)
Accessor method for the name of the domain object to be renewed in the registry
setPeriod
public void setPeriod(epp_DomainPeriod value)
Accessor method for the number of units to be added to the registration period of the domain object
value
- The domain period
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS