| EPP RTK for Java v 0.9.5 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.openrtk.idl.epp0402.domain.epp_DomainInfoRsppublic class epp_DomainInfoRspextends java.lang.Objectimplements org.omg.CORBA.portable.IDLEntityEPPDomainInfo, epp_DomainInfoReqField Summary | |
epp_AuthInfo |
|
String |
|
epp_DomainContact[] |
|
String |
|
String |
|
String |
|
String[] |
|
String |
|
String[] |
|
String |
|
String |
|
epp_Response |
|
epp_DomainStatus[] |
|
String |
|
String |
|
String |
|
Constructor Summary | |
| |
| |
Method Summary | |
epp_AuthInfo |
|
String |
|
epp_DomainContact[] |
|
String |
|
String |
|
String |
|
String[] |
|
String |
|
String[] |
|
String |
|
String |
|
epp_Response |
|
epp_DomainStatus[] |
|
String |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public epp_AuthInfo m_auth_info
The authorization information associated with the domain object.
- See Also:
setAuthInfo(epp_AuthInfo),getAuthInfo()
public String m_client_id
The identifier of the sponsoring client.
- See Also:
setClientId(String),getClientId()
public epp_DomainContact[] m_contacts
The array of contacts associated with the domain object.
public String m_created_by
The identifier of the client that created the domain object.
- See Also:
setCreatedBy(String),getCreatedBy()
public String m_created_date
The creation date of the domain object.
- See Also:
setCreatedDate(String),getCreatedDate()
public String m_expiration_date
The expiration date of the domain object.
- See Also:
setExpirationDate(String),getExpirationDate()
public String[] m_hosts
The array of host objects created under this domain object.
- See Also:
setHosts(String[]),getHosts()
public String m_name
The name of the domain object in the registry.
- See Also:
setName(String),getName()
public String[] m_name_servers
The array of name servers associated with the domain object.
- See Also:
setNameServers(String[]),getNameServers()
public String m_registrant
The registrant associated with the domain object.
- See Also:
setRegistrant(String),getRegistrant()
public String m_roid
The repository object identifier associated with the domain object.
- See Also:
setRoid(String),getRoid()
public epp_DomainStatus[] m_status
The array of status associated with the domain object.
- See Also:
setStatus(epp_DomainStatus[]),getStatus()
public String m_transfer_date
The most recent transfer date of the domain object.
- See Also:
setTransferDate(String),getTransferDate()
public String m_updated_by
The identifier of the client that last updated the domain object.
- See Also:
setUpdatedBy(String),getUpdatedBy()
public String m_updated_date
The most recent modification date of the domain object.
- See Also:
setUpdatedDate(String),getUpdatedDate()
public epp_DomainInfoRsp()
Empty constructor
public epp_DomainInfoRsp(epp_Response _m_rsp, String _m_name, String _m_roid, epp_DomainStatus[] _m_status, String _m_registrant, epp_DomainContact[] _m_contacts, String[] _m_name_servers, String[] _m_hosts, String _m_client_id, String _m_created_by, String _m_created_date, String _m_updated_by, String _m_updated_date, String _m_expiration_date, String _m_transfer_date, epp_AuthInfo _m_auth_info)
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_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 object
public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information associated with the domain object
- Returns:
- The domain authorization information
- See Also:
m_auth_info
public String getClientId()
Accessor method for the identifier of the sponsoring client
- Returns:
- The domain sponsoring client id
- See Also:
m_client_id
public epp_DomainContact[] getContacts()
Accessor method for the array of contacts associated with the domain object
- Returns:
- The array of domain contacts
- See Also:
m_contacts
public String getCreatedBy()
Accessor method for the identifier of the client that created the domain object
- Returns:
- The identifier of the client that created the domain object
- See Also:
m_created_by
public String getCreatedDate()
Accessor method for the creation date of the domain object
- Returns:
- The domain creation date
- See Also:
m_created_date
public String getExpirationDate()
Accessor method for the expiration date of the domain object
- Returns:
- The domain expiration date
- See Also:
m_expiration_date
public String[] getHosts()
Accessor method for the array of host objects created under this domain object
- Returns:
- The array of host objects
- See Also:
m_hosts
public String getName()
Accessor method for the name of the domain object in the registry
- Returns:
- The domain name
- See Also:
m_name
public String[] getNameServers()
Accessor method for the array of name servers associated with the domain object
- Returns:
- The array of domain name servers
- See Also:
m_name_servers
public String getRegistrant()
Accessor method for the registrant associated with the domain object
- Returns:
- The domain registrant
- See Also:
m_registrant
public String getRoid()
Accessor method for the repository object identifier associated with the domain object
- Returns:
- The domain repository object identifier
- See Also:
m_roid
public epp_Response getRsp()
Accessor method for the common and generic response element.
- Returns:
- The value for the response element
- See Also:
m_rsp
public epp_DomainStatus[] getStatus()
Accessor method for the array of status associated with the domain object
- Returns:
- The array of domain status
- See Also:
m_status
public String getTransferDate()
Accessor method for the most recent transfer date of the domain object
- Returns:
- The domain transfer date
- See Also:
m_transfer_date
public String getUpdatedBy()
Accessor method for the identifier of the client that last updated the domain object
- Returns:
- The identifier of the client that last updated the domain object
- See Also:
m_updated_by
public String getUpdatedDate()
Accessor method for the most recent modification date of the domain object
- Returns:
- The most recent modification date
- See Also:
m_updated_date
public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information associated with the domain object
- Parameters:
value- The domain authorization information
- See Also:
m_auth_info
public void setClientId(String value)
Accessor method for the identifier of the sponsoring client
- Parameters:
value- The domain sponsoring client id
- See Also:
m_client_id
public void setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts associated with the domain object
- Parameters:
value- The array of domain contacts
- See Also:
m_contacts
public void setCreatedBy(String value)
Accessor method for the identifier of the client that created the domain object
- Parameters:
value- The identifier of the client that created the domain object
- See Also:
m_created_by
public void setCreatedDate(String value)
Accessor method for the creation date of the domain object
- Parameters:
value- The domain creation date
- See Also:
m_created_date
public void setExpirationDate(String value)
Accessor method for the expiration date of the domain object
- Parameters:
value- The domain expiration date
- See Also:
m_expiration_date
public void setHosts(String[] value)
Accessor method for the array of host objects created under this domain object
- Parameters:
value- The array of host objects
- See Also:
m_hosts
public void setName(String value)
Accessor method for the name of the domain object in the registry
- Parameters:
value- The domain name
- See Also:
m_name
public void setNameServers(String[] value)
Accessor method for the array of name servers associated with the domain object
- Parameters:
value- The array of domain name servers
- See Also:
m_name_servers
public void setRegistrant(String value)
Accessor method for the registrant associated with the domain object
- Parameters:
value- The domain registrant
- See Also:
m_registrant
public void setRoid(String value)
Accessor method for the repository object identifier associated with the domain object
- Parameters:
value- The domain repository object identifier
- See Also:
m_roid
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
public void setStatus(epp_DomainStatus[] value)
Accessor method for the array of status associated with the domain object
- Parameters:
value- The array of domain status
- See Also:
m_status
public void setTransferDate(String value)
Accessor method for the most recent transfer date of the domain object
- Parameters:
value- The domain transfer date
- See Also:
m_transfer_date
public void setUpdatedBy(String value)
Accessor method for the identifier of the client that last updated the domain object
- Parameters:
value- The identifier of the client that last updated the domain object
- See Also:
m_updated_by
public void setUpdatedDate(String value)
Accessor method for the most recent modification date of the domain object
- Parameters:
value- The most recent modification date
- See Also:
m_updated_date
public String toString()
Converts this class into a string. Typically used to view the object in debug output.
- Returns:
- The string representation of this object instance