|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPEmailFwdPeriod | |
---|---|
com.verisign.epp.codec.emailFwd |
Uses of EPPEmailFwdPeriod in com.verisign.epp.codec.emailFwd |
---|
Methods in com.verisign.epp.codec.emailFwd that return EPPEmailFwdPeriod | |
---|---|
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. |
Methods in com.verisign.epp.codec.emailFwd with parameters of type EPPEmailFwdPeriod | |
---|---|
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. |
Constructors in com.verisign.epp.codec.emailFwd with parameters of type EPPEmailFwdPeriod | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |