Package | Description |
---|---|
com.verisign.epp.codec.emailFwd |
Modifier and Type | Method and Description |
---|---|
EPPEmailFwdPeriod |
EPPEmailFwdTransferCmd.getPeriod()
Gets the registration period of the transfer command in years.
|
EPPEmailFwdPeriod |
EPPEmailFwdRenewCmd.getPeriod()
Gets the registration period of the renew command in years.
|
EPPEmailFwdPeriod |
EPPEmailFwdCreateCmd.getPeriod()
Gets the registration period in years.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPEmailFwdTransferCmd.setPeriod(EPPEmailFwdPeriod aPeriod)
Sets the registration period of the transfer command.
|
void |
EPPEmailFwdRenewCmd.setPeriod(EPPEmailFwdPeriod aPeriod)
Sets the registration period of the renew command in years.
|
void |
EPPEmailFwdCreateCmd.setPeriod(EPPEmailFwdPeriod aPeriod)
Sets the registration period in years.
|
Constructor and Description |
---|
EPPEmailFwdCreateCmd(java.lang.String aTransId,
java.lang.String aName,
java.lang.String aForwardTo,
java.util.Vector someContacts,
EPPEmailFwdPeriod aPeriod,
EPPAuthInfo aAuthInfo)
Allocates a new
EPPEmailFwdCreateCmd with all attributes
specified by the arguments. |
EPPEmailFwdRenewCmd(java.lang.String aTransId,
java.lang.String aName,
java.util.Date aCurExpDate,
EPPEmailFwdPeriod aPeriod)
EPPEmailFwdRenewCmd constructor that takes all of the
attributes of the renew command as arguments. |
EPPEmailFwdTransferCmd(java.lang.String aTransId,
java.lang.String aOp,
java.lang.String aName,
EPPAuthInfo aAuthInfo,
EPPEmailFwdPeriod aPeriod)
EPPEmailFwdTransferCmd constructor that takes the required
attributes plus the optional attibute aPeriod . |
Copyright © VeriSign Inc. All Rights Reserved.