EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0402.host
Class epp_HostInfoRsp

java.lang.Object
  |
  +--org.openrtk.idl.epp0402.host.epp_HostInfoRsp
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

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

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

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0402/host/epp_HostInfoRsp.java,v 1.1 2003/03/21 16:35:42 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:35:42 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPHostInfo, epp_HostInfoReq, Serialized Form

Field Summary
 epp_HostAddress[] m_addresses
          The array of IP addresses associated with the host object.
 java.lang.String m_client_id
          The identifier of the sponsoring client.
 java.lang.String m_created_by
          The identifier of the client that created the host object.
 java.lang.String m_created_date
          The creation date of the host object.
 java.lang.String m_name
          The name of the host object in the registry.
 java.lang.String m_roid
          The repository object identifier associated with the host object.
 epp_Response m_rsp
          The common and generic response element.
 epp_HostStatus[] m_status
          The array of status associated with the host object.
 java.lang.String m_transfer_date
          The most recent transfer date of the host object.
 java.lang.String m_updated_by
          The identifier of the client that last updated the host object.
 java.lang.String m_updated_date
          The most recent modification date of the host object.
 
Constructor Summary
epp_HostInfoRsp()
          Empty constructor
epp_HostInfoRsp(epp_Response _m_rsp, java.lang.String _m_name, java.lang.String _m_roid, epp_HostStatus[] _m_status, epp_HostAddress[] _m_addresses, 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_transfer_date)
          The constructor with initializing variables.
 
Method Summary
 epp_HostAddress[] getAddresses()
          Accessor method for the array of IP addresses associated with the host object
 java.lang.String getClientId()
          Accessor method for the identifier of the sponsoring client
 java.lang.String getCreatedBy()
          Accessor method for the identifier of the client that created the host object
 java.lang.String getCreatedDate()
          Accessor method for the creation date of the host object
 java.lang.String getName()
          Accessor method for the name of the host object in the registry
 java.lang.String getRoid()
          Accessor method for the repository object identifier associated with the host object
 epp_Response getRsp()
          Accessor method for the common and generic response element.
 epp_HostStatus[] getStatus()
          Accessor method for the array of status associated with the host object
 java.lang.String getTransferDate()
          Accessor method for the most recent transfer date of the host object
 java.lang.String getUpdatedBy()
          Accessor method for the identifier of the client that last updated the host object
 java.lang.String getUpdatedDate()
          Accessor method for the most recent modification date of the host object
 void setAddresses(epp_HostAddress[] value)
          Accessor method for the array of IP addresses associated with the host object
 void setClientId(java.lang.String value)
          Accessor method for the identifier of the sponsoring client
 void setCreatedBy(java.lang.String value)
          Accessor method for the identifier of the client that created the host object
 void setCreatedDate(java.lang.String value)
          Accessor method for the creation date of the host object
 void setName(java.lang.String value)
          Accessor method for the name of the host object in the registry
 void setRoid(java.lang.String value)
          Accessor method for the repository object identifier associated with the host object
 void setRsp(epp_Response value)
          Accessor method for the common and generic response element.
 void setStatus(epp_HostStatus[] value)
          Accessor method for the array of status associated with the host object
 void setTransferDate(java.lang.String value)
          Accessor method for the most recent transfer date of the host object
 void setUpdatedBy(java.lang.String value)
          Accessor method for the identifier of the client that last updated the host object
 void setUpdatedDate(java.lang.String value)
          Accessor method for the most recent modification date of the host 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 host object in the registry.

See Also:
setName(String), getName()

m_roid

public java.lang.String m_roid
The repository object identifier associated with the host object.

See Also:
setRoid(String), getRoid()

m_status

public epp_HostStatus[] m_status
The array of status associated with the host object.

See Also:
setStatus(org.openrtk.idl.epp0402.host.epp_HostStatus[]), getStatus()

m_addresses

public epp_HostAddress[] m_addresses
The array of IP addresses associated with the host object.

See Also:
setAddresses(org.openrtk.idl.epp0402.host.epp_HostAddress[]), getAddresses()

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 host object.

See Also:
setCreatedBy(String), getCreatedBy()

m_created_date

public java.lang.String m_created_date
The creation date of the host 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 host object.

See Also:
setUpdatedBy(String), getUpdatedBy()

m_updated_date

public java.lang.String m_updated_date
The most recent modification date of the host object.

See Also:
setUpdatedDate(String), getUpdatedDate()

m_transfer_date

public java.lang.String m_transfer_date
The most recent transfer date of the host object.

See Also:
setTransferDate(String), getTransferDate()
Constructor Detail

epp_HostInfoRsp

public epp_HostInfoRsp()
Empty constructor


epp_HostInfoRsp

public epp_HostInfoRsp(epp_Response _m_rsp,
                       java.lang.String _m_name,
                       java.lang.String _m_roid,
                       epp_HostStatus[] _m_status,
                       epp_HostAddress[] _m_addresses,
                       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_transfer_date)
The constructor with initializing variables.

Parameters:
_m_rsp - The common and generic response element
_m_name - The name of the host object in the registry
_m_roid - The repository object identifier associated with the host object
_m_status - The array of status associated with the host object
_m_addresses - The array of IP addresses associated with the host object
_m_client_id - The identifier of the sponsoring client
_m_created_by - The identifier of the client that created the host object
_m_created_date - The creation date of the host object
_m_updated_by - The identifier of the client that last updated the host object
_m_updated_date - The most recent modification date of the host object
_m_transfer_date - The most recent transfer date of the host 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 host object in the registry

Parameters:
value - The host name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the name of the host object in the registry

Returns:
The host name
See Also:
m_name

setRoid

public void setRoid(java.lang.String value)
Accessor method for the repository object identifier associated with the host object

Parameters:
value - The host repository object identifier
See Also:
m_roid

getRoid

public java.lang.String getRoid()
Accessor method for the repository object identifier associated with the host object

Returns:
The host repository object identifier
See Also:
m_roid

setStatus

public void setStatus(epp_HostStatus[] value)
Accessor method for the array of status associated with the host object

Parameters:
value - The array of host status
See Also:
m_status

getStatus

public epp_HostStatus[] getStatus()
Accessor method for the array of status associated with the host object

Returns:
The array of host status
See Also:
m_status

setAddresses

public void setAddresses(epp_HostAddress[] value)
Accessor method for the array of IP addresses associated with the host object

Parameters:
value - The array of host IP addresses
See Also:
m_addresses

getAddresses

public epp_HostAddress[] getAddresses()
Accessor method for the array of IP addresses associated with the host object

Returns:
The array of host IP addresses
See Also:
m_addresses

setClientId

public void setClientId(java.lang.String value)
Accessor method for the identifier of the sponsoring client

Parameters:
value - The host 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 host 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 host object

Parameters:
value - The identifier of the client that created the host object
See Also:
m_created_by

getCreatedBy

public java.lang.String getCreatedBy()
Accessor method for the identifier of the client that created the host object

Returns:
The identifier of the client that created the host object
See Also:
m_created_by

setCreatedDate

public void setCreatedDate(java.lang.String value)
Accessor method for the creation date of the host object

Parameters:
value - The host creation date
See Also:
m_created_date

getCreatedDate

public java.lang.String getCreatedDate()
Accessor method for the creation date of the host object

Returns:
The host 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 host object

Parameters:
value - The identifier of the client that last updated the host object
See Also:
m_updated_by

getUpdatedBy

public java.lang.String getUpdatedBy()
Accessor method for the identifier of the client that last updated the host object

Returns:
The identifier of the client that last updated the host object
See Also:
m_updated_by

setUpdatedDate

public void setUpdatedDate(java.lang.String value)
Accessor method for the most recent modification date of the host 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 host object

Returns:
The most recent modification date
See Also:
m_updated_date

setTransferDate

public void setTransferDate(java.lang.String value)
Accessor method for the most recent transfer date of the host object

Parameters:
value - The most recent host transfer date
See Also:
m_transfer_date

getTransferDate

public java.lang.String getTransferDate()
Accessor method for the most recent transfer date of the host object

Returns:
The most recent host transfer date
See Also:
m_transfer_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.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS