Package | Description |
---|---|
com.verisign.epp.codec.nameWatch |
Modifier and Type | Method and Description |
---|---|
EPPNameWatchAddRemove |
EPPNameWatchUpdateCmd.getAdd()
Gets the items to add to the nameWatch.
|
EPPNameWatchAddRemove |
EPPNameWatchUpdateCmd.getChange()
Gets the items to change to the nameWatch.
|
EPPNameWatchAddRemove |
EPPNameWatchUpdateCmd.getRemove()
Gets the items to remove from the nameWatch.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPNameWatchUpdateCmd.setAdd(EPPNameWatchAddRemove aAdd)
Sets the items to add to the nameWatch.
|
void |
EPPNameWatchUpdateCmd.setChange(EPPNameWatchAddRemove newChange)
Sets the items to change to the nameWatch.
|
void |
EPPNameWatchUpdateCmd.setRemove(EPPNameWatchAddRemove aRemove)
Sets the items to remove from the nameWatch.
|
Constructor and Description |
---|
EPPNameWatchUpdateCmd(java.lang.String aTransId,
java.lang.String aRoid,
EPPNameWatchAddRemove aAdd,
EPPNameWatchAddRemove aRemove,
EPPNameWatchAddRemove aChange)
EPPNameWatchUpdateCmd constructor that takes the required
attributes as arguments. |
Copyright © VeriSign Inc. All Rights Reserved.