|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPLaunchCodeMark | |
---|---|
com.verisign.epp.codec.launch |
Uses of EPPLaunchCodeMark in com.verisign.epp.codec.launch |
---|
Methods in com.verisign.epp.codec.launch that return EPPLaunchCodeMark | |
---|---|
EPPLaunchCodeMark |
EPPLaunchCreate.getCodeMark()
Gets the code mark when using the Sunrise Create Form. |
Methods in com.verisign.epp.codec.launch that return types with arguments of type EPPLaunchCodeMark | |
---|---|
java.util.List<EPPLaunchCodeMark> |
EPPLaunchCreate.getCodeMarks()
Gets the list of code marks. |
Methods in com.verisign.epp.codec.launch with parameters of type EPPLaunchCodeMark | |
---|---|
void |
EPPLaunchCreate.addCodeMark(EPPLaunchCodeMark aCodeMark)
|
void |
EPPLaunchCreate.setCodeMark(EPPLaunchCodeMark aCodeMark)
Sets the code mark when using the Sunrise Create Form. |
Method parameters in com.verisign.epp.codec.launch with type arguments of type EPPLaunchCodeMark | |
---|---|
void |
EPPLaunchCreate.setCodeMarks(java.util.List<EPPLaunchCodeMark> aCodeMarks)
Sets the list of code marks. |
Constructors in com.verisign.epp.codec.launch with parameters of type EPPLaunchCodeMark | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |