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

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

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

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

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

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