EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp.domain
Class epp_DomainInfoRsp

java.lang.Object
  |
  +--org.openrtk.idl.epp.domain.epp_DomainInfoRsp
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_DomainInfoRsp
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains the elements used to represent the domain info response from the EPP server.

Note usually instantiated by the RTK user, but rather by EPPDomainInfo and retrieved using that class' getResponseData() method.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainInfoRsp.java,v 1.7 2001/12/04 22:31:06 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:31:06 $

See Also:
EPPDomainInfo, epp_DomainInfoReq, Serialized Form

Field Summary
 epp_AuthInfo m_auth_info
          The authorization information associated with the domain object.
 java.lang.String m_client_id
          The identifier of the sponsoring client.
 epp_DomainContact[] m_contacts
          The array of contacts associated with the domain object.
 java.lang.String m_created_by
          The identifier of the client that created the domain object.
 java.lang.String m_created_date
          The creation date of the domain object.
 java.lang.String m_expiration_date
          The expiration date of the domain object.
 java.lang.String[] m_hosts
          The array of host objects created under this domain object.
 java.lang.String m_name
          The name of the domain object in the registry.
 java.lang.String[] m_name_servers
          The array of name servers associated with the domain object.
 java.lang.String m_registrant
          The registrant associated with the domain object.
 java.lang.String m_roid
          The repository object identifier associated with the domain object.
 epp_Response m_rsp
          The common and generic response element.
 epp_DomainStatus[] m_status
          The array of status associated with the domain object.
 java.lang.String m_transfer_date
          The most recent transfer date of the domain object.
 java.lang.String m_updated_by
          The identifier of the client that last updated the domain object.
 java.lang.String m_updated_date
          The most recent modification date of the domain object.
 
Constructor Summary
epp_DomainInfoRsp()
          Empty constructor
epp_DomainInfoRsp(epp_Response _m_rsp, java.lang.String _m_name, java.lang.String _m_roid, epp_DomainStatus[] _m_status, java.lang.String _m_registrant, epp_DomainContact[] _m_contacts, java.lang.String[] _m_name_servers, java.lang.String[] _m_hosts, java.lang.String _m_client_id, java.lang.String _m_created_by, java.lang.String _m_created_date, java.lang.String _m_updated_by, java.lang.String _m_updated_date, java.lang.String _m_expiration_date, java.lang.String _m_transfer_date, epp_AuthInfo _m_auth_info)
          The constructor with initializing variables.
 
Method Summary
 epp_AuthInfo getAuthInfo()
          Accessor method for the authorization information associated with the domain object
 java.lang.String getClientId()
          Accessor method for the identifier of the sponsoring client
 epp_DomainContact[] getContacts()
          Accessor method for the array of contacts associated with the domain object
 java.lang.String getCreatedBy()
          Accessor method for the identifier of the client that created the domain object
 java.lang.String getCreatedDate()
          Accessor method for the creation date of the domain object
 java.lang.String getExpirationDate()
          Accessor method for the expiration date of the domain object
 java.lang.String[] getHosts()
          Accessor method for the array of host objects created under this domain object
 java.lang.String getName()
          Accessor method for the name of the domain object in the registry
 java.lang.String[] getNameServers()
          Accessor method for the array of name servers associated with the domain object
 java.lang.String getRegistrant()
          Accessor method for the registrant associated with the domain object
 java.lang.String getRoid()
          Accessor method for the repository object identifier associated with the domain object
 epp_Response getRsp()
          Accessor method for the common and generic response element.
 epp_DomainStatus[] getStatus()
          Accessor method for the array of status associated with the domain object
 java.lang.String getTransferDate()
          Accessor method for the most recent transfer date of the domain object
 java.lang.String getUpdatedBy()
          Accessor method for the identifier of the client that last updated the domain object
 java.lang.String getUpdatedDate()
          Accessor method for the most recent modification date of the domain object
 void setAuthInfo(epp_AuthInfo value)
          Accessor method for the authorization information associated with the domain object
 void setClientId(java.lang.String value)
          Accessor method for the identifier of the sponsoring client
 void setContacts(epp_DomainContact[] value)
          Accessor method for the array of contacts associated with the domain object
 void setCreatedBy(java.lang.String value)
          Accessor method for the identifier of the client that created the domain object
 void setCreatedDate(java.lang.String value)
          Accessor method for the creation date of the domain object
 void setExpirationDate(java.lang.String value)
          Accessor method for the expiration date of the domain object
 void setHosts(java.lang.String[] value)
          Accessor method for the array of host objects created under this domain object
 void setName(java.lang.String value)
          Accessor method for the name of the domain object in the registry
 void setNameServers(java.lang.String[] value)
          Accessor method for the array of name servers associated with the domain object
 void setRegistrant(java.lang.String value)
          Accessor method for the registrant associated with the domain object
 void setRoid(java.lang.String value)
          Accessor method for the repository object identifier associated with the domain object
 void setRsp(epp_Response value)
          Accessor method for the common and generic response element.
 void setStatus(epp_DomainStatus[] value)
          Accessor method for the array of status associated with the domain object
 void setTransferDate(java.lang.String value)
          Accessor method for the most recent transfer date of the domain object
 void setUpdatedBy(java.lang.String value)
          Accessor method for the identifier of the client that last updated the domain object
 void setUpdatedDate(java.lang.String value)
          Accessor method for the most recent modification date of the domain object
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_rsp

public epp_Response m_rsp
The common and generic response element.
See Also:
getRsp()

m_name

public java.lang.String m_name
The name of the domain object in the registry.
See Also:
setName(String), getName()

m_roid

public java.lang.String m_roid
The repository object identifier associated with the domain object.
See Also:
setRoid(String), getRoid()

m_status

public epp_DomainStatus[] m_status
The array of status associated with the domain object.
See Also:
setStatus(org.openrtk.idl.epp.domain.epp_DomainStatus[]), getStatus()

m_registrant

public java.lang.String m_registrant
The registrant associated with the domain object.
See Also:
setRegistrant(String), getRegistrant()

m_contacts

public epp_DomainContact[] m_contacts
The array of contacts associated with the domain object.
See Also:
setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[]), getContacts()

m_name_servers

public java.lang.String[] m_name_servers
The array of name servers associated with the domain object.
See Also:
setNameServers(String[]), getNameServers()

m_hosts

public java.lang.String[] m_hosts
The array of host objects created under this domain object.
See Also:
setHosts(String[]), getHosts()

m_client_id

public java.lang.String m_client_id
The identifier of the sponsoring client.
See Also:
setClientId(String), getClientId()

m_created_by

public java.lang.String m_created_by
The identifier of the client that created the domain object.
See Also:
setCreatedBy(String), getCreatedBy()

m_created_date

public java.lang.String m_created_date
The creation date of the domain object.
See Also:
setCreatedDate(String), getCreatedDate()

m_updated_by

public java.lang.String m_updated_by
The identifier of the client that last updated the domain object.
See Also:
setUpdatedBy(String), getUpdatedBy()

m_updated_date

public java.lang.String m_updated_date
The most recent modification date of the domain object.
See Also:
setUpdatedDate(String), getUpdatedDate()

m_expiration_date

public java.lang.String m_expiration_date
The expiration date of the domain object.
See Also:
setExpirationDate(String), getExpirationDate()

m_transfer_date

public java.lang.String m_transfer_date
The most recent transfer date of the domain object.
See Also:
setTransferDate(String), getTransferDate()

m_auth_info

public epp_AuthInfo m_auth_info
The authorization information associated with the domain object.
See Also:
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo), getAuthInfo()
Constructor Detail

epp_DomainInfoRsp

public epp_DomainInfoRsp()
Empty constructor

epp_DomainInfoRsp

public epp_DomainInfoRsp(epp_Response _m_rsp,
                         java.lang.String _m_name,
                         java.lang.String _m_roid,
                         epp_DomainStatus[] _m_status,
                         java.lang.String _m_registrant,
                         epp_DomainContact[] _m_contacts,
                         java.lang.String[] _m_name_servers,
                         java.lang.String[] _m_hosts,
                         java.lang.String _m_client_id,
                         java.lang.String _m_created_by,
                         java.lang.String _m_created_date,
                         java.lang.String _m_updated_by,
                         java.lang.String _m_updated_date,
                         java.lang.String _m_expiration_date,
                         java.lang.String _m_transfer_date,
                         epp_AuthInfo _m_auth_info)
The constructor with initializing variables.
Parameters:
_m_rsp - The common and generic response element
_m_name - The name of the domain object in the registry
_m_roid - The repository object identifier associated with the domain object
_m_status - The array of status associated with the domain object
_m_registrant - The registrant associated with the domain object
_m_contacts - The array of contacts associated with the domain object
_m_name_servers - The array of name servers associated with the domain object
_m_hosts - The array of host objects created under this domain object
_m_client_id - The identifier of the sponsoring client
_m_created_by - The identifier of the client that created the domain object
_m_created_date - The creation date of the domain object
_m_updated_by - The identifier of the client that last updated the domain object
_m_updated_date - The most recent modification date of the domain object
_m_expiration_date - The expiration date of the domain object
_m_transfer_date - The most recent transfer date of the domain object
_m_auth_info - The authorization information associated with the domain object
Method Detail

setRsp

public void setRsp(epp_Response value)
Accessor method for the common and generic response element.
Parameters:
value - The new value for the response element
See Also:
m_rsp

getRsp

public epp_Response getRsp()
Accessor method for the common and generic response element.
Returns:
The value for the response element
See Also:
m_rsp

setName

public void setName(java.lang.String value)
Accessor method for the name of the domain object in the registry
Parameters:
value - The domain name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the name of the domain object in the registry
Returns:
The domain name
See Also:
m_name

setRoid

public void setRoid(java.lang.String value)
Accessor method for the repository object identifier associated with the domain object
Parameters:
value - The domain repository object identifier
See Also:
m_roid

getRoid

public java.lang.String getRoid()
Accessor method for the repository object identifier associated with the domain object
Returns:
The domain repository object identifier
See Also:
m_roid

setStatus

public void setStatus(epp_DomainStatus[] value)
Accessor method for the array of status associated with the domain object
Parameters:
value - The array of domain status
See Also:
m_status

getStatus

public epp_DomainStatus[] getStatus()
Accessor method for the array of status associated with the domain object
Returns:
The array of domain status
See Also:
m_status

setRegistrant

public void setRegistrant(java.lang.String value)
Accessor method for the registrant associated with the domain object
Parameters:
value - The domain registrant
See Also:
m_registrant

getRegistrant

public java.lang.String getRegistrant()
Accessor method for the registrant associated with the domain object
Returns:
The domain registrant
See Also:
m_registrant

setContacts

public void setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts associated with the domain object
Parameters:
value - The array of domain contacts
See Also:
m_contacts

getContacts

public epp_DomainContact[] getContacts()
Accessor method for the array of contacts associated with the domain object
Returns:
The array of domain contacts
See Also:
m_contacts

setNameServers

public void setNameServers(java.lang.String[] value)
Accessor method for the array of name servers associated with the domain object
Parameters:
value - The array of domain name servers
See Also:
m_name_servers

getNameServers

public java.lang.String[] getNameServers()
Accessor method for the array of name servers associated with the domain object
Returns:
The array of domain name servers
See Also:
m_name_servers

setHosts

public void setHosts(java.lang.String[] value)
Accessor method for the array of host objects created under this domain object
Parameters:
value - The array of host objects
See Also:
m_hosts

getHosts

public java.lang.String[] getHosts()
Accessor method for the array of host objects created under this domain object
Returns:
The array of host objects
See Also:
m_hosts

setClientId

public void setClientId(java.lang.String value)
Accessor method for the identifier of the sponsoring client
Parameters:
value - The domain sponsoring client id
See Also:
m_client_id

getClientId

public java.lang.String getClientId()
Accessor method for the identifier of the sponsoring client
Returns:
The domain sponsoring client id
See Also:
m_client_id

setCreatedBy

public void setCreatedBy(java.lang.String value)
Accessor method for the identifier of the client that created the domain object
Parameters:
value - The identifier of the client that created the domain object
See Also:
m_created_by

getCreatedBy

public java.lang.String getCreatedBy()
Accessor method for the identifier of the client that created the domain object
Returns:
The identifier of the client that created the domain object
See Also:
m_created_by

setCreatedDate

public void setCreatedDate(java.lang.String value)
Accessor method for the creation date of the domain object
Parameters:
value - The domain creation date
See Also:
m_created_date

getCreatedDate

public java.lang.String getCreatedDate()
Accessor method for the creation date of the domain object
Returns:
The domain creation date
See Also:
m_created_date

setUpdatedBy

public void setUpdatedBy(java.lang.String value)
Accessor method for the identifier of the client that last updated the domain object
Parameters:
value - The identifier of the client that last updated the domain object
See Also:
m_updated_by

getUpdatedBy

public java.lang.String getUpdatedBy()
Accessor method for the identifier of the client that last updated the domain object
Returns:
The identifier of the client that last updated the domain object
See Also:
m_updated_by

setUpdatedDate

public void setUpdatedDate(java.lang.String value)
Accessor method for the most recent modification date of the domain object
Parameters:
value - The most recent modification date
See Also:
m_updated_date

getUpdatedDate

public java.lang.String getUpdatedDate()
Accessor method for the most recent modification date of the domain object
Returns:
The most recent modification date
See Also:
m_updated_date

setExpirationDate

public void setExpirationDate(java.lang.String value)
Accessor method for the expiration date of the domain object
Parameters:
value - The domain expiration date
See Also:
m_expiration_date

getExpirationDate

public java.lang.String getExpirationDate()
Accessor method for the expiration date of the domain object
Returns:
The domain expiration date
See Also:
m_expiration_date

setTransferDate

public void setTransferDate(java.lang.String value)
Accessor method for the most recent transfer date of the domain object
Parameters:
value - The domain transfer date
See Also:
m_transfer_date

getTransferDate

public java.lang.String getTransferDate()
Accessor method for the most recent transfer date of the domain object
Returns:
The domain transfer date
See Also:
m_transfer_date

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the domain object
Parameters:
value - The domain authorization information
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information associated with the domain object
Returns:
The domain authorization information
See Also:
m_auth_info

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.5.0

Copyright © 2001 - Tucows, Inc.