public class EPPOrgCreateResp extends EPPResponse
EPPOrgInfoCmd
is the concrete EPPCommand
associated
with EPPOrgInfoCmd
.EPPOrgCreateResp
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_LOCALNAME
XML local name for
EPPOrgCreateResp . |
static java.lang.String |
ELM_NAME
XML root tag for
EPPOrgCreateResp . |
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED
Constructor and Description |
---|
EPPOrgCreateResp()
EPPOrgCreateResp default constructor. |
EPPOrgCreateResp(EPPTransId aTransId)
EPPOrgCreateResp constructor that only takes the transaction
identifier. |
EPPOrgCreateResp(EPPTransId aTransId,
java.lang.String aOrgId,
java.util.Date aCreatedDate)
EPPOrgCreateResp constructor that all attributes as
parameters. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPOrgCreateResp . |
protected void |
doDecode(org.w3c.dom.Element aElement)
Decode the
EPPOrgCreateResp attributes from the aElement DOM
Element tree. |
protected org.w3c.dom.Element |
doEncode(org.w3c.dom.Document aDocument)
Encode a DOM Element tree from the attributes of the
EPPOrgCreateResp instance. |
boolean |
equals(java.lang.Object aObject)
Compare an instance of
EPPOrgCreateResp with this instance. |
java.util.Date |
getCreatedDate() |
java.lang.String |
getNamespace()
Gets the EPP command namespace associated with
EPPOrgCreateResp . |
java.lang.String |
getOrgId()
Gets the the server-unique identifier of the organization object.
|
java.lang.String |
getType()
Gets the EPP response type associated with
EPPOrgCreateResp . |
void |
setCreatedDate(java.util.Date aCreatedDate) |
void |
setOrgId(java.lang.String aOrgId)
Sets the org identifier.
|
java.lang.String |
toString()
Implementation of
Object.toString , which will result in an
indented XML String representation of the concrete
EPPCodecComponent . |
addExtension, decode, encode, getExtension, getExtension, getExtensions, getMessageQueue, getMsgQueue, getMsgQueueCount, getMsgQueueDate, getMsgQueueMsg, getQDate, getResult, getResults, getTransId, hasExtension, hasExtensions, hasMessageQueue, hasMsgQueue, hasResultCode, isSuccess, setExtension, setExtensions, setMsgQueue, setResult, setResult, setResult, setResult, setResults, setTransId
public static final java.lang.String ELM_LOCALNAME
EPPOrgCreateResp
.public static final java.lang.String ELM_NAME
EPPOrgCreateResp
.public EPPOrgCreateResp()
EPPOrgCreateResp
default constructor.public EPPOrgCreateResp(EPPTransId aTransId)
EPPOrgCreateResp
constructor that only takes the transaction
identifier.aTransId
- Transaction Id associated with response.public EPPOrgCreateResp(EPPTransId aTransId, java.lang.String aOrgId, java.util.Date aCreatedDate)
EPPOrgCreateResp
constructor that all attributes as
parameters.aTransId
- Transaction Id associated with command. Set to null
if a client transaction identifier is not desired.aOrgId
- Org identifieraCreatedDate
- Org created datepublic java.lang.String getOrgId()
null
otherwise.public void setOrgId(java.lang.String aOrgId)
aOrgId
- The org identifierpublic java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date aCreatedDate)
aCreatedDate
- the createdDate to setprotected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument) throws EPPEncodeException
EPPOrgCreateResp
instance.doEncode
in class EPPResponse
aDocument
- DOM Document that is being built. Used as an Element factory.EPPEncodeException
- Unable to encode EPPOrgCreateResp instance.protected void doDecode(org.w3c.dom.Element aElement) throws EPPDecodeException
EPPOrgCreateResp
attributes from the aElement DOM
Element tree.doDecode
in class EPPResponse
aElement
- Root DOM Element to decode EPPOrgCreateResp
from.EPPDecodeException
- Unable to decode aElementpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPOrgCreateResp
.clone
in interface EPPCodecComponent
clone
in class EPPResponse
EPPOrgCreateResp
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic java.lang.String getType()
EPPOrgCreateResp
.getType
in class EPPResponse
EPPOrgCreateResp.ELM_NAME
public java.lang.String getNamespace()
EPPOrgCreateResp
.getNamespace
in interface EPPCodecComponent
getNamespace
in interface EPPMessage
getNamespace
in class EPPResponse
EPPOrgMapFactory.NS
public boolean equals(java.lang.Object aObject)
EPPOrgCreateResp
with this instance.equals
in class EPPResponse
aObject
- Object to compare with.true
if this object is the same as the aObject argument;
false
otherwisepublic java.lang.String toString()
Object.toString
, which will result in an
indented XML String
representation of the concrete
EPPCodecComponent
.toString
in class EPPResponse
String
if successful; ERROR
otherwise.Copyright © VeriSign Inc. All Rights Reserved.