Package | Description |
---|---|
com.verisign.epp.codec.nameWatch |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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.