Serialized Form
Package com.tucows.oxrs.epp.rtk |
epp_host_name_
java.lang.String epp_host_name_
epp_host_port_
int epp_host_port_
epp_timeout_
int epp_timeout_
epp_client_id_
java.lang.String epp_client_id_
epp_password_
java.lang.String epp_password_
epp_services_
java.lang.String[] epp_services_
epp_service_extensions_
java.lang.String[] epp_service_extensions_
version_
java.lang.String version_
lang_
java.lang.String lang_
transport_
EPPTransportBase transport_
lastNetTransaction
long lastNetTransaction
isValid
boolean isValid
sendver_
boolean sendver_
Package com.tucows.oxrs.epp.rtk.transport |
Package com.tucows.oxrs.epp.rtk.xml |
action_request_
epp_ContactCheckReq action_request_
action_response_
epp_ContactCheckRsp action_response_
action_request_
epp_ContactCreateReq action_request_
action_response_
epp_ContactCreateRsp action_response_
action_request_
epp_ContactDeleteReq action_request_
action_response_
epp_ContactDeleteRsp action_response_
action_request_
epp_ContactInfoReq action_request_
action_response_
epp_ContactInfoRsp action_response_
action_request_
epp_ContactTransferReq action_request_
action_response_
epp_ContactTransferRsp action_response_
action_request_
epp_ContactUpdateReq action_request_
action_response_
epp_ContactUpdateRsp action_response_
action_request_
epp_DomainCheckReq action_request_
action_response_
epp_DomainCheckRsp action_response_
action_request_
epp_DomainCreateReq action_request_
action_response_
epp_DomainCreateRsp action_response_
action_request_
epp_DomainDeleteReq action_request_
action_response_
epp_DomainDeleteRsp action_response_
action_request_
epp_DomainInfoReq action_request_
action_response_
epp_DomainInfoRsp action_response_
action_request_
epp_DomainRenewReq action_request_
action_response_
epp_DomainRenewRsp action_response_
action_request_
epp_DomainTransferReq action_request_
action_response_
epp_DomainTransferRsp action_response_
action_request_
epp_DomainUpdateReq action_request_
action_response_
epp_DomainUpdateRsp action_response_
greeting_
epp_Greeting greeting_
action_request_
epp_HostCheckReq action_request_
action_response_
epp_HostCheckRsp action_response_
action_request_
epp_HostCreateReq action_request_
action_response_
epp_HostCreateRsp action_response_
action_request_
epp_HostDeleteReq action_request_
action_response_
epp_HostDeleteRsp action_response_
action_request_
epp_HostInfoReq action_request_
action_response_
epp_HostInfoRsp action_response_
action_request_
epp_HostUpdateReq action_request_
action_response_
epp_HostUpdateRsp action_response_
action_request_
epp_LoginReq action_request_
action_response_
epp_LoginRsp action_response_
action_request_
epp_LogoutReq action_request_
action_response_
epp_LogoutRsp action_response_
action_request_
epp_PollReq action_request_
action_response_
epp_PollRsp action_response_
action_request_
epp_StatusReq action_request_
action_response_
epp_StatusRsp action_response_
Package com.tucows.oxrs.epp.rtk.xml.extension |
Package com.tucows.oxrs.epp.rtk.xml.unspec |
Package org.openrtk.idl.epp |
m_type
epp_AuthInfoType m_type
- The authorization information type.
- See Also:
epp_AuthInfo.setType(org.openrtk.idl.epp.epp_AuthInfoType)
,
epp_AuthInfo.getType()
m_roid
java.lang.String m_roid
- The authorizing object's repository object identifier.
Only used in transfer requests and only if the registry
permits "third-party" authorization for a transfer. That is,
for example, using an admin contact's auth info to authorize a
transfer of a domain to which it is associated. Note, that
no currently existing registries support this option.
- See Also:
epp_AuthInfo.setRoid(String)
,
epp_AuthInfo.getRoid()
m_value
java.lang.String m_value
- The authorizing object's passphrase.
If the m_roid value is null, then the current object is the
authorizing object.
- See Also:
epp_AuthInfo.setValue(String)
,
epp_AuthInfo.getValue()
__value
int __value
m_avail
boolean m_avail
- The boolean value indicating whether an object is available in the registry or not.
- See Also:
epp_CheckResult.setAvail(boolean)
,
epp_CheckResult.getAvail()
m_value
java.lang.String m_value
- The identifier or name of the object checked in the registry.
- See Also:
epp_CheckResult.setValue(String)
,
epp_CheckResult.getValue()
m_reason
java.lang.String m_reason
- Server-specific text to explain why the object is unavailable
Max length 32 by the XSD specifications
- See Also:
epp_CheckResult.setReason(String)
,
epp_CheckResult.getReason()
m_lang
java.lang.String m_lang
- The language for the reason text, default "en"
- See Also:
epp_CheckResult.setLang(String)
,
epp_CheckResult.getLang()
m_creds
epp_Credentials m_creds
- The element that provides client identity information.
- See Also:
epp_Command.setCreds(org.openrtk.idl.epp.epp_Credentials)
,
epp_Command.getCreds()
m_extension
epp_Extension m_extension
- The optional command extensions.
- See Also:
epp_Command.setExtension(org.openrtk.idl.epp.epp_Extension)
,
epp_Command.getExtension()
m_client_trid
java.lang.String m_client_trid
- The client transaction identifier assigned by the client to the command.
- See Also:
epp_Command.setClientTrid(String)
,
epp_Command.getClientTrid()
m_client_id
java.lang.String m_client_id
- The client identifier created on the server.
- See Also:
epp_Credentials.setClientId(String)
,
epp_Credentials.getClientId()
m_password
java.lang.String m_password
- The client password.
- See Also:
epp_Credentials.setPassword(String)
,
epp_Credentials.getPassword()
m_new_password
java.lang.String m_new_password
- The new client password to be used for the future session establishment.
- See Also:
epp_Credentials.setNewPassword(String)
,
epp_Credentials.getNewPassword()
m_options
epp_Options m_options
- The options element that contains client's choices on the protocol version and response language
- See Also:
epp_Credentials.setOptions(org.openrtk.idl.epp.epp_Options)
,
epp_Credentials.getOptions()
m_access
epp_dcpAccessType m_access
- The access type.
- See Also:
epp_DataCollectionPolicy.setAccess(epp_dcpAccessType)
,
epp_DataCollectionPolicy.getAccess()
m_statements
epp_dcpStatement[] m_statements
- The array of statement elements.
- See Also:
epp_DataCollectionPolicy.setStatements(epp_dcpStatement[])
,
epp_DataCollectionPolicy.getStatements()
__value
int __value
__value
int __value
__value
int __value
__value
int __value
m_purposes
epp_dcpPurposeType[] m_purposes
- The array of data collection purpose types.
- See Also:
epp_dcpStatement.setPurposes(epp_dcpPurposeType[])
,
epp_dcpStatement.getPurposes()
m_recipients
epp_dcpRecipientType[] m_recipients
- The array of data recipient types.
- See Also:
epp_dcpStatement.setRecipients(epp_dcpRecipientType[])
,
epp_dcpStatement.getRecipients()
m_retention
epp_dcpRetentionType m_retention
- The data retention type.
- See Also:
epp_dcpStatement.setRetention(epp_dcpRetentionType)
,
epp_dcpStatement.getRetention()
m_details
epp_Result[] m_details
- The array of error details.
- See Also:
epp_Exception.setDetails(org.openrtk.idl.epp.epp_Result[])
,
epp_Exception.getDetails()
m_server_id
java.lang.String m_server_id
- The name of the server.
- See Also:
epp_Greeting.setServerId(String)
,
epp_Greeting.getServerId()
m_server_date
java.lang.String m_server_date
- The server's current date and time in UTC.
- See Also:
epp_Greeting.setServerDate(String)
,
epp_Greeting.getServerDate()
m_svc_menu
epp_ServiceMenu m_svc_menu
- The services offered by the server.
- See Also:
epp_Greeting.setSvcMenu(org.openrtk.idl.epp.epp_ServiceMenu)
,
epp_Greeting.getSvcMenu()
m_dcp
epp_DataCollectionPolicy m_dcp
- The data collection policy of the server.
- See Also:
epp_Greeting.setDcp(org.openrtk.idl.epp.epp_DataCollectionPolicy)
,
epp_Greeting.getDcp()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_LoginReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_LoginReq.getCmd()
m_services
java.lang.String[] m_services
- The array of service URIs.
Each URI identifies an object to be managed during the session.
- See Also:
epp_LoginReq.setServices(String[])
,
epp_LoginReq.getServices()
m_extensions
java.lang.String[] m_extensions
- The array of service extensions.
Each element identifies a custom object extensions supported by the server.
- See Also:
epp_LoginReq.setExtensions(String[])
,
epp_LoginReq.getExtensions()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_LoginRsp.getRsp()
m_extension
epp_Extension m_extension
- The optional command extensions.
- See Also:
epp_LogoutReq.setExtension(org.openrtk.idl.epp.epp_Extension)
,
epp_LogoutReq.getExtension()
m_client_trid
java.lang.String m_client_trid
- The client transaction identifier assigned by the client to the command.
- See Also:
epp_LogoutReq.setClientTrid(String)
,
epp_LogoutReq.getClientTrid()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_LogoutRsp.getRsp()
m_count
int m_count
- The number of the service messages queued in EPP server for client retrieval.
- See Also:
epp_MessageQueue.setCount(int)
,
epp_MessageQueue.getCount()
m_queue_date
java.lang.String m_queue_date
- The date and time that a particular message was enqueued.
Only be present when returning a message in a poll response
- See Also:
epp_MessageQueue.setQueueDate(String)
,
epp_MessageQueue.getQueueDate()
m_version
java.lang.String m_version
- The protocol version to be used for the command or ongoing server session.
The value of the version must exactly match one of the values presented in the EPP greeting.
- See Also:
epp_Options.setVersion(String)
,
epp_Options.getVersion()
m_lang
java.lang.String m_lang
- The text response language to be used for the command or ongoing server session.
The value of the language must exactly match one of the values presented in the EPP greeting.
- See Also:
epp_Options.setLang(String)
,
epp_Options.getLang()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_PollReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_PollReq.getCmd()
m_op
epp_PollOpType m_op
- The poll operation type.
- See Also:
epp_PollReq.setOp(org.openrtk.idl.epp.epp_PollOpType)
,
epp_PollReq.getOp()
m_msgID
java.lang.String m_msgID
- The response message id from the EPP server.
- See Also:
epp_PollReq.setMsgID(String)
,
epp_PollReq.getMsgID()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_PollRsp.getRsp()
m_res_data
epp_PollResData m_res_data
- The retrieved message data.
- See Also:
epp_PollRsp.setResData(org.openrtk.idl.epp.epp_PollResData)
,
epp_PollRsp.getResData()
m_results
epp_Result[] m_results
- The array of the results that document the success or failure of an EPP command execution.
- See Also:
epp_Response.setResults(org.openrtk.idl.epp.epp_Result[])
,
epp_Response.getResults()
m_message_queue
epp_MessageQueue m_message_queue
- The element that indicates stauts of the messages queued in the EPP server for client retrieval.
- See Also:
epp_Response.setMessageQueue(org.openrtk.idl.epp.epp_MessageQueue)
,
epp_Response.getMessageQueue()
m_extension_string
java.lang.String m_extension_string
- The optional response extensions from the registry.
- See Also:
epp_Response.setExtensionString(String)
,
epp_Response.getExtensionString()
m_trans_id
epp_TransID m_trans_id
- The transaction identifiers assigned by the client and the server.
- See Also:
epp_Response.setTransId(org.openrtk.idl.epp.epp_TransID)
,
epp_Response.getTransId()
m_code
short m_code
- The decimal number that describes the success or failure of an EPP command.
- See Also:
epp_Result.setCode(short)
,
epp_Result.getCode()
m_msg
java.lang.String m_msg
- The human-readable description of the response code.
- See Also:
epp_Result.setMsg(String)
,
epp_Result.getMsg()
m_lang
java.lang.String m_lang
- The language used to express the response message.
- See Also:
epp_Result.setLang(String)
,
epp_Result.getLang()
m_id
java.lang.String m_id
- The identifier of the service message dequeued from the server by the client.
Normally be present when responding to an EPP poll command.
- See Also:
epp_Result.setId(String)
,
epp_Result.getId()
m_values
java.lang.String[] m_values
- The array of messages that provide server error details.
- See Also:
epp_Result.setValues(String[])
,
epp_Result.getValues()
m_data
epp_ResultData m_data
- The generic Result data.
- See Also:
epp_Result.setData(org.openrtk.idl.epp.epp_ResultData)
,
epp_Result.getData()
m_status
epp_StatusResultData m_status
- Placeholder for the result data to the EPP Status command
- See Also:
epp_ResultData.setStatus(org.openrtk.idl.epp.epp_StatusResultData)
,
epp_ResultData.getStatus()
m_name
java.lang.String m_name
- The name of the object to be managed by the server.
- See Also:
epp_Service.setName(String)
,
epp_Service.getName()
m_xmlns
java.lang.String m_xmlns
- The xml namespace of the object.
- See Also:
epp_Service.setXmlns(String)
,
epp_Service.getXmlns()
m_schema_location
java.lang.String m_schema_location
- The xml schema location of the object.
- See Also:
epp_Service.setSchemaLocation(String)
,
epp_Service.getSchemaLocation()
m_versions
java.lang.String[] m_versions
- The array of protocol versions supported by the server.
- See Also:
epp_ServiceMenu.setVersions(String[])
,
epp_ServiceMenu.getVersions()
m_langs
java.lang.String[] m_langs
- The array of languages supported by the server.
- See Also:
epp_ServiceMenu.setLangs(String[])
,
epp_ServiceMenu.getLangs()
m_services
java.lang.String[] m_services
- The array of services offered by the server.
- See Also:
epp_ServiceMenu.setServices(String[])
,
epp_ServiceMenu.getServices()
m_extensions
java.lang.String[] m_extensions
- The array of object extensions supported by the server.
- See Also:
epp_ServiceMenu.setExtensions(String[])
,
epp_ServiceMenu.getExtensions()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_StatusReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_StatusReq.getCmd()
m_client_trid
java.lang.String m_client_trid
- The client transaction id upon the status command will be applied
This is not the same as the client trid use in the generic command
arguments.
- See Also:
epp_StatusReq.setClientTrid(String)
,
epp_StatusReq.getClientTrid()
m_command
epp_StatusCommandType m_command
- The type of command upon the status command will be applied
- See Also:
epp_StatusReq.setCommand(org.openrtk.idl.epp.epp_StatusCommandType)
,
epp_StatusReq.getCommand()
m_ack
boolean m_ack
m_cltrid
java.lang.String m_cltrid
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_StatusRsp.getRsp()
__value
int __value
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information required to authorize object transfers.
- See Also:
epp_TransferRequest.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_TransferRequest.getAuthInfo()
m_op
epp_TransferOpType m_op
- The transfer operation type.
- See Also:
epp_TransferRequest.setOp(org.openrtk.idl.epp.epp_TransferOpType)
,
epp_TransferRequest.getOp()
__value
int __value
m_client_trid
java.lang.String m_client_trid
- The transaction identifier assigned by the client.
- See Also:
epp_TransID.setClientTrid(String)
,
epp_TransID.getClientTrid()
m_server_trid
java.lang.String m_server_trid
- The transaction identifier assigned by the server.
- See Also:
epp_TransID.setServerTrid(String)
,
epp_TransID.getServerTrid()
m_error_message
java.lang.String m_error_message
- The error message.
- See Also:
epp_XMLException.setErrorMessage(String)
,
epp_XMLException.getErrorMessage()
Package org.openrtk.idl.epp.contact |
m_street1
java.lang.String m_street1
- The part 1 of the contact's street address.
- See Also:
epp_ContactAddress.setStreet1(String)
,
epp_ContactAddress.getStreet1()
m_street2
java.lang.String m_street2
- The part 2 of the contact's street address.
- See Also:
epp_ContactAddress.setStreet2(String)
,
epp_ContactAddress.getStreet2()
m_street3
java.lang.String m_street3
- The part 3 of the contact's street address.
- See Also:
epp_ContactAddress.setStreet3(String)
,
epp_ContactAddress.getStreet3()
m_city
java.lang.String m_city
- The contact's city.
- See Also:
epp_ContactAddress.setCity(String)
,
epp_ContactAddress.getCity()
m_state_province
java.lang.String m_state_province
- The contact's state or province.
- See Also:
epp_ContactAddress.setStateProvince(String)
,
epp_ContactAddress.getStateProvince()
m_postal_code
java.lang.String m_postal_code
- The contact's postal code.
- See Also:
epp_ContactAddress.setPostalCode(String)
,
epp_ContactAddress.getPostalCode()
m_country_code
java.lang.String m_country_code
- The contact's country code.
- See Also:
epp_ContactAddress.setCountryCode(String)
,
epp_ContactAddress.getCountryCode()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_ContactCheckReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_ContactCheckReq.getCmd()
m_ids
java.lang.String[] m_ids
- The array of contact ids to check in the registry.
- See Also:
epp_ContactCheckReq.setIds(String[])
,
epp_ContactCheckReq.getIds()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_ContactCheckRsp.getRsp()
m_results
epp_CheckResult[] m_results
- The generic check response array.
- See Also:
epp_ContactCheckRsp.getResults()
,
EPPXMLBase.getCheckResultFor(epp_CheckResult[], String)
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_ContactCreateReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_ContactCreateReq.getCmd()
m_id
java.lang.String m_id
- The identifier for the contact to be created.
- See Also:
epp_ContactCreateReq.setId(String)
,
epp_ContactCreateReq.getId()
m_ascii_address
epp_ContactNameAddress m_ascii_address
- The contact name and address to be associated with the contact object.
Content of this element must be represented in a subset of UTF-8.
- See Also:
epp_ContactCreateReq.setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
epp_ContactCreateReq.getAsciiAddress()
m_i15d_address
epp_ContactNameAddress m_i15d_address
- The contact name and address to be associated with the contact object.
Content of this element may be represented in unrestricted UTF-8.
- See Also:
epp_ContactCreateReq.setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
epp_ContactCreateReq.getI15dAddress()
m_voice
epp_ContactPhone m_voice
- The telephone number of the contact.
- See Also:
epp_ContactCreateReq.setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
epp_ContactCreateReq.getVoice()
m_fax
epp_ContactPhone m_fax
- The fax number of the contact.
- See Also:
epp_ContactCreateReq.setFax(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
epp_ContactCreateReq.getFax()
m_email
java.lang.String m_email
- The e-mail address of the contact.
- See Also:
epp_ContactCreateReq.setEmail(String)
,
epp_ContactCreateReq.getEmail()
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information to be associated with the contact object.
- See Also:
epp_ContactCreateReq.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_ContactCreateReq.getAuthInfo()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_ContactCreateRsp.getRsp()
m_id
java.lang.String m_id
- The identifier for the contact object in the registry.
- See Also:
epp_ContactCreateRsp.setId(String)
,
epp_ContactCreateRsp.getId()
m_creation_date
java.lang.String m_creation_date
- The creation date of the contact object.
- See Also:
epp_ContactCreateRsp.setCreationDate(String)
,
epp_ContactCreateRsp.getCreationDate()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_ContactDeleteReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_ContactDeleteReq.getCmd()
m_id
java.lang.String m_id
- The identifier for the contact object to be deleted in the registry.
- See Also:
epp_ContactDeleteReq.setId(String)
,
epp_ContactDeleteReq.getId()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_ContactDeleteRsp.getRsp()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_ContactInfoReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_ContactInfoReq.getCmd()
m_id
java.lang.String m_id
- The identifier for the contact object to be queried.
- See Also:
epp_ContactInfoReq.setId(String)
,
epp_ContactInfoReq.getId()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_ContactInfoRsp.getRsp()
m_id
java.lang.String m_id
- The identifier for the contact object in the registry.
- See Also:
epp_ContactInfoRsp.setId(String)
,
epp_ContactInfoRsp.getId()
m_roid
java.lang.String m_roid
- The repository object identifier associated with the domain object.
- See Also:
epp_ContactInfoRsp.setRoid(String)
,
epp_ContactInfoRsp.getRoid()
m_ascii_address
epp_ContactNameAddress m_ascii_address
- The contact name and address associated with the contact object.
Content of this element must be represented in a subset of UTF-8.
- See Also:
epp_ContactInfoRsp.setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
epp_ContactInfoRsp.getAsciiAddress()
m_i15d_address
epp_ContactNameAddress m_i15d_address
- The contact name and address associated with the contact object.
Content of this element may be represented in unrestricted UTF-8.
- See Also:
epp_ContactInfoRsp.setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
epp_ContactInfoRsp.getI15dAddress()
m_voice
epp_ContactPhone m_voice
- The contact's telephone number.
- See Also:
epp_ContactInfoRsp.setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
epp_ContactInfoRsp.getVoice()
m_fax
epp_ContactPhone m_fax
- The contact's fax number.
- See Also:
epp_ContactInfoRsp.setFax(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
epp_ContactInfoRsp.getFax()
m_email
java.lang.String m_email
- The contact's e-mail address.
- See Also:
epp_ContactInfoRsp.setEmail(String)
,
epp_ContactInfoRsp.getEmail()
m_status
epp_ContactStatus[] m_status
- The array of status associated with the contact object.
- See Also:
epp_ContactInfoRsp.setStatus(org.openrtk.idl.epp.contact.epp_ContactStatus[])
,
epp_ContactInfoRsp.getStatus()
m_client_id
java.lang.String m_client_id
- The identifier of the sponsoring client.
- See Also:
epp_ContactInfoRsp.setClientId(String)
,
epp_ContactInfoRsp.getClientId()
m_created_by
java.lang.String m_created_by
- The identifier of the client that created the contact object.
- See Also:
epp_ContactInfoRsp.setCreatedBy(String)
,
epp_ContactInfoRsp.getCreatedBy()
m_created_date
java.lang.String m_created_date
- The creation date of the contact object.
- See Also:
epp_ContactInfoRsp.setCreatedDate(String)
,
epp_ContactInfoRsp.getCreatedDate()
m_updated_by
java.lang.String m_updated_by
- The identifier of the client that last updated the contact object.
- See Also:
epp_ContactInfoRsp.setUpdatedBy(String)
,
epp_ContactInfoRsp.getUpdatedBy()
m_updated_date
java.lang.String m_updated_date
- The most recent modification date of the contact object.
- See Also:
epp_ContactInfoRsp.setUpdatedDate(String)
,
epp_ContactInfoRsp.getUpdatedDate()
m_transfer_date
java.lang.String m_transfer_date
- The most recent transfer date of the contact object.
- See Also:
epp_ContactInfoRsp.setTransferDate(String)
,
epp_ContactInfoRsp.getTransferDate()
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information associated with the contact object.
- See Also:
epp_ContactInfoRsp.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_ContactInfoRsp.getAuthInfo()
m_name
java.lang.String m_name
- The contact individual name.
- See Also:
epp_ContactNameAddress.setName(String)
,
epp_ContactNameAddress.getName()
m_org
java.lang.String m_org
- The name of the organization with which the contact is affiliated.
- See Also:
epp_ContactNameAddress.setOrg(String)
,
epp_ContactNameAddress.getOrg()
m_address
epp_ContactAddress m_address
- The contact's address information.
- See Also:
epp_ContactNameAddress.setAddress(org.openrtk.idl.epp.contact.epp_ContactAddress)
,
epp_ContactNameAddress.getAddress()
m_extension
java.lang.String m_extension
- The extension of the telephone number.
- See Also:
epp_ContactPhone.setExtension(String)
,
epp_ContactPhone.getExtension()
m_value
java.lang.String m_value
- The contact's telephone number value.
- See Also:
epp_ContactPhone.setValue(String)
,
epp_ContactPhone.getValue()
m_type
epp_ContactStatusType m_type
- The type of the contact status.
- See Also:
epp_ContactStatus.setType(org.openrtk.idl.epp.contact.epp_ContactStatusType)
,
epp_ContactStatus.getType()
m_lang
java.lang.String m_lang
- The language used to express the contact status value.
- See Also:
epp_ContactStatus.setLang(String)
,
epp_ContactStatus.getLang()
m_value
java.lang.String m_value
- The value of the contact status.
- See Also:
epp_ContactStatus.setValue(String)
,
epp_ContactStatus.getValue()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_ContactTransferReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_ContactTransferReq.getCmd()
m_trans
epp_TransferRequest m_trans
- The common and gereric transfer request element.
The element encapsulates the authorization information and the transfer operation type.
- See Also:
epp_ContactTransferReq.setTrans(org.openrtk.idl.epp.epp_TransferRequest)
,
epp_ContactTransferReq.getTrans()
m_id
java.lang.String m_id
- The identifier for the contact object for the transfer request.
- See Also:
epp_ContactTransferReq.setId(String)
,
epp_ContactTransferReq.getId()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_ContactTransferRsp.getRsp()
m_trn_data
epp_ContactTrnData m_trn_data
- The transfer data for the contact object in the registry.
- See Also:
epp_ContactTransferRsp.setTrnData(org.openrtk.idl.epp.contact.epp_ContactTrnData)
,
epp_ContactTransferRsp.getTrnData()
m_id
java.lang.String m_id
- The id of the contact object in the registry.
- See Also:
epp_ContactTrnData.setId(String)
,
epp_ContactTrnData.getId()
m_transfer_status
epp_TransferStatusType m_transfer_status
- The transfer status associated with the contact object.
- See Also:
epp_ContactTrnData.setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType)
,
epp_ContactTrnData.getTransferStatus()
m_request_client_id
java.lang.String m_request_client_id
- The identifier of the client that requested the contact object transfer.
- See Also:
epp_ContactTrnData.setRequestClientId(String)
,
epp_ContactTrnData.getRequestClientId()
m_action_client_id
java.lang.String m_action_client_id
- The identifier of the client that should act upon the contact transfer request.
- See Also:
epp_ContactTrnData.setActionClientId(String)
,
epp_ContactTrnData.getActionClientId()
m_request_date
java.lang.String m_request_date
- The date that the contact transfer was requested.
- See Also:
epp_ContactTrnData.setRequestDate(String)
,
epp_ContactTrnData.getRequestDate()
m_action_date
java.lang.String m_action_date
- The required or completed action date to the contact transfer request.
- See Also:
epp_ContactTrnData.setActionDate(String)
,
epp_ContactTrnData.getActionDate()
m_status
epp_ContactStatus[] m_status
- The array of status to be associated with or removed from the contact object.
- See Also:
epp_ContactUpdateAddRemove.setStatus(org.openrtk.idl.epp.contact.epp_ContactStatus[])
,
epp_ContactUpdateAddRemove.getStatus()
m_ascii_address
epp_ContactNameAddress m_ascii_address
- The contact name and address to be associated with the contact object.
Content of this element must be represented in a subset of UTF-8.
- See Also:
epp_ContactUpdateChange.setAsciiAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
epp_ContactUpdateChange.getAsciiAddress()
m_i15d_address
epp_ContactNameAddress m_i15d_address
- The contact name and address to be associated with the contact object.
Content of this element may be represented in unrestricted UTF-8.
- See Also:
epp_ContactUpdateChange.setI15dAddress(org.openrtk.idl.epp.contact.epp_ContactNameAddress)
,
epp_ContactUpdateChange.getI15dAddress()
m_voice
epp_ContactPhone m_voice
- The contact's telephone number.
- See Also:
epp_ContactUpdateChange.setVoice(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
epp_ContactUpdateChange.getVoice()
m_fax
epp_ContactPhone m_fax
- The contact's fax number.
- See Also:
epp_ContactUpdateChange.setFax(org.openrtk.idl.epp.contact.epp_ContactPhone)
,
epp_ContactUpdateChange.getFax()
m_email
java.lang.String m_email
- The contact's e-mail address.
- See Also:
epp_ContactUpdateChange.setEmail(String)
,
epp_ContactUpdateChange.getEmail()
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information to be associated with the contact object.
- See Also:
epp_ContactUpdateChange.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_ContactUpdateChange.getAuthInfo()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_ContactUpdateReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_ContactUpdateReq.getCmd()
m_id
java.lang.String m_id
- The identifier for the contact object to be modified in the registry.
- See Also:
epp_ContactUpdateReq.setId(String)
,
epp_ContactUpdateReq.getId()
m_add
epp_ContactUpdateAddRemove m_add
- The add element that contains attribute values to be added to the contact object.
- See Also:
epp_ContactUpdateReq.setAdd(org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove)
,
epp_ContactUpdateReq.getAdd()
m_remove
epp_ContactUpdateAddRemove m_remove
- The remove element that contains attribute values to be removed from the contact object.
- See Also:
epp_ContactUpdateReq.setRemove(org.openrtk.idl.epp.contact.epp_ContactUpdateAddRemove)
,
epp_ContactUpdateReq.getRemove()
m_change
epp_ContactUpdateChange m_change
- The change element that contains attribute values to be changed in the contact object.
- See Also:
epp_ContactUpdateReq.setChange(org.openrtk.idl.epp.contact.epp_ContactUpdateChange)
,
epp_ContactUpdateReq.getChange()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_ContactUpdateRsp.getRsp()
Package org.openrtk.idl.epp.domain |
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainCheckReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainCheckReq.getCmd()
m_names
java.lang.String[] m_names
- The array of domain names to check in the registry.
- See Also:
epp_DomainCheckReq.setNames(String[])
,
epp_DomainCheckReq.getNames()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainCheckRsp.getRsp()
m_results
epp_CheckResult[] m_results
- The generic check response array.
- See Also:
epp_DomainCheckRsp.getResults()
,
EPPXMLBase.getCheckResultFor(epp_CheckResult[], String)
m_type
epp_DomainContactType m_type
- The type of the domain contact.
- See Also:
epp_DomainContact.setType(org.openrtk.idl.epp.domain.epp_DomainContactType)
,
epp_DomainContact.getType()
m_id
java.lang.String m_id
- The identifier of the domain contact.
- See Also:
epp_DomainContact.setId(String)
,
epp_DomainContact.getId()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainCreateReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainCreateReq.getCmd()
m_name
java.lang.String m_name
- The name of the domain object to be created in the registry.
- See Also:
epp_DomainCreateReq.setName(String)
,
epp_DomainCreateReq.getName()
m_period
epp_DomainPeriod m_period
- The registration period of the domain object.
- See Also:
epp_DomainCreateReq.setPeriod(org.openrtk.idl.epp.domain.epp_DomainPeriod)
,
epp_DomainCreateReq.getPeriod()
m_name_servers
java.lang.String[] m_name_servers
- The array of name servers to be associated with the domain object.
Name servers must exist in the registry
- See Also:
epp_DomainCreateReq.setNameServers(String[])
,
epp_DomainCreateReq.getNameServers()
m_registrant
java.lang.String m_registrant
- The domain registrant to be associated with the domain object.
Registrant must exist in the registry
- See Also:
epp_DomainCreateReq.setRegistrant(String)
,
epp_DomainCreateReq.getRegistrant()
m_contacts
epp_DomainContact[] m_contacts
- The array of contacts to be associated with the domain object.
Contact objects must exist in the registry
- See Also:
epp_DomainCreateReq.setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[])
,
epp_DomainCreateReq.getContacts()
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information to be associated with the domain object.
- See Also:
epp_DomainCreateReq.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_DomainCreateReq.getAuthInfo()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainCreateRsp.getRsp()
m_name
java.lang.String m_name
- The name of the domain object in the registry.
- See Also:
epp_DomainCreateRsp.setName(String)
,
epp_DomainCreateRsp.getName()
m_creation_date
java.lang.String m_creation_date
- The creation date of the domain object.
- See Also:
epp_DomainCreateRsp.setCreationDate(String)
,
epp_DomainCreateRsp.getCreationDate()
m_expiration_date
java.lang.String m_expiration_date
- The expiration date of the domain object.
- See Also:
epp_DomainCreateRsp.setExpirationDate(String)
,
epp_DomainCreateRsp.getExpirationDate()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainDeleteReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainDeleteReq.getCmd()
m_name
java.lang.String m_name
- The name of the domain object to be deleted in the registry
- See Also:
epp_DomainDeleteReq.setName(String)
,
epp_DomainDeleteReq.getName()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainDeleteRsp.getRsp()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainInfoReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainInfoReq.getCmd()
m_name
java.lang.String m_name
- The name of the domain object to be queried.
- See Also:
epp_DomainInfoReq.setName(String)
,
epp_DomainInfoReq.getName()
m_hosts_type
epp_DomainHostsType m_hosts_type
- The types of hosts you would like to see returned by the info command.
- See Also:
epp_DomainInfoReq.setHostsType(epp_DomainHostsType)
,
epp_DomainInfoReq.getHostsType()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainInfoRsp.getRsp()
m_name
java.lang.String m_name
- The name of the domain object in the registry.
- See Also:
epp_DomainInfoRsp.setName(String)
,
epp_DomainInfoRsp.getName()
m_roid
java.lang.String m_roid
- The repository object identifier associated with the domain object.
- See Also:
epp_DomainInfoRsp.setRoid(String)
,
epp_DomainInfoRsp.getRoid()
m_status
epp_DomainStatus[] m_status
- The array of status associated with the domain object.
- See Also:
epp_DomainInfoRsp.setStatus(org.openrtk.idl.epp.domain.epp_DomainStatus[])
,
epp_DomainInfoRsp.getStatus()
m_registrant
java.lang.String m_registrant
- The registrant associated with the domain object.
- See Also:
epp_DomainInfoRsp.setRegistrant(String)
,
epp_DomainInfoRsp.getRegistrant()
m_contacts
epp_DomainContact[] m_contacts
- The array of contacts associated with the domain object.
- See Also:
epp_DomainInfoRsp.setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[])
,
epp_DomainInfoRsp.getContacts()
m_name_servers
java.lang.String[] m_name_servers
- The array of name servers associated with the domain object.
- See Also:
epp_DomainInfoRsp.setNameServers(String[])
,
epp_DomainInfoRsp.getNameServers()
m_hosts
java.lang.String[] m_hosts
- The array of host objects created under this domain object.
- See Also:
epp_DomainInfoRsp.setHosts(String[])
,
epp_DomainInfoRsp.getHosts()
m_client_id
java.lang.String m_client_id
- The identifier of the sponsoring client.
- See Also:
epp_DomainInfoRsp.setClientId(String)
,
epp_DomainInfoRsp.getClientId()
m_created_by
java.lang.String m_created_by
- The identifier of the client that created the domain object.
- See Also:
epp_DomainInfoRsp.setCreatedBy(String)
,
epp_DomainInfoRsp.getCreatedBy()
m_created_date
java.lang.String m_created_date
- The creation date of the domain object.
- See Also:
epp_DomainInfoRsp.setCreatedDate(String)
,
epp_DomainInfoRsp.getCreatedDate()
m_updated_by
java.lang.String m_updated_by
- The identifier of the client that last updated the domain object.
- See Also:
epp_DomainInfoRsp.setUpdatedBy(String)
,
epp_DomainInfoRsp.getUpdatedBy()
m_updated_date
java.lang.String m_updated_date
- The most recent modification date of the domain object.
- See Also:
epp_DomainInfoRsp.setUpdatedDate(String)
,
epp_DomainInfoRsp.getUpdatedDate()
m_expiration_date
java.lang.String m_expiration_date
- The expiration date of the domain object.
- See Also:
epp_DomainInfoRsp.setExpirationDate(String)
,
epp_DomainInfoRsp.getExpirationDate()
m_transfer_date
java.lang.String m_transfer_date
- The most recent transfer date of the domain object.
- See Also:
epp_DomainInfoRsp.setTransferDate(String)
,
epp_DomainInfoRsp.getTransferDate()
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information associated with the domain object.
- See Also:
epp_DomainInfoRsp.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_DomainInfoRsp.getAuthInfo()
m_unit
epp_DomainPeriodUnitType m_unit
- The unit type of the domain registration period.
- See Also:
epp_DomainPeriod.setUnit(org.openrtk.idl.epp.domain.epp_DomainPeriodUnitType)
,
epp_DomainPeriod.getUnit()
m_value
short m_value
- The value of the domain registration period.
- See Also:
epp_DomainPeriod.setValue(short)
,
epp_DomainPeriod.getValue()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainRenewReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainRenewReq.getCmd()
m_name
java.lang.String m_name
- The name of the domain object to be renewed in the registry.
- See Also:
epp_DomainRenewReq.setName(String)
,
epp_DomainRenewReq.getName()
m_current_expiration_date
java.lang.String m_current_expiration_date
- The current expiration date associated with the domain object.
- See Also:
epp_DomainRenewReq.setCurrentExpirationDate(String)
,
epp_DomainRenewReq.getCurrentExpirationDate()
m_period
epp_DomainPeriod m_period
- The number of units to be added to the registration period of the domain object.
- See Also:
epp_DomainRenewReq.setPeriod(org.openrtk.idl.epp.domain.epp_DomainPeriod)
,
epp_DomainRenewReq.getPeriod()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainRenewRsp.getRsp()
m_name
java.lang.String m_name
- The name of the domain object in the registry.
- See Also:
epp_DomainRenewRsp.setName(String)
,
epp_DomainRenewRsp.getName()
m_expiration_date
java.lang.String m_expiration_date
- The expiration date of the domain object.
- See Also:
epp_DomainRenewRsp.setExpirationDate(String)
,
epp_DomainRenewRsp.getExpirationDate()
m_type
epp_DomainStatusType m_type
- The type of the domain status.
- See Also:
epp_DomainStatus.setType(org.openrtk.idl.epp.domain.epp_DomainStatusType)
,
epp_DomainStatus.getType()
m_lang
java.lang.String m_lang
- The language used to express the domain status value.
- See Also:
epp_DomainStatus.setLang(String)
,
epp_DomainStatus.getLang()
m_value
java.lang.String m_value
- The value of the domain status.
- See Also:
epp_DomainStatus.setValue(String)
,
epp_DomainStatus.getValue()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainTransferReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainTransferReq.getCmd()
m_trans
epp_TransferRequest m_trans
- The common and gereric transfer request element.
The element encapsulates the authorization information and the transfer operation type.
- See Also:
epp_DomainTransferReq.setTrans(org.openrtk.idl.epp.epp_TransferRequest)
,
epp_DomainTransferReq.getTrans()
m_name
java.lang.String m_name
- The name of the domain object for the transfer request.
- See Also:
epp_DomainTransferReq.setName(String)
,
epp_DomainTransferReq.getName()
m_period
epp_DomainPeriod m_period
- The number of units to be added to the registration period of the domain object.
- See Also:
epp_DomainTransferReq.setPeriod(org.openrtk.idl.epp.domain.epp_DomainPeriod)
,
epp_DomainTransferReq.getPeriod()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainTransferRsp.getRsp()
m_trn_data
epp_DomainTrnData m_trn_data
- The transfer data of the domain in the registry.
- See Also:
epp_DomainTransferRsp.setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData)
,
epp_DomainTransferRsp.getTrnData()
m_name
java.lang.String m_name
- The name of the domain object in the registry.
- See Also:
epp_DomainTrnData.setName(String)
,
epp_DomainTrnData.getName()
m_transfer_status
epp_TransferStatusType m_transfer_status
- The transfer status associated with the domain object.
- See Also:
epp_DomainTrnData.setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType)
,
epp_DomainTrnData.getTransferStatus()
m_request_client_id
java.lang.String m_request_client_id
- The identifier of the client that requested the domain object transfer.
- See Also:
epp_DomainTrnData.setRequestClientId(String)
,
epp_DomainTrnData.getRequestClientId()
m_action_client_id
java.lang.String m_action_client_id
- The identifier of the client that should act upon the domain transfer request.
- See Also:
epp_DomainTrnData.setActionClientId(String)
,
epp_DomainTrnData.getActionClientId()
m_request_date
java.lang.String m_request_date
- The date that the domain transfer was requested.
- See Also:
epp_DomainTrnData.setRequestDate(String)
,
epp_DomainTrnData.getRequestDate()
m_action_date
java.lang.String m_action_date
- The required or completed action date to the domain transfer request.
- See Also:
epp_DomainTrnData.setActionDate(String)
,
epp_DomainTrnData.getActionDate()
m_expiration_date
java.lang.String m_expiration_date
- The expiration date of the domain object.
- See Also:
epp_DomainTrnData.setExpirationDate(String)
,
epp_DomainTrnData.getExpirationDate()
m_name_servers
java.lang.String[] m_name_servers
- The array of name servers to be associated with or removed from the domain object.
Name servers must exist in the registry
- See Also:
epp_DomainUpdateAddRemove.setNameServers(String[])
,
epp_DomainUpdateAddRemove.getNameServers()
m_contacts
epp_DomainContact[] m_contacts
- The array of contact objects to be associated with or removed from the domain object.
Contact objects must exist in the registry
- See Also:
epp_DomainUpdateAddRemove.setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[])
,
epp_DomainUpdateAddRemove.getContacts()
m_status
epp_DomainStatus[] m_status
- The array of status to be associated with or removed from the domain object.
- See Also:
epp_DomainUpdateAddRemove.setStatus(org.openrtk.idl.epp.domain.epp_DomainStatus[])
,
epp_DomainUpdateAddRemove.getStatus()
m_registrant
java.lang.String m_registrant
- The registrant to be associated with the domain object.
The registrant object must exist in the registry
- See Also:
epp_DomainUpdateChange.setRegistrant(String)
,
epp_DomainUpdateChange.getRegistrant()
m_auth_info
epp_AuthInfo m_auth_info
- The authorization information to be associated with the domain object.
- See Also:
epp_DomainUpdateChange.setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
epp_DomainUpdateChange.getAuthInfo()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_DomainUpdateReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_DomainUpdateReq.getCmd()
m_name
java.lang.String m_name
- The name of the domain object to be modified in the registry.
- See Also:
epp_DomainUpdateReq.setName(String)
,
epp_DomainUpdateReq.getName()
m_add
epp_DomainUpdateAddRemove m_add
- The add element that contains attribute values to be added to the domain object.
- See Also:
epp_DomainUpdateReq.setAdd(org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove)
,
epp_DomainUpdateReq.getAdd()
m_change
epp_DomainUpdateChange m_change
- The change element that contains attribute values to be changed in the domain object.
- See Also:
epp_DomainUpdateReq.setChange(org.openrtk.idl.epp.domain.epp_DomainUpdateChange)
,
epp_DomainUpdateReq.getChange()
m_remove
epp_DomainUpdateAddRemove m_remove
- The remove element that contains attribute values to be removed from the domain object.
- See Also:
epp_DomainUpdateReq.setRemove(org.openrtk.idl.epp.domain.epp_DomainUpdateAddRemove)
,
epp_DomainUpdateReq.getRemove()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_DomainUpdateRsp.getRsp()
Package org.openrtk.idl.epp.host |
m_type
epp_HostAddressType m_type
- The type of the host address.
- See Also:
epp_HostAddress.setType(org.openrtk.idl.epp.host.epp_HostAddressType)
,
epp_HostAddress.getType()
m_ip
java.lang.String m_ip
- The ip address of the host address.
- See Also:
epp_HostAddress.setIp(String)
,
epp_HostAddress.getIp()
__value
int __value
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_HostCheckReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_HostCheckReq.getCmd()
m_names
java.lang.String[] m_names
- The array of host names to check in the registry.
- See Also:
epp_HostCheckReq.setNames(String[])
,
epp_HostCheckReq.getNames()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_HostCheckRsp.getRsp()
m_results
epp_CheckResult[] m_results
- The generic check response array.
- See Also:
epp_HostCheckRsp.getResults()
,
EPPXMLBase.getCheckResultFor(epp_CheckResult[], String)
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_HostCreateReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_HostCreateReq.getCmd()
m_name
java.lang.String m_name
- The name of the host object to be created in the registry.
- See Also:
epp_HostCreateReq.setName(String)
,
epp_HostCreateReq.getName()
m_addresses
epp_HostAddress[] m_addresses
- The array of IP addresses to be associated with the host object.
- See Also:
epp_HostCreateReq.setAddresses(org.openrtk.idl.epp.host.epp_HostAddress[])
,
epp_HostCreateReq.getAddresses()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_HostCreateRsp.getRsp()
m_name
java.lang.String m_name
- The name of the host object in the registry.
- See Also:
epp_HostCreateRsp.setName(String)
,
epp_HostCreateRsp.getName()
m_creation_date
java.lang.String m_creation_date
- The creation date of the new host object in the registry.
- See Also:
epp_HostCreateRsp.setCreationDate(String)
,
epp_HostCreateRsp.getCreationDate()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_HostDeleteReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_HostDeleteReq.getCmd()
m_name
java.lang.String m_name
- The name of the host object to be deleted in the registry.
- See Also:
epp_HostDeleteReq.setName(String)
,
epp_HostDeleteReq.getName()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_HostDeleteRsp.getRsp()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_HostInfoReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_HostInfoReq.getCmd()
m_name
java.lang.String m_name
- The name of the host object to be queried.
- See Also:
epp_HostInfoReq.setName(String)
,
epp_HostInfoReq.getName()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
epp_HostInfoRsp.getRsp()
m_name
java.lang.String m_name
- The name of the host object in the registry.
- See Also:
epp_HostInfoRsp.setName(String)
,
epp_HostInfoRsp.getName()
m_roid
java.lang.String m_roid
- The repository object identifier associated with the host object.
- See Also:
epp_HostInfoRsp.setRoid(String)
,
epp_HostInfoRsp.getRoid()
m_status
epp_HostStatus[] m_status
- The array of status associated with the host object.
- See Also:
epp_HostInfoRsp.setStatus(org.openrtk.idl.epp.host.epp_HostStatus[])
,
epp_HostInfoRsp.getStatus()
m_addresses
epp_HostAddress[] m_addresses
- The array of IP addresses associated with the host object.
- See Also:
epp_HostInfoRsp.setAddresses(org.openrtk.idl.epp.host.epp_HostAddress[])
,
epp_HostInfoRsp.getAddresses()
m_client_id
java.lang.String m_client_id
- The identifier of the sponsoring client.
- See Also:
epp_HostInfoRsp.setClientId(String)
,
epp_HostInfoRsp.getClientId()
m_created_by
java.lang.String m_created_by
- The identifier of the client that created the host object.
- See Also:
epp_HostInfoRsp.setCreatedBy(String)
,
epp_HostInfoRsp.getCreatedBy()
m_created_date
java.lang.String m_created_date
- The creation date of the host object.
- See Also:
epp_HostInfoRsp.setCreatedDate(String)
,
epp_HostInfoRsp.getCreatedDate()
m_updated_by
java.lang.String m_updated_by
- The identifier of the client that last updated the host object.
- See Also:
epp_HostInfoRsp.setUpdatedBy(String)
,
epp_HostInfoRsp.getUpdatedBy()
m_updated_date
java.lang.String m_updated_date
- The most recent modification date of the host object.
- See Also:
epp_HostInfoRsp.setUpdatedDate(String)
,
epp_HostInfoRsp.getUpdatedDate()
m_transfer_date
java.lang.String m_transfer_date
- The most recent transfer date of the host object.
- See Also:
epp_HostInfoRsp.setTransferDate(String)
,
epp_HostInfoRsp.getTransferDate()
m_type
epp_HostStatusType m_type
- The type of the host status.
- See Also:
epp_HostStatus.setType(org.openrtk.idl.epp.host.epp_HostStatusType)
,
epp_HostStatus.getType()
m_lang
java.lang.String m_lang
- The language used to express the host status value.
- See Also:
epp_HostStatus.setLang(String)
,
epp_HostStatus.getLang()
m_value
java.lang.String m_value
- The value of the host status.
- See Also:
epp_HostStatus.setValue(String)
,
epp_HostStatus.getValue()
__value
int __value
m_addresses
epp_HostAddress[] m_addresses
- The array of IP addresses to be associated with or removed from the host object.
- See Also:
epp_HostUpdateAddRemove.setAddresses(org.openrtk.idl.epp.host.epp_HostAddress[])
,
epp_HostUpdateAddRemove.getAddresses()
m_status
epp_HostStatus[] m_status
- The array of status values to be associated with or removed from the host object.
- See Also:
epp_HostUpdateAddRemove.setStatus(org.openrtk.idl.epp.host.epp_HostStatus[])
,
epp_HostUpdateAddRemove.getStatus()
m_name
java.lang.String m_name
- The new host name of the host object.
- See Also:
epp_HostUpdateChange.setName(String)
,
epp_HostUpdateChange.getName()
m_cmd
epp_Command m_cmd
- The common and generic command element.
- See Also:
epp_HostUpdateReq.setCmd(org.openrtk.idl.epp.epp_Command)
,
epp_HostUpdateReq.getCmd()
m_name
java.lang.String m_name
- The name of the host object to be modified in the registry.
- See Also:
epp_HostUpdateReq.setName(String)
,
epp_HostUpdateReq.getName()
m_add
epp_HostUpdateAddRemove m_add
- The add element that contains attribute values to be added to the host object.
- See Also:
epp_HostUpdateReq.setAdd(org.openrtk.idl.epp.host.epp_HostUpdateAddRemove)
,
epp_HostUpdateReq.getAdd()
m_remove
epp_HostUpdateAddRemove m_remove
- The remove element that contains attribute values to be removed from the host object.
- See Also:
epp_HostUpdateReq.setRemove(org.openrtk.idl.epp.host.epp_HostUpdateAddRemove)
,
epp_HostUpdateReq.getRemove()
m_change
epp_HostUpdateChange m_change
- The change element that contains attribute values to be changed in the host object.
- See Also:
epp_HostUpdateReq.setChange(org.openrtk.idl.epp.host.epp_HostUpdateChange)
,
epp_HostUpdateReq.getChange()
m_rsp
epp_Response m_rsp
- The common and generic response element.
- See Also:
getRsp()
Copyright © 2001 - Tucows, Inc.