|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.domain.epp_DomainPeriod
Class that contains the elements used to represent domain registration period.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainPeriod.java,v 1.7 2001/12/04 22:31:06 lyin Exp $
epp_DomainCreateReq
,
epp_DomainRenewReq
,
epp_DomainTransferReq
, Serialized FormField Summary | |
epp_DomainPeriodUnitType |
m_unit
The unit type of the domain registration period. |
short |
m_value
The value of the domain registration period. |
Constructor Summary | |
epp_DomainPeriod()
Empty constructor |
|
epp_DomainPeriod(epp_DomainPeriodUnitType _m_unit,
short _m_value)
The constructor with initializing variables. |
Method Summary | |
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 |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public epp_DomainPeriodUnitType m_unit
setUnit(org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType)
,
getUnit()
public short m_value
setValue(short)
,
getValue()
Constructor Detail |
public epp_DomainPeriod()
public epp_DomainPeriod(epp_DomainPeriodUnitType _m_unit, short _m_value)
_m_unit
- The unit type of the domain registration period_m_value
- The value of the domain registration periodMethod Detail |
public void setUnit(epp_DomainPeriodUnitType value)
value
- The unit type of periodm_unit
public epp_DomainPeriodUnitType getUnit()
m_unit
public void setValue(short value)
value
- The value of periodm_value
public void setValue(int value)
value
- The value of periodm_value
public short getValue()
m_value
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |