|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EPPDefRegPeriod | |
|---|---|
| com.verisign.epp.codec.defReg | |
| Uses of EPPDefRegPeriod in com.verisign.epp.codec.defReg |
|---|
| Methods in com.verisign.epp.codec.defReg that return EPPDefRegPeriod | |
|---|---|
EPPDefRegPeriod |
EPPDefRegTransferCmd.getPeriod()
Gets the registration period of the transfer command in years. |
EPPDefRegPeriod |
EPPDefRegRenewCmd.getPeriod()
Gets the registration period of the renew command in years. |
EPPDefRegPeriod |
EPPDefRegCreateCmd.getPeriod()
Gets the registration period in years. |
| Methods in com.verisign.epp.codec.defReg with parameters of type EPPDefRegPeriod | |
|---|---|
void |
EPPDefRegTransferCmd.setPeriod(EPPDefRegPeriod aPeriod)
Sets the registration period of the transfer command. |
void |
EPPDefRegRenewCmd.setPeriod(EPPDefRegPeriod aPeriod)
Sets the registration period of the renew command in years. |
void |
EPPDefRegCreateCmd.setPeriod(EPPDefRegPeriod aPeriod)
Sets the registration period in years. |
| Constructors in com.verisign.epp.codec.defReg with parameters of type EPPDefRegPeriod | |
|---|---|
EPPDefRegCreateCmd(java.lang.String aTransId,
EPPDefRegName aDefRegName,
java.lang.String aRegistrant,
java.lang.String aTm,
java.lang.String aTmCountry,
java.util.Date aTmDate,
java.lang.String aAdminContact,
EPPDefRegPeriod aPeriod,
EPPAuthInfo aAuthInfo)
Allocates a new EPPDefRegCreateCmd with all attributes
specified by the arguments. |
|
EPPDefRegRenewCmd(java.lang.String aTransId,
java.lang.String aRoid,
java.util.Date aCurExpDate,
EPPDefRegPeriod aPeriod)
EPPDefRegRenewCmd constructor that takes all of the
attributes of the renew command as arguments. |
|
EPPDefRegTransferCmd(java.lang.String aTransId,
java.lang.String aOp,
java.lang.String aRoid,
EPPAuthInfo aAuthInfo,
EPPDefRegPeriod aPeriod)
EPPDefRegTransferCmd constructor that takes the required
attributes plus the optional attibute aPeriod. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||