Package | Description |
---|---|
com.verisign.epp.codec.orgext |
Modifier and Type | Method and Description |
---|---|
EPPOrgExtAddRemChg.Action |
EPPOrgExtAddRemChg.getAction()
Gets the update action to take.
|
static EPPOrgExtAddRemChg.Action |
EPPOrgExtAddRemChg.Action.getAction(java.lang.String aLocalElm)
Get the action given the local element name.
|
static EPPOrgExtAddRemChg.Action |
EPPOrgExtAddRemChg.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPOrgExtAddRemChg.Action[] |
EPPOrgExtAddRemChg.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgExtAddRemChg.setAction(EPPOrgExtAddRemChg.Action aAction)
Sets the update action to take.
|
Constructor and Description |
---|
EPPOrgExtAddRemChg(EPPOrgExtAddRemChg.Action aAction)
Constructor for
EPPOrgExtAddRemChg that takes the action. |
EPPOrgExtAddRemChg(EPPOrgExtAddRemChg.Action aAction,
EPPOrgExtId aOrgId)
Constructor for
EPPOrgExtAddRemChg that takes the action and a
single organization id. |
EPPOrgExtAddRemChg(EPPOrgExtAddRemChg.Action aAction,
java.util.List<EPPOrgExtId> aOrgIds)
Constructor for
EPPOrgExtAddRemChg that takes the action and a
list of organization ids. |
Copyright © VeriSign Inc. All Rights Reserved.