Package | Description |
---|---|
com.verisign.epp.codec.org | |
com.verisign.epp.interfaces |
Interfaces test client to run client tests against the
Stub Server for the Change Poll Extension.
|
Modifier and Type | Method and Description |
---|---|
static EPPOrgStatus |
EPPOrgStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPOrgStatus[] |
EPPOrgStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgStatus> |
EPPOrgUpdateCmd.getAddStatuses()
Gets the add statuses.
|
java.util.List<EPPOrgStatus> |
EPPOrgUpdateCmd.getRemStatuses()
Gets the remove statuses.
|
java.util.List<EPPOrgStatus> |
EPPOrgInfoResp.getStatuses()
Gets the statuses of the org.
|
java.util.List<EPPOrgStatus> |
EPPOrgCreateCmd.getStatuses()
Gets the statuses of the org.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgUpdateCmd.addAddStatus(EPPOrgStatus aStatus)
Adds an add status to the list of add statuses.
|
void |
EPPOrgUpdateCmd.addRemStatus(EPPOrgStatus aStatus)
Adds a remove status to the list of remove statuses.
|
void |
EPPOrgInfoResp.addStatus(EPPOrgStatus aStatus)
Add a status to list of org statuses.
|
void |
EPPOrgCreateCmd.addStatus(EPPOrgStatus aStatus)
Add a status to list of org statuses.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrgUpdateCmd.setAddStatuses(java.util.List<EPPOrgStatus> aStatuses)
Sets the add statuses.
|
void |
EPPOrgUpdateCmd.setRemStatuses(java.util.List<EPPOrgStatus> aStatuses)
Sets the remove statuses.
|
void |
EPPOrgInfoResp.setStatuses(java.util.List<EPPOrgStatus> aStatuses)
Sets the statuses of the org.
|
void |
EPPOrgCreateCmd.setStatuses(java.util.List<EPPOrgStatus> aStatuses)
Sets the statuses of the org.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPOrgStatus> |
EPPOrg.getAddStatuses()
Gets the add statuses.
|
java.util.List<EPPOrgStatus> |
EPPOrg.getRemStatuses()
Gets the remove statuses.
|
java.util.List<EPPOrgStatus> |
EPPOrg.getStatuses()
Gets the list of statuses
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrg.addAddStatus(EPPOrgStatus aStatus)
Adds an add status to the list of add statuses.
|
void |
EPPOrg.addRemStatus(EPPOrgStatus aStatus)
Adds a remove status to the list of remove statuses.
|
void |
EPPOrg.addStatus(EPPOrgStatus aStatus)
Adds a status to the list of statuses.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPOrg.setAddStatuses(java.util.List<EPPOrgStatus> aStatuses)
Sets the add statuses.
|
void |
EPPOrg.setRemStatuses(java.util.List<EPPOrgStatus> aStatuses)
Sets the remove statuses.
|
void |
EPPOrg.setStatuses(java.util.List<EPPOrgStatus> aStatus)
Sets the list of statuses
|
Copyright © VeriSign Inc. All Rights Reserved.