org.openrtk.idl.epp0503.domain
Class epp_DomainPeriod
java.lang.Object
org.openrtk.idl.epp0503.domain.epp_DomainPeriod
- org.omg.CORBA.portable.IDLEntity
public class epp_DomainPeriod
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent domain registration period.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/domain/epp_DomainPeriod.java,v 1.1 2003/03/21 16:18:30 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:30 $
epp_DomainPeriodUnitType | getUnit() - Accessor method for the unit type of the domain registration period
|
short | getValue() - Accessor method for the value of the domain registration period
|
void | setUnit(epp_DomainPeriodUnitType value) - Accessor method for the unit type of the domain registration period
|
void | setValue(int value) - Accessor method for the value of the domain registration period
|
void | setValue(short value) - Accessor method for the value of the domain registration period
|
String | toString() - Converts this class into a string.
|
m_value
public short m_value
The value of the domain registration period.
epp_DomainPeriod
public epp_DomainPeriod()
Empty constructor
epp_DomainPeriod
public epp_DomainPeriod(epp_DomainPeriodUnitType _m_unit,
short _m_value)
The constructor with initializing variables.
_m_unit
- The unit type of the domain registration period_m_value
- The value of the domain registration period
getValue
public short getValue()
Accessor method for the value of the domain registration period
setUnit
public void setUnit(epp_DomainPeriodUnitType value)
Accessor method for the unit type of the domain registration period
value
- The unit type of period
setValue
public void setValue(int value)
Accessor method for the value of the domain registration period
value
- The value of period
setValue
public void setValue(short value)
Accessor method for the value of the domain registration period
value
- The value of 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