Package | Description |
---|---|
com.verisign.epp.codec.launch |
Modifier and Type | Method and Description |
---|---|
EPPLaunchNotice |
EPPLaunchCreate.getNotice()
Gets the claims notice information in Claims Create Form.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPLaunchNotice> |
EPPLaunchCreate.getNotices()
Returns the list of notices.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchCreate.addNotice(EPPLaunchNotice aNotice)
Adds a claims notice to the list of claims notices in Claims Create Form.
|
void |
EPPLaunchCreate.setNotice(EPPLaunchNotice aNotice)
Sets the claims notice information in Claims Create Form.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchCreate.setNotices(java.util.List<EPPLaunchNotice> aNotices)
Sets the list of notices.
|
Constructor and Description |
---|
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPLaunchNotice aNotice)
Create a
EPPLaunchCreate instance with the required phase
and the claims notice information for Claims Create Form. |
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPLaunchNotice aNotice,
java.lang.String aType)
Create a
EPPLaunchCreate instance with the required phase
and the claims notice information for Claims Create Form and optional
type. |
Copyright © VeriSign Inc. All Rights Reserved.