Uses of Class
com.verisign.epp.codec.domain.EPPDomainPeriod

Packages that use EPPDomainPeriod
com.verisign.epp.codec.domain   
 

Uses of EPPDomainPeriod in com.verisign.epp.codec.domain
 

Methods in com.verisign.epp.codec.domain that return EPPDomainPeriod
 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.
 

Methods in com.verisign.epp.codec.domain with parameters of type EPPDomainPeriod
 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.
 

Constructors in com.verisign.epp.codec.domain with parameters of type EPPDomainPeriod
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.