|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPDefRegAddRemove | |
---|---|
com.verisign.epp.codec.defReg |
Uses of EPPDefRegAddRemove in com.verisign.epp.codec.defReg |
---|
Methods in com.verisign.epp.codec.defReg that return EPPDefRegAddRemove | |
---|---|
EPPDefRegAddRemove |
EPPDefRegUpdateCmd.getAdd()
Gets the items to add to the DefReg. |
EPPDefRegAddRemove |
EPPDefRegUpdateCmd.getChange()
Gets the items to change to the defReg. |
EPPDefRegAddRemove |
EPPDefRegUpdateCmd.getRemove()
Gets the items to remove from the DefReg. |
Methods in com.verisign.epp.codec.defReg with parameters of type EPPDefRegAddRemove | |
---|---|
void |
EPPDefRegUpdateCmd.setAdd(EPPDefRegAddRemove aAdd)
Sets the items to add to the DefReg. |
void |
EPPDefRegUpdateCmd.setChange(EPPDefRegAddRemove newChange)
Sets the items to change to the defReg. |
void |
EPPDefRegUpdateCmd.setRemove(EPPDefRegAddRemove aRemove)
Sets the items to remove from the DefReg. |
Constructors in com.verisign.epp.codec.defReg with parameters of type EPPDefRegAddRemove | |
---|---|
EPPDefRegUpdateCmd(java.lang.String aTransId,
java.lang.String aRoid,
EPPDefRegAddRemove aAdd,
EPPDefRegAddRemove aRemove,
EPPDefRegAddRemove aChange)
EPPDefRegUpdateCmd constructor that takes the required
attributes as arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |