Uses of Class
com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo

Packages that use EPPNameWatchRptTo
com.verisign.epp.codec.nameWatch   
 

Uses of EPPNameWatchRptTo in com.verisign.epp.codec.nameWatch
 

Methods in com.verisign.epp.codec.nameWatch that return EPPNameWatchRptTo
 EPPNameWatchRptTo EPPNameWatchInfoResp.getRptTo()
          Gets the EPPNameWatchRptTo.
 EPPNameWatchRptTo EPPNameWatchCreateCmd.getRptTo()
          Gets NameWatch report to specification, which includes the e-mail address and the frequency.
 EPPNameWatchRptTo EPPNameWatchAddRemove.getRptTo()
          Gets the rptTo
 

Methods in com.verisign.epp.codec.nameWatch with parameters of type EPPNameWatchRptTo
 void EPPNameWatchInfoResp.setRptTo(EPPNameWatchRptTo aRptTo)
          Sets the rptTo.
 void EPPNameWatchCreateCmd.setRptTo(EPPNameWatchRptTo aRptTo)
          Sets NameWatch Report to specification, which includes the e-mail address and frequency.
 void EPPNameWatchAddRemove.setRptTo(EPPNameWatchRptTo aRptTo)
          Sets the rptTo
 

Constructors in com.verisign.epp.codec.nameWatch with parameters of type EPPNameWatchRptTo
EPPNameWatchAddRemove(java.lang.String aRegistrant, EPPNameWatchRptTo aRptTo, EPPAuthInfo aAuthInfo)
          Constructor for EPPNameWatchAddRemove that includes the attributes as arguments.
EPPNameWatchCreateCmd(java.lang.String aTransId, java.lang.String aName, java.lang.String aRegistrant, EPPNameWatchRptTo aRptTo, EPPAuthInfo aAuthInfo)
          Allocates a new EPPNameWatchCreateCmd with a nameWatch name.
EPPNameWatchInfoResp(EPPTransId aTransId, java.lang.String aName, java.lang.String aRoid, java.lang.String aRegistrant, EPPNameWatchRptTo aRptTo, java.util.Vector someStatuses, java.lang.String aClientId, java.lang.String aCreatedBy, java.util.Date aCreatedDate, java.util.Date aExpirationDate)
          EPPNameWatchInfoResp constuctor that takes the required and most used optional attribute values as parameters.
 



Copyright ? VeriSign Inc. All Rights Reserved.