EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp.domain
Class epp_DomainCreateRsp

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

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

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

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

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateRsp.java,v 1.8 2002/03/11 22:13:28 tubadanm Exp $
$Revision: 1.8 $
$Date: 2002/03/11 22:13:28 $

See Also:
EPPDomainCreate, epp_DomainCreateReq, Serialized Form

Field Summary
 java.lang.String m_creation_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_name
          The name of the domain object in the registry.
 epp_Response m_rsp
          The common and generic response element.
 
Constructor Summary
epp_DomainCreateRsp()
          Empty constructor
epp_DomainCreateRsp(epp_Response _m_rsp, java.lang.String _m_name, java.lang.String _m_creation_date, java.lang.String _m_expiration_date)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getCreationDate()
          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 getName()
          Accessor method for the name of the domain object in the registry
 epp_Response getRsp()
          Accessor method for the common and generic response element.
 void setCreationDate(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 setName(java.lang.String value)
          Accessor method for the name of the domain object in the registry
 void setRsp(epp_Response value)
          Accessor method for the common and generic response element.
 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_creation_date

public java.lang.String m_creation_date
The creation date of the domain object.
See Also:
setCreationDate(String), getCreationDate()

m_expiration_date

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

epp_DomainCreateRsp

public epp_DomainCreateRsp()
Empty constructor

epp_DomainCreateRsp

public epp_DomainCreateRsp(epp_Response _m_rsp,
                           java.lang.String _m_name,
                           java.lang.String _m_creation_date,
                           java.lang.String _m_expiration_date)
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_creation_date - The creation date of the domain object
_m_expiration_date - The expiration date of 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

setCreationDate

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

getCreationDate

public java.lang.String getCreationDate()
Accessor method for the creation date of the domain object
Returns:
The domain creation date
See Also:
m_creation_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

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.