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