|
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.domain.epp_DomainInfoRsp
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 $
EPPDomainInfo
,
epp_DomainInfoReq
, Serialized FormField 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 |
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_DomainStatus[] m_status
setStatus(org.openrtk.idl.epp.domain.epp_DomainStatus[])
,
getStatus()
public java.lang.String m_registrant
setRegistrant(String)
,
getRegistrant()
public epp_DomainContact[] m_contacts
setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[])
,
getContacts()
public java.lang.String[] m_name_servers
setNameServers(String[])
,
getNameServers()
public java.lang.String[] m_hosts
setHosts(String[])
,
getHosts()
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_expiration_date
setExpirationDate(String)
,
getExpirationDate()
public java.lang.String m_transfer_date
setTransferDate(String)
,
getTransferDate()
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
Constructor Detail |
public 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)
_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 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 domain namem_name
public java.lang.String getName()
m_name
public void setRoid(java.lang.String value)
value
- The domain repository object identifierm_roid
public java.lang.String getRoid()
m_roid
public void setStatus(epp_DomainStatus[] value)
value
- The array of domain statusm_status
public epp_DomainStatus[] getStatus()
m_status
public void setRegistrant(java.lang.String value)
value
- The domain registrantm_registrant
public java.lang.String getRegistrant()
m_registrant
public void setContacts(epp_DomainContact[] value)
value
- The array of domain contactsm_contacts
public epp_DomainContact[] getContacts()
m_contacts
public void setNameServers(java.lang.String[] value)
value
- The array of domain name serversm_name_servers
public java.lang.String[] getNameServers()
m_name_servers
public void setHosts(java.lang.String[] value)
value
- The array of host objectsm_hosts
public java.lang.String[] getHosts()
m_hosts
public void setClientId(java.lang.String value)
value
- The domain 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 domain objectm_created_by
public java.lang.String getCreatedBy()
m_created_by
public void setCreatedDate(java.lang.String value)
value
- The domain 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 domain 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 setExpirationDate(java.lang.String value)
value
- The domain expiration datem_expiration_date
public java.lang.String getExpirationDate()
m_expiration_date
public void setTransferDate(java.lang.String value)
value
- The domain transfer datem_transfer_date
public java.lang.String getTransferDate()
m_transfer_date
public void setAuthInfo(epp_AuthInfo value)
value
- The domain authorization informationm_auth_info
public epp_AuthInfo getAuthInfo()
m_auth_info
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 |