public class TmchDomainCreateCommandExtension extends java.lang.Object implements CommandExtension
Extension for the EPP Domain Create command, representing the Create aspect of the Domain Name Trademark Clearing House extension.
Use this to identify the domain's encoded signed mark data or notice id as part of the result of this command, which 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 Response.
CREATE, RENEW, TRANSFER, UPDATE
Constructor and Description |
---|
TmchDomainCreateCommandExtension() |
Modifier and Type | Method and Description |
---|---|
void |
addToCommand(Command command) |
void |
setAcceptedDateTime(java.util.GregorianCalendar acceptedDateTime) |
void |
setEncodedSignedMarkData(java.lang.String encodedSignedMarkData) |
void |
setNotAfterDateTime(java.util.GregorianCalendar notAfterDateTime) |
void |
setNoticeId(java.lang.String noticeId) |
public void addToCommand(Command command)
addToCommand
in interface CommandExtension
public void setEncodedSignedMarkData(java.lang.String encodedSignedMarkData)
public void setNoticeId(java.lang.String noticeId)
public void setNotAfterDateTime(java.util.GregorianCalendar notAfterDateTime)
public void setAcceptedDateTime(java.util.GregorianCalendar acceptedDateTime)