public final class AeDomainModifyRegistrantCommand extends DomainUpdateCommand
| Modifier and Type | Field and Description |
|---|---|
protected java.util.logging.Logger |
userLogger |
protected XMLWriter |
xmlWriter |
objElementcmdElement, command, extension| Constructor and Description |
|---|
AeDomainModifyRegistrantCommand(java.lang.String name,
java.lang.String eligibilityType,
int policyReason,
java.lang.String registrantName,
java.lang.String registrantID,
java.lang.String registrantIDType,
java.lang.String eligibilityName,
java.lang.String eligibilityID,
java.lang.String eligibilityIDType,
java.lang.String explanation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toXML()
Serialize the EPP service element to XML.
|
java.lang.String |
toXML(XmlOutputConfig outputConfig)
Serialize the EPP service element to XML using the given output config.
|
appendExtension, getCommandType, getExtensionElement, getXmlWriter, initCmdElement, toXMLImplprotected final transient XMLWriter xmlWriter
protected final transient java.util.logging.Logger userLogger
public AeDomainModifyRegistrantCommand(java.lang.String name,
java.lang.String eligibilityType,
int policyReason,
java.lang.String registrantName,
java.lang.String registrantID,
java.lang.String registrantIDType,
java.lang.String eligibilityName,
java.lang.String eligibilityID,
java.lang.String eligibilityIDType,
java.lang.String explanation)
java.lang.IllegalArgumentException - if eligibilityType or registrantName is null.public final java.lang.String toXML()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - The XML representation of the command
failed schema validation. Further attempts to serialize this command
will also fail.toXMLpublic final java.lang.String toXML(XmlOutputConfig outputConfig) throws org.xml.sax.SAXException
outputConfig - a configuration that indicates how to output the XMLorg.xml.sax.SAXExceptionXmlOutputConfig