|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPLaunchPhase | |
---|---|
com.verisign.epp.codec.launch |
Uses of EPPLaunchPhase in com.verisign.epp.codec.launch |
---|
Methods in com.verisign.epp.codec.launch that return EPPLaunchPhase | |
---|---|
EPPLaunchPhase |
EPPLaunchUpdate.getPhase()
Gets phase during which the application was submitted or is associated with. |
EPPLaunchPhase |
EPPLaunchInfo.getPhase()
Gets phase during which the application or registration was submitted or is associated with. |
EPPLaunchPhase |
EPPLaunchInfData.getPhase()
Gets phase during which the application or registration was submitted or is associated with. |
EPPLaunchPhase |
EPPLaunchDelete.getPhase()
Gets phase during which the application was submitted or is associated with. |
EPPLaunchPhase |
EPPLaunchCreate.getPhase()
Gets phase associated with the create command. |
EPPLaunchPhase |
EPPLaunchCreData.getPhase()
Gets phase during which the application was submitted or is associated with. |
EPPLaunchPhase |
EPPLaunchChkData.getPhase()
Gets phase of the check response. |
EPPLaunchPhase |
EPPLaunchCheck.getPhase()
Gets phase of the check command. |
Methods in com.verisign.epp.codec.launch with parameters of type EPPLaunchPhase | |
---|---|
void |
EPPLaunchUpdate.setPhase(EPPLaunchPhase aPhase)
Sets the phase during which the application was submitted or is associated with. |
void |
EPPLaunchInfo.setPhase(EPPLaunchPhase aPhase)
Sets the phase during which the application or registration was submitted or is associated with. |
void |
EPPLaunchInfData.setPhase(EPPLaunchPhase aPhase)
Sets the phase during which the application or registration was submitted or is associated with. |
void |
EPPLaunchDelete.setPhase(EPPLaunchPhase aPhase)
Sets the phase during which the application was submitted or is associated with. |
void |
EPPLaunchCreate.setPhase(EPPLaunchPhase aPhase)
Sets the phase associated with the create command. |
void |
EPPLaunchCreData.setPhase(EPPLaunchPhase aPhase)
Sets the phase during which the application was submitted or is associated with. |
void |
EPPLaunchChkData.setPhase(EPPLaunchPhase aPhase)
Sets the phase of the check response. |
void |
EPPLaunchCheck.setPhase(EPPLaunchPhase aPhase)
Sets the phase of the check command. |
Constructors in com.verisign.epp.codec.launch with parameters of type EPPLaunchPhase | |
---|---|
EPPLaunchCheck(EPPLaunchPhase aPhase)
Create a EPPLaunchCheck instance with the required phase
attribute value. |
|
EPPLaunchCheck(EPPLaunchPhase aPhase,
java.lang.String aType)
Create a EPPLaunchCheck instance with the phase and optional
type attribute value. |
|
EPPLaunchChkData(EPPLaunchPhase aPhase)
EPPLaunchCheckResp constructor that takes only the
transId attribute. |
|
EPPLaunchChkData(EPPLaunchPhase aPhase,
EPPLaunchCheckResult aResult)
EPPLaunchCheckResp constructor that will set the result of
an individual domain. |
|
EPPLaunchChkData(EPPLaunchPhase aPhase,
java.util.List<EPPLaunchCheckResult> aResults)
EPPLaunchCheckResp constructor that will set the result of
multiple domains. |
|
EPPLaunchCreate(EPPLaunchPhase aPhase)
Create an EPPLaunchCreate instance with the required phase
attribute. |
|
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. |
|
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. |
|
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPSignedMark aSignedMark)
Create a EPPLaunchCreate instance with the required phase
and a single signed mark. |
|
EPPLaunchCreate(EPPLaunchPhase aPhase,
EPPSignedMark aSignedMark,
java.lang.String aType)
Create a EPPLaunchCreate instance with the required phase
and a single signed mark and optional type. |
|
EPPLaunchCreate(EPPLaunchPhase aPhase,
java.lang.String aType)
Create an EPPLaunchCreate instance with the required phase
attribute and optional type. |
|
EPPLaunchCreData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId)
Create a EPPLaunchCreData instance with both the required phase
and required application identifier attribute values. |
|
EPPLaunchDelete(EPPLaunchPhase aPhase,
java.lang.String aApplicationId)
Create a EPPLaunchDelete instance with both the required phase
and required application identifier attribute values. |
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
EPPMark aMark)
Create a EPPLaunchInfData instance for a registration with the phase and an individual mark. |
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.util.List<EPPMark> aMarks)
Create a EPPLaunchInfData instance for a registration with the phase and list of marks. |
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId,
EPPLaunchStatus aStatus)
Create a EPPLaunchInfData instance for an application with the phase, application identifier, and application status values. |
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId,
EPPLaunchStatus aStatus,
EPPMark aMark)
Create a EPPLaunchInfData instance for an application with the phase, application identifier, application status, and an individual of mark values. |
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId,
EPPLaunchStatus aStatus,
java.util.List<EPPMark> aMarks)
Create a EPPLaunchInfData instance for an application with the phase, application identifier, application status, and list of marks values. |
|
EPPLaunchInfo(EPPLaunchPhase aPhase)
Create a EPPLaunchInfo instance with the required phase
attribute value. |
|
EPPLaunchInfo(EPPLaunchPhase aPhase,
java.lang.String aApplicationId)
Create a EPPLaunchInfo instance with both the required phase
and optional application identifier attribute values. |
|
EPPLaunchUpdate(EPPLaunchPhase aPhase,
java.lang.String aApplicationId)
Create a EPPLaunchUpdate instance with both the required phase
and required application identifier attribute values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |