public class DomainCreateLaunchCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Create command, representing the Registration aspects of the Domain Name Launch extension. The current implementation is to provide Domain Create functionality using the Launch extension for registrations only, either in fcfs sunrise (requiring smd) or claims (requiring noticeID)
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainCreateLaunchCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setAcceptedDateTime(java.util.GregorianCalendar acceptedDateTime) |
void |
setEncodedSignedMarkData(java.lang.String encodedSignedMarkData) |
void |
setLaunchCreateType(LaunchCreateType type) |
void |
setNotAfterDateTime(java.util.GregorianCalendar notAfterDateTime) |
void |
setNoticeId(java.lang.String noticeId) |
void |
setPhaseName(java.lang.String phaseName) |
void |
setPhaseType(PhaseType phaseType) |
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setPhaseName(java.lang.String phaseName)
public void setPhaseType(PhaseType phaseType)
public void setEncodedSignedMarkData(java.lang.String encodedSignedMarkData)
public void setLaunchCreateType(LaunchCreateType type)
public void setNoticeId(java.lang.String noticeId)
public void setNotAfterDateTime(java.util.GregorianCalendar notAfterDateTime)
public void setAcceptedDateTime(java.util.GregorianCalendar acceptedDateTime)