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