com.verisign.epp.codec.domain
Class EPPDomainInfoResp

java.lang.Object
  extended by com.verisign.epp.codec.gen.EPPResponse
      extended by com.verisign.epp.codec.domain.EPPDomainInfoResp
All Implemented Interfaces:
EPPCodecComponent, EPPMessage, java.io.Serializable, java.lang.Cloneable

public class EPPDomainInfoResp
extends EPPResponse

Represents an EPP Domain <domain:infData> response to an EPPDomainInfoCmd. When an <info> command has been processed successfully, the EPP <resData> element MUST contain a child <domain:infData> element that identifies the domain namespace and the location of the domain schema. The <domain:infData> element contains the following child elements:



Version:
$Revision: 1.5 $
Author:
$Author: jim $
See Also:
EPPDomainInfoCmd, Serialized Form

Field Summary
 
Fields inherited from class com.verisign.epp.codec.gen.EPPResponse
extensions, TRANSFER_CLIENT_APPROVED, TRANSFER_CLIENT_CANCELLED, TRANSFER_CLIENT_REJECTED, TRANSFER_PENDING, TRANSFER_SERVER_APPROVED, TRANSFER_SERVER_CANCELLED
 
Constructor Summary
EPPDomainInfoResp()
          EPPDomainInfoResp default constructor.
EPPDomainInfoResp(EPPTransId aTransId, java.lang.String aRoid, java.lang.String aName, java.lang.String aClientId, java.util.Vector someStatuses, java.lang.String aCreatedBy, java.util.Date aCreatedDate, EPPAuthInfo aAuthInfo)
          EPPDomainInfoResp constuctor that takes the required attribute values as parameters.
 
Method Summary
 java.lang.Object clone()
          Clone EPPDomainInfoResp.
protected  void doDecode(org.w3c.dom.Element aElement)
          Decode the EPPDomainInfoResp 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 EPPDomainInfoResp instance.
 boolean equals(java.lang.Object aObject)
          Compare an instance of EPPDomainInfoResp with this instance.
 EPPAuthInfo getAuthInfo()
          Get authorization information
 java.lang.String getClientId()
          Gets the domain owning Client Id.
 java.util.Vector getContacts()
          Gets the Contacts
 java.lang.String getCreatedBy()
          Gets Client Id that created the domain.
 java.util.Date getCreatedDate()
          Gets the date and time the domain was created.
 java.util.Date getExpirationDate()
          Gets the expiration date and time of the domain.
 java.util.Vector getHosts()
          Get host names
 java.util.Date getLastTransferDate()
          Gets the date and time of the last successful domain transfer.
 java.lang.String getLastUpdatedBy()
          Gets the Client Id that last updated the domain.
 java.util.Date getLastUpdatedDate()
          Gets the date and time of the last domain update.
 java.lang.String getName()
          Gets the domain name
 java.lang.String getNamespace()
          Gets the EPP command namespace associated with EPPDomainInfoResp.
 java.util.Vector getNses()
          Gets the name servers.
 java.lang.String getRegistrant()
          Get registrant
 java.lang.String getRoid()
          Get roid.
 java.util.Vector getStatuses()
          Get the current associated statuses
 java.lang.String getType()
          Gets the EPP response type associated with EPPDomainInfoResp.
 void setAuthInfo(EPPAuthInfo newAuthInfo)
          Set authorization information
 void setClientId(java.lang.String aClientId)
          Sets the domain owning Client Id.
 void setContacts(java.util.Vector someContacts)
          Sets the Contacts.
 void setCreatedBy(java.lang.String aCreatedBy)
          Sets Client Id that created the domain.
 void setCreatedDate(java.util.Date aDate)
          Sets the date and time the domain was created.
 void setExpirationDate(java.util.Date aExpirationDate)
          Sets the expiration date and time of the domain.
 void setHosts(java.util.Vector newHosts)
          Set host names
 void setLastTransferDate(java.util.Date aLastTransferDate)
          Sets the last date and time the domain was successfully transferred.
 void setLastUpdatedBy(java.lang.String aLastUpdatedBy)
          Sets the Client Id that last updated the domain.
 void setLastUpdatedDate(java.util.Date aLastUpdatedDate)
          Sets the last date and time the domain was updated.
 void setName(java.lang.String aName)
          Sets the domain name.
 void setNses(java.util.Vector aServers)
          Sets the name servers.
 void setRegistrant(java.lang.String newRegistrant)
          Set registrants.
 void setRoid(java.lang.String newRoid)
          Set roid.
 void setStatuses(java.util.Vector newStatuses)
          Set associated statuses.
 java.lang.String toString()
          Implementation of Object.toString, which will result in an indented XML String representation of the concrete EPPCodecComponent.
 
Methods inherited from class com.verisign.epp.codec.gen.EPPResponse
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EPPDomainInfoResp

public EPPDomainInfoResp()
EPPDomainInfoResp default constructor. Must call required setter methods before invoking encode, which include:


EPPDomainInfoResp

public EPPDomainInfoResp(EPPTransId aTransId,
                         java.lang.String aRoid,
                         java.lang.String aName,
                         java.lang.String aClientId,
                         java.util.Vector someStatuses,
                         java.lang.String aCreatedBy,
                         java.util.Date aCreatedDate,
                         EPPAuthInfo aAuthInfo)
EPPDomainInfoResp constuctor that takes the required attribute values as parameters. The setter methods of the optional attributes can be called before invoking encode.

Parameters:
aTransId - Transaction Id associated with response.
aRoid - roid
aName - Domain name
aClientId - Owning Client Id
someStatuses - Current status descriptors associated with the domain.
aCreatedBy - Client Id of Registrar that created the domain
aCreatedDate - Date the domain was created
aAuthInfo - Expirate date of the domain
Method Detail

getHosts

public java.util.Vector getHosts()
Get host names

Returns:
java.util.Vector

getNses

public java.util.Vector getNses()
Gets the name servers. The name servers can either be String instances containing the fully qualified name of a known name server host object, or EPPHostAttr instances containing the fully qualified name of a host and optionally the host IP addresses.

Returns:
Vector of name server String instances for host object references or EPPHostAttr instances for host attribute values if exists.

getStatuses

public java.util.Vector getStatuses()
Get the current associated statuses

Returns:
java.util.Vector

setHosts

public void setHosts(java.util.Vector newHosts)
Set host names

Parameters:
newHosts - java.util.Vector

setNses

public void setNses(java.util.Vector aServers)
Sets the name servers. The name servers can either be String instances containing the fully qualified name of a known name server host object, or EPPHostAttr instances containing the fully qualified name of a host and optionally the host IP addresses.

Parameters:
aServers - Vector of name server String instances for host object references or EPPHostAttr instances for host attribute values.

setStatuses

public void setStatuses(java.util.Vector newStatuses)
Set associated statuses.

Parameters:
newStatuses - java.util.Vector

getType

public java.lang.String getType()
Gets the EPP response type associated with EPPDomainInfoResp.

Overrides:
getType in class EPPResponse
Returns:
EPPDomainInfoResp.ELM_NAME

getNamespace

public java.lang.String getNamespace()
Gets the EPP command namespace associated with EPPDomainInfoResp.

Specified by:
getNamespace in interface EPPMessage
Overrides:
getNamespace in class EPPResponse
Returns:
EPPDomainMapFactory.NS

equals

public boolean equals(java.lang.Object aObject)
Compare an instance of EPPDomainInfoResp with this instance.

Overrides:
equals in class EPPResponse
Parameters:
aObject - Object to compare with.
Returns:
DOCUMENT ME!

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone EPPDomainInfoResp.

Specified by:
clone in interface EPPCodecComponent
Overrides:
clone in class EPPResponse
Returns:
clone of EPPDomainInfoResp
Throws:
java.lang.CloneNotSupportedException - standard Object.clone exception

toString

public java.lang.String toString()
Implementation of Object.toString, which will result in an indented XML String representation of the concrete EPPCodecComponent.

Overrides:
toString in class EPPResponse
Returns:
Indented XML String if successful; ERROR otherwise.

getName

public java.lang.String getName()
Gets the domain name

Returns:
Domain Name if defined; null otherwise.

setName

public void setName(java.lang.String aName)
Sets the domain name.

Parameters:
aName - Domain Name

getClientId

public java.lang.String getClientId()
Gets the domain owning Client Id.

Returns:
Client Id

setClientId

public void setClientId(java.lang.String aClientId)
Sets the domain owning Client Id.

Parameters:
aClientId - Client Id

getContacts

public java.util.Vector getContacts()
Gets the Contacts

Returns:
Vector of EPPDomainContact instances if defined; null otherwise.

setContacts

public void setContacts(java.util.Vector someContacts)
Sets the Contacts. This method should only be called if the Contact Namespace supported.

Parameters:
someContacts - - Vector of EPPDomainContact instances

getCreatedBy

public java.lang.String getCreatedBy()
Gets Client Id that created the domain.

Returns:
Client Id if defined; null otherwise.

setCreatedBy

public void setCreatedBy(java.lang.String aCreatedBy)
Sets Client Id that created the domain.

Parameters:
aCreatedBy - Client Id that created the domain.

getCreatedDate

public java.util.Date getCreatedDate()
Gets the date and time the domain was created.

Returns:
Date and time the domain was created if defined; null otherwise.

setCreatedDate

public void setCreatedDate(java.util.Date aDate)
Sets the date and time the domain was created.

Parameters:
aDate - Date and time the domain was created.

getExpirationDate

public java.util.Date getExpirationDate()
Gets the expiration date and time of the domain.

Returns:
Expiration date and time of the domain if defined; null otherwise.

setExpirationDate

public void setExpirationDate(java.util.Date aExpirationDate)
Sets the expiration date and time of the domain.

Parameters:
aExpirationDate - Expiration date and time of the domain.

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Gets the Client Id that last updated the domain. This will be null if the domain has not been updated since creation.

Returns:
Client Id that last updated the domain has been updated; null otherwise.

setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String aLastUpdatedBy)
Sets the Client Id that last updated the domain.

Parameters:
aLastUpdatedBy - Client Id String that last updated the domain.

getLastUpdatedDate

public java.util.Date getLastUpdatedDate()
Gets the date and time of the last domain update. This will be null if the domain has not been updated since creation.

Returns:
date and time of the last domain update if defined; null otherwise.

setLastUpdatedDate

public void setLastUpdatedDate(java.util.Date aLastUpdatedDate)
Sets the last date and time the domain was updated.

Parameters:
aLastUpdatedDate - Date and time of the last domain update.

getLastTransferDate

public java.util.Date getLastTransferDate()
Gets the date and time of the last successful domain transfer. This will be null if the domain has not been successfully transferred since creation.

Returns:
date and time of the last successful transfer if defined; null otherwise.

setLastTransferDate

public void setLastTransferDate(java.util.Date aLastTransferDate)
Sets the last date and time the domain was successfully transferred.

Parameters:
aLastTransferDate - Date and time of the last succesful transfer

getAuthInfo

public EPPAuthInfo getAuthInfo()
Get authorization information

Returns:
Authorization information if defined; null otherwise;

getRegistrant

public java.lang.String getRegistrant()
Get registrant

Returns:
String

setRegistrant

public void setRegistrant(java.lang.String newRegistrant)
Set registrants.

Parameters:
newRegistrant - String

setAuthInfo

public void setAuthInfo(EPPAuthInfo newAuthInfo)
Set authorization information

Parameters:
newAuthInfo - EPPAuthInfo

getRoid

public java.lang.String getRoid()
Get roid.

Returns:
java.lang.String

setRoid

public void setRoid(java.lang.String newRoid)
Set roid.

Parameters:
newRoid - java.lang.String

doEncode

protected org.w3c.dom.Element doEncode(org.w3c.dom.Document aDocument)
                                throws EPPEncodeException
Encode a DOM Element tree from the attributes of the EPPDomainInfoResp instance.

Overrides:
doEncode in class EPPResponse
Parameters:
aDocument - DOM Document that is being built. Used as an Element factory.
Returns:
Element Root DOM Element representing the EPPDomainInfoResp instance.
Throws:
EPPEncodeException - Unable to encode EPPDomainInfoResp instance.

doDecode

protected void doDecode(org.w3c.dom.Element aElement)
                 throws EPPDecodeException
Decode the EPPDomainInfoResp attributes from the aElement DOM Element tree.

Overrides:
doDecode in class EPPResponse
Parameters:
aElement - Root DOM Element to decode EPPDomainInfoResp from.
Throws:
EPPDecodeException - Unable to decode aElement


Copyright © VeriSign Inc. All Rights Reserved.