Package | Description |
---|---|
com.verisign.epp.codec.nameWatch |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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 . |
Copyright © VeriSign Inc. All Rights Reserved.