|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.host.epp_HostInfoRsp
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/epp/host/epp_HostInfoRsp.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
EPPHostInfo
,
epp_HostInfoReq
, Serialized FormField 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 |
public epp_Response m_rsp
getRsp()
public java.lang.String m_name
setName(String)
,
getName()
public java.lang.String m_roid
setRoid(String)
,
getRoid()
public epp_HostStatus[] m_status
setStatus(org.openrtk.idl.epp.host.epp_HostStatus[])
,
getStatus()
public epp_HostAddress[] m_addresses
setAddresses(org.openrtk.idl.epp.host.epp_HostAddress[])
,
getAddresses()
public java.lang.String m_client_id
setClientId(String)
,
getClientId()
public java.lang.String m_created_by
setCreatedBy(String)
,
getCreatedBy()
public java.lang.String m_created_date
setCreatedDate(String)
,
getCreatedDate()
public java.lang.String m_updated_by
setUpdatedBy(String)
,
getUpdatedBy()
public java.lang.String m_updated_date
setUpdatedDate(String)
,
getUpdatedDate()
public java.lang.String m_transfer_date
setTransferDate(String)
,
getTransferDate()
Constructor Detail |
public 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)
_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 objectMethod Detail |
public void setRsp(epp_Response value)
value
- The new value for the response elementm_rsp
public epp_Response getRsp()
m_rsp
public void setName(java.lang.String value)
value
- The host namem_name
public java.lang.String getName()
m_name
public void setRoid(java.lang.String value)
value
- The host repository object identifierm_roid
public java.lang.String getRoid()
m_roid
public void setStatus(epp_HostStatus[] value)
value
- The array of host statusm_status
public epp_HostStatus[] getStatus()
m_status
public void setAddresses(epp_HostAddress[] value)
value
- The array of host IP addressesm_addresses
public epp_HostAddress[] getAddresses()
m_addresses
public void setClientId(java.lang.String value)
value
- The host sponsoring client idm_client_id
public java.lang.String getClientId()
m_client_id
public void setCreatedBy(java.lang.String value)
value
- The identifier of the client that created the host objectm_created_by
public java.lang.String getCreatedBy()
m_created_by
public void setCreatedDate(java.lang.String value)
value
- The host creation datem_created_date
public java.lang.String getCreatedDate()
m_created_date
public void setUpdatedBy(java.lang.String value)
value
- The identifier of the client that last updated the host objectm_updated_by
public java.lang.String getUpdatedBy()
m_updated_by
public void setUpdatedDate(java.lang.String value)
value
- The most recent modification datem_updated_date
public java.lang.String getUpdatedDate()
m_updated_date
public void setTransferDate(java.lang.String value)
value
- The most recent host transfer datem_transfer_date
public java.lang.String getTransferDate()
m_transfer_date
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |