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