public class DomainCreateApplicationCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Create command, representing the Create Application and Allocate Application aspects of the Domain Name Application extension.
Use this to identify the domain name application phase or application id that this command is being submitted in as part of an EPP Domain Create command compliant with RFC5730 and RFC5731. The response expected from a server should be handled by a Domain Create Application Response.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
DomainCreateApplicationCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setApplicationId(java.lang.String applicationId) |
void |
setPhase(java.lang.String phase) |
public DomainCreateApplicationCommandExtension()
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setPhase(java.lang.String phase)
public void setApplicationId(java.lang.String applicationId)