|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPLaunchNotice | |
---|---|
com.verisign.epp.codec.launch |
Uses of EPPLaunchNotice in com.verisign.epp.codec.launch |
---|
Methods in com.verisign.epp.codec.launch that return EPPLaunchNotice | |
---|---|
EPPLaunchNotice |
EPPLaunchCreate.getNotice()
Gets the claims notice information in Claims Create Form. |
Methods in com.verisign.epp.codec.launch that return types with arguments of type EPPLaunchNotice | |
---|---|
java.util.List<EPPLaunchNotice> |
EPPLaunchCreate.getNotices()
Returns the list of notices. |
Methods in com.verisign.epp.codec.launch with parameters of type EPPLaunchNotice | |
---|---|
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. |
Method parameters in com.verisign.epp.codec.launch with type arguments of type EPPLaunchNotice | |
---|---|
void |
EPPLaunchCreate.setNotices(java.util.List<EPPLaunchNotice> aNotices)
Sets the list of notices. |
Constructors in com.verisign.epp.codec.launch with parameters of type EPPLaunchNotice | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |