org.openrtk.idl.epp0705.host
Class epp_HostInfoRsp
java.lang.Object
org.openrtk.idl.epp0705.host.epp_HostInfoRsp
- org.omg.CORBA.portable.IDLEntity
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/epp0705/host/epp_HostInfoRsp.java,v 1.2 2003/09/10 21:29:59 tubadanm Exp $
$Revision: 1.2 $
$Date: 2003/09/10 21:29:59 $
epp_HostAddress[] | m_addresses - The array of IP addresses associated with the host object.
|
String | m_client_id - The identifier of the sponsoring client.
|
String | m_created_by - The identifier of the client that created the host object.
|
String | m_created_date - The creation date of the host object.
|
String | m_name - The name of the host object in the registry.
|
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.
|
String | m_transfer_date - The most recent transfer date of the host object.
|
String | m_updated_by - The identifier of the client that last updated the host object.
|
String | m_updated_date - The most recent modification date of the host object.
|
epp_HostInfoRsp() - Empty constructor
|
epp_HostInfoRsp(epp_Response _m_rsp, String _m_name, String _m_roid, epp_HostStatus[] _m_status, epp_HostAddress[] _m_addresses, String _m_client_id, String _m_created_by, String _m_created_date, String _m_updated_by, String _m_updated_date, String _m_transfer_date) - The constructor with initializing variables.
|
epp_HostAddress[] | getAddresses() - Accessor method for the array of IP addresses associated with the host object
|
String | getClientId() - Accessor method for the identifier of the sponsoring client
|
String | getCreatedBy() - Accessor method for the identifier of the client that created the host object
|
String | getCreatedDate() - Accessor method for the creation date of the host object
|
String | getName() - Accessor method for the name of the host object in the registry
|
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
|
String | getTransferDate() - Accessor method for the most recent transfer date of the host object
|
String | getUpdatedBy() - Accessor method for the identifier of the client that last updated the host object
|
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(String value) - Accessor method for the identifier of the sponsoring client
|
void | setCreatedBy(String value) - Accessor method for the identifier of the client that created the host object
|
void | setCreatedDate(String value) - Accessor method for the creation date of the host object
|
void | setName(String value) - Accessor method for the name of the host object in the registry
|
void | setRoid(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(String value) - Accessor method for the most recent transfer date of the host object
|
void | setUpdatedBy(String value) - Accessor method for the identifier of the client that last updated the host object
|
void | setUpdatedDate(String value) - Accessor method for the most recent modification date of the host object
|
String | toString() - Converts this class into a string.
|
m_addresses
public epp_HostAddress[] m_addresses
The array of IP addresses associated with the host object.
m_client_id
public String m_client_id
The identifier of the sponsoring client.
m_created_by
public String m_created_by
The identifier of the client that created the host object.
m_created_date
public String m_created_date
The creation date of the host object.
m_name
public String m_name
The name of the host object in the registry.
m_roid
public String m_roid
The repository object identifier associated with the host object.
m_rsp
public epp_Response m_rsp
The common and generic response element.
m_status
public epp_HostStatus[] m_status
The array of status associated with the host object.
m_transfer_date
public String m_transfer_date
The most recent transfer date of the host object.
m_updated_by
public String m_updated_by
The identifier of the client that last updated the host object.
m_updated_date
public String m_updated_date
The most recent modification date of the host object.
epp_HostInfoRsp
public epp_HostInfoRsp()
Empty constructor
epp_HostInfoRsp
public epp_HostInfoRsp(epp_Response _m_rsp,
String _m_name,
String _m_roid,
epp_HostStatus[] _m_status,
epp_HostAddress[] _m_addresses,
String _m_client_id,
String _m_created_by,
String _m_created_date,
String _m_updated_by,
String _m_updated_date,
String _m_transfer_date)
The constructor with initializing variables.
_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
getAddresses
public epp_HostAddress[] getAddresses()
Accessor method for the array of IP addresses associated with the host object
- The array of host IP addresses
getClientId
public String getClientId()
Accessor method for the identifier of the sponsoring client
- The host sponsoring client id
getCreatedBy
public String getCreatedBy()
Accessor method for the identifier of the client that created the host object
- The identifier of the client that created the host object
getCreatedDate
public String getCreatedDate()
Accessor method for the creation date of the host object
getName
public String getName()
Accessor method for the name of the host object in the registry
getRoid
public String getRoid()
Accessor method for the repository object identifier associated with the host object
- The host repository object identifier
getRsp
public epp_Response getRsp()
Accessor method for the common and generic response element.
- The value for the response element
getStatus
public epp_HostStatus[] getStatus()
Accessor method for the array of status associated with the host object
getTransferDate
public String getTransferDate()
Accessor method for the most recent transfer date of the host object
- The most recent host transfer date
getUpdatedBy
public String getUpdatedBy()
Accessor method for the identifier of the client that last updated the host object
- The identifier of the client that last updated the host object
getUpdatedDate
public String getUpdatedDate()
Accessor method for the most recent modification date of the host object
- The most recent modification date
setAddresses
public void setAddresses(epp_HostAddress[] value)
Accessor method for the array of IP addresses associated with the host object
value
- The array of host IP addresses
setClientId
public void setClientId(String value)
Accessor method for the identifier of the sponsoring client
value
- The host sponsoring client id
setCreatedBy
public void setCreatedBy(String value)
Accessor method for the identifier of the client that created the host object
value
- The identifier of the client that created the host object
setCreatedDate
public void setCreatedDate(String value)
Accessor method for the creation date of the host object
value
- The host creation date
setName
public void setName(String value)
Accessor method for the name of the host object in the registry
setRoid
public void setRoid(String value)
Accessor method for the repository object identifier associated with the host object
value
- The host repository object identifier
setRsp
public void setRsp(epp_Response value)
Accessor method for the common and generic response element.
value
- The new value for the response element
setStatus
public void setStatus(epp_HostStatus[] value)
Accessor method for the array of status associated with the host object
value
- The array of host status
setTransferDate
public void setTransferDate(String value)
Accessor method for the most recent transfer date of the host object
value
- The most recent host transfer date
setUpdatedBy
public void setUpdatedBy(String value)
Accessor method for the identifier of the client that last updated the host object
value
- The identifier of the client that last updated the host object
setUpdatedDate
public void setUpdatedDate(String value)
Accessor method for the most recent modification date of the host object
value
- The most recent modification date
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS