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