public class DomainInfoLaunchCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Info command, representing the Registration aspects of the Domain Name Launch extension. The current implementation is to provide Domain Info functionality using the Launch extension.
CREATE, RENEW, TRANSFER, UPDATE| Constructor and Description |
|---|
DomainInfoLaunchCommandExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCommand(Command command) |
void |
setApplicationID(java.lang.String applicationID) |
void |
setIncludeMark(boolean includeMark) |
void |
setPhaseName(java.lang.String phaseName) |
void |
setPhaseType(PhaseType phaseType) |
public void addToCommand(Command command)
addToCommand in interface CommandExtensionpublic void setPhaseName(java.lang.String phaseName)
public void setPhaseType(PhaseType phaseType)
public void setApplicationID(java.lang.String applicationID)
public void setIncludeMark(boolean includeMark)