Package | Description |
---|---|
com.verisign.epp.codec.launch |
Modifier and Type | Method and Description |
---|---|
EPPLaunchCodeMark |
EPPLaunchCreate.getCodeMark()
Gets the code mark when using the Sunrise Create Form.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPLaunchCodeMark> |
EPPLaunchCreate.getCodeMarks()
Gets the list of code marks.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchCreate.addCodeMark(EPPLaunchCodeMark aCodeMark) |
void |
EPPLaunchCreate.setCodeMark(EPPLaunchCodeMark aCodeMark)
Sets the code mark when using the Sunrise Create Form.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchCreate.setCodeMarks(java.util.List<EPPLaunchCodeMark> aCodeMarks)
Sets the list of code marks.
|
Constructor and Description |
---|
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPLaunchCodeMark aCodeMark)
Create a
EPPLaunchCreate instance with the required phase
and a single code mark. |
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPLaunchCodeMark aCodeMark,
java.lang.String aType)
Create a
EPPLaunchCreate instance with the required phase
and a single code mark and the optional type. |
Copyright © VeriSign Inc. All Rights Reserved.