|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EPPNameWatchPeriod | |
|---|---|
| com.verisign.epp.codec.nameWatch | |
| Uses of EPPNameWatchPeriod in com.verisign.epp.codec.nameWatch |
|---|
| Methods in com.verisign.epp.codec.nameWatch that return EPPNameWatchPeriod | |
|---|---|
EPPNameWatchPeriod |
EPPNameWatchTransferCmd.getPeriod()
Gets the registration period of the transfer command in years. |
EPPNameWatchPeriod |
EPPNameWatchRenewCmd.getPeriod()
Gets the registration period of the renew command in years. |
EPPNameWatchPeriod |
EPPNameWatchCreateCmd.getPeriod()
Get NameWatch period. |
| Methods in com.verisign.epp.codec.nameWatch with parameters of type EPPNameWatchPeriod | |
|---|---|
void |
EPPNameWatchTransferCmd.setPeriod(EPPNameWatchPeriod aPeriod)
Sets the registration period of the transfer command. |
void |
EPPNameWatchRenewCmd.setPeriod(EPPNameWatchPeriod aPeriod)
Sets the registration period of the renew command in years. |
void |
EPPNameWatchCreateCmd.setPeriod(EPPNameWatchPeriod newPeriod)
Set NameWatch period. |
| Constructors in com.verisign.epp.codec.nameWatch with parameters of type EPPNameWatchPeriod | |
|---|---|
EPPNameWatchRenewCmd(java.lang.String aTransId,
java.lang.String aRoid,
java.util.Date aCurExpDate,
EPPNameWatchPeriod aPeriod)
EPPNameWatchRenewCmd constructor that takes all of the
attributes of the renew command as arguments. |
|
EPPNameWatchTransferCmd(java.lang.String aTransId,
java.lang.String aOp,
java.lang.String aRoid,
EPPAuthInfo aAuthInfo,
EPPNameWatchPeriod aPeriod)
EPPNameWatchTransferCmd constructor that takes the required
attributes plus the optional attibute aPeriod. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||