You can subscribe to this list here.
2002 |
Jan
|
Feb
(1) |
Mar
(74) |
Apr
(4) |
May
(14) |
Jun
|
Jul
(4) |
Aug
(9) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(186) |
Apr
(26) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(64) |
Oct
|
Nov
|
Dec
(11) |
2004 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(25) |
2005 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(4) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
(6) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Daniel M. <tub...@us...> - 2002-03-11 22:13:31
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain In directory usw-pr-cvs1:/tmp/cvs-serv13049 Modified Files: epp_DomainCreateRsp.java epp_DomainInfoReq.java epp_DomainTransferRsp.java Added Files: epp_DomainHostsType.java epp_DomainTrnData.java epp_DomainTrnDataOperations.java Log Message: bringing the domain IDL classes up to EPP 05/03 standard --- NEW FILE: epp_DomainHostsType.java --- /* ** ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp.domain; /** * Class defining constant instances of hosts types for domains.</p> * Used in conjunction with the epp_DomainInfoReq class to indicate the * type of the domain hosts to return: ALL, DEL, NONE, or SUB.</p> * The ALL type returns all hosts types. The DEL type returns only * delegating hosts for the domain. The NONE returns no hosts. The SUB * returns only subordinant hosts in the Info response. * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainHostsType.java,v 1.1 2002/03/11 22:13:28 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2002/03/11 22:13:28 $<br> * @see org.openrtk.idl.epp.domain.epp_DomainInfoReq */ public class epp_DomainHostsType implements org.omg.CORBA.portable.IDLEntity { private int __value; private static int __size = 4; private static org.openrtk.idl.epp.domain.epp_DomainHostsType[] __array = new org.openrtk.idl.epp.domain.epp_DomainHostsType [__size]; private static final String __strings[] = {"ALL", "DEL", "NONE", "SUB"}; /** * Integer value representing the ALL host type. * @see #ALL */ public static final int _ALL = 0; /** * Host instance of epp_DomainHostsType representing the ALL host type. * Used directly with epp_DomainInfoReq. * @see org.openrtk.idl.epp.domain.epp_DomainInfoReq */ public static final org.openrtk.idl.epp.domain.epp_DomainHostsType ALL = new org.openrtk.idl.epp.domain.epp_DomainHostsType(_ALL); /** * Integer value representing the DEL host type. * @see #DEL */ public static final int _DEL = 1; /** * Host instance of epp_DomainHostsType representing the DEL host type. * Used directly with epp_DomainInfoReq. * @see org.openrtk.idl.epp.domain.epp_DomainInfoReq */ public static final org.openrtk.idl.epp.domain.epp_DomainHostsType DEL = new org.openrtk.idl.epp.domain.epp_DomainHostsType(_DEL); /** * Integer value representing the NONE host type. * @see #NONE */ public static final int _NONE = 2; /** * Host instance of epp_DomainHostsType representing the NONE host type. * Used directly with epp_DomainInfoReq. * @see org.openrtk.idl.epp.domain.epp_DomainInfoReq */ public static final org.openrtk.idl.epp.domain.epp_DomainHostsType NONE = new org.openrtk.idl.epp.domain.epp_DomainHostsType(_NONE); /** * Integer value representing the SUB host type. * @see #SUB */ public static final int _SUB = 3; /** * Host instance of epp_DomainHostsType representing the SUB host type. * Used directly with epp_DomainInfoReq. * @see org.openrtk.idl.epp.domain.epp_DomainInfoReq */ public static final org.openrtk.idl.epp.domain.epp_DomainHostsType SUB = new org.openrtk.idl.epp.domain.epp_DomainHostsType(_SUB); /** * Accessor method for the internal integer represent the type of host. * Would compared with _ADMIN, _BILLING, _TECH. * @return The integer value of this domain contact type */ public int value () { return __value; } /** * Transform an integer into a epp_DomainHostsType constant. * Given the integer representation of the host type, returns * one of the host type constants. * @param value The integer value for the desired host type */ public static org.openrtk.idl.epp.domain.epp_DomainHostsType from_int (int value) { if (value >= 0 && value < __size) return __array[value]; else throw new org.omg.CORBA.BAD_PARAM (); } protected epp_DomainHostsType (int value) { __value = value; __array[__value] = this; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return __strings[__value]; } } // class epp_DomainHostsType --- NEW FILE: epp_DomainTrnData.java --- /* ** ** EPP RTK Java ** Copyright (C) 2002, Tucows, Inc. ** ** ** This library is free software; you can redistribute it and/or ** modify it under the terms of the GNU Lesser General Public ** License as published by the Free Software Foundation; either ** version 2.1 of the License, or (at your option) any later version. ** ** This library is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with this library; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ** */ package org.openrtk.idl.epp.domain; /** * Class defining constant instances of hosts types for domains.</p> * Used in conjunction with the epp_DomainInfoReq class to indicate the * type of the domain hosts to return: ALL, DEL, NONE, or SUB.</p> * The ALL type returns all hosts types. The DEL type returns only * delegating hosts for the domain. The NONE returns no hosts. The SUB * returns only subordinant hosts in the Info response. * $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTrnData.java,v 1.1 2002/03/11 22:13:28 tubadanm Exp $<br> * $Revision: 1.1 $<br> * $Date: 2002/03/11 22:13:28 $<br> * @see org.openrtk.idl.epp.domain.epp_DomainInfoReq */ public class epp_DomainTrnData extends org.omg.CORBA.portable.ObjectImpl implements org.omg.CORBA.portable.IDLEntity, org.openrtk.idl.epp.epp_PollResData { // the call to getType() defined in epp_PollResData public static final String m_type = "domain:trnData"; public String getType() { return m_type; } /** * The name of the domain object in the registry. * @see #setName(String) * @see #getName() */ public String m_name = null; /** * The transfer status associated with the domain object. * @see #setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType) * @see #getTransferStatus() */ public org.openrtk.idl.epp.epp_TransferStatusType m_transfer_status = null; /** * The identifier of the client that requested the domain object transfer. * @see #setRequestClientId(String) * @see #getRequestClientId() */ public String m_request_client_id = null; /** * The identifier of the client that should act upon the domain transfer request. * @see #setActionClientId(String) * @see #getActionClientId() */ public String m_action_client_id = null; /** * The date that the domain transfer was requested. * @see #setRequestDate(String) * @see #getRequestDate() */ public String m_request_date = null; /** * The required or completed action date to the domain transfer request. * @see #setActionDate(String) * @see #getActionDate() */ public String m_action_date = null; /** * The expiration date of the domain object. * @see #setExpirationDate(String) * @see #getExpirationDate() */ public String m_expiration_date = null; /** * Empty constructor */ public epp_DomainTrnData () { } // ctor /** * The constructor with initializing variables. * @param _m_name The name of the domain object in the registry * @param _m_transfer_status The transfer status associated with the domain object * @param _m_request_client_id The identifier of the client that requested the domain object transfer * @param _m_action_client_id The identifier of the client that should act upon the domain transfer request * @param _m_request_date The date that the domain transfer was requested * @param _m_action_date The required or completed action date to the domain transfer request * @param _m_expiration_date The expiration date of the domain object */ public epp_DomainTrnData (String _m_name, org.openrtk.idl.epp.epp_TransferStatusType _m_transfer_status, String _m_request_client_id, String _m_action_client_id, String _m_request_date, String _m_action_date, String _m_expiration_date) { m_name = _m_name; m_transfer_status = _m_transfer_status; m_request_client_id = _m_request_client_id; m_action_client_id = _m_action_client_id; m_request_date = _m_request_date; m_action_date = _m_action_date; m_expiration_date = _m_expiration_date; } // ctor /** * Accessor method for the name of the domain object in the registry * @param value The domain name * @see #m_name */ public void setName(String value) { m_name = value; } /** * Accessor method for the name of the domain object in the registry * @return The domain name * @see #m_name */ public String getName() { return m_name; } /** * Accessor method for the transfer status associated with the domain object * @param value The domain transfer status * @see #m_transfer_status */ public void setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType value) { m_transfer_status = value; } /** * Accessor method for the transfer status associated with the domain object * @return The domain transfer status * @see #m_transfer_status */ public org.openrtk.idl.epp.epp_TransferStatusType getTransferStatus() { return m_transfer_status; } /** * Accessor method for the identifier of the client that requested the domain object transfer * @param value The domain request client id * @see #m_request_client_id */ public void setRequestClientId(String value) { m_request_client_id = value; } /** * Accessor method for the identifier of the client that requested the domain object transfer * @return The domain request client id * @see #m_request_client_id */ public String getRequestClientId() { return m_request_client_id; } /** * Accessor method for the identifier of the client that should act upon the domain transfer request * @param value The domain action client id * @see #m_action_client_id */ public void setActionClientId(String value) { m_action_client_id = value; } /** * Accessor method for the identifier of the client that should act upon the domain transfer request * @return The domain action client id * @see #m_action_client_id */ public String getActionClientId() { return m_action_client_id; } /** * Accessor method for the date that the domain transfer was requested * @param value The domain transfer request date * @see #m_request_date */ public void setRequestDate(String value) { m_request_date = value; } /** * Accessor method for the date that the domain transfer was requested * @return The domain transfer request date * @see #m_request_date */ public String getRequestDate() { return m_request_date; } /** * Accessor method for the required or completed action date to the domain transfer request * @param value The action date to the domain transfer request * @see #m_action_date */ public void setActionDate(String value) { m_action_date = value; } /** * Accessor method for the required or completed action date to the domain transfer request * @return The action date to the domain transfer request * @see #m_action_date */ public String getActionDate() { return m_action_date; } /** * Accessor method for the expiration date of the domain object * @param value The domain expiration date * @see #m_expiration_date */ public void setExpirationDate(String value) { m_expiration_date = value; } /** * Accessor method for the expiration date of the domain object * @return The domain expiration date * @see #m_expiration_date */ public String getExpirationDate() { return m_expiration_date; } /** * Method required by ObjectImpl and the CORBA Object interface. * Always returns null. It's only here to satisfy the CORBA requirements * of the IDL usage. */ public String[] _ids() { return null; } /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ public String toString() { return this.getClass().getName() + ": { m_name ["+m_name+"] m_transfer_status ["+m_transfer_status+"] m_request_client_id ["+m_request_client_id+"] m_action_client_id ["+m_action_client_id+"] m_request_date ["+m_request_date+"] m_action_date ["+m_action_date+"] m_expiration_date ["+m_expiration_date+"] }"; } } // interface epp_DomainTrnData --- NEW FILE: epp_DomainTrnDataOperations.java --- package org.openrtk.idl.epp.domain; /** * org/openrtk/idl/epp/domain/epp_DomainTrnDataOperations.java * Generated by the IDL-to-Java compiler (portable), version "3.0" * from epp_domain.idl * Monday, March 11, 2002 12:53:52 PM EST */ // is so that the proper data is extracted. public interface epp_DomainTrnDataOperations extends org.openrtk.idl.epp.epp_PollResDataOperations { String m_name (); void m_name (String newM_name); org.openrtk.idl.epp.epp_TransferStatusType m_transfer_status (); void m_transfer_status (org.openrtk.idl.epp.epp_TransferStatusType newM_transfer_status); String m_request_client_id (); void m_request_client_id (String newM_request_client_id); String m_action_client_id (); void m_action_client_id (String newM_action_client_id); String m_request_date (); void m_request_date (String newM_request_date); String m_action_date (); void m_action_date (String newM_action_date); String m_expiration_date (); void m_expiration_date (String newM_expiration_date); } // interface epp_DomainTrnDataOperations Index: epp_DomainCreateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainCreateRsp.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainCreateRsp.java 11 Mar 2002 22:13:28 -0000 1.8 *************** *** 49,52 **** --- 49,58 ---- public String m_name = null; /** + * The creation date of the domain object. + * @see #setCreationDate(String) + * @see #getCreationDate() + */ + public String m_creation_date = null; + /** * The expiration date of the domain object. * @see #setExpirationDate(String) *************** *** 66,75 **** * @param _m_rsp The common and generic response element * @param _m_name The name of the domain object in the registry * @param _m_expiration_date The expiration date of the domain object */ ! public epp_DomainCreateRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_name, String _m_expiration_date) { m_rsp = _m_rsp; m_name = _m_name; m_expiration_date = _m_expiration_date; } // ctor --- 72,83 ---- * @param _m_rsp The common and generic response element * @param _m_name The name of the domain object in the registry + * @param _m_creation_date The creation date of the domain object * @param _m_expiration_date The expiration date of the domain object */ ! public epp_DomainCreateRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_name, String _m_creation_date, String _m_expiration_date) { m_rsp = _m_rsp; m_name = _m_name; + m_creation_date = _m_creation_date; m_expiration_date = _m_expiration_date; } // ctor *************** *** 102,105 **** --- 110,126 ---- /** + * Accessor method for the creation date of the domain object + * @param value The domain creation date + * @see #m_creation_date + */ + public void setCreationDate(String value) { m_creation_date = value; } + /** + * Accessor method for the creation date of the domain object + * @return The domain creation date + * @see #m_creation_date + */ + public String getCreationDate() { return m_creation_date; } + + /** * Accessor method for the expiration date of the domain object * @param value The domain expiration date *************** *** 119,123 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_name ["+m_name+"] m_expiration_date ["+m_expiration_date+"] }"; } } // class epp_DomainCreateRsp --- 140,144 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_name ["+m_name+"] m_creation_date ["+m_creation_date+"] m_expiration_date ["+m_expiration_date+"] }"; } } // class epp_DomainCreateRsp Index: epp_DomainInfoReq.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainInfoReq.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainInfoReq.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainInfoReq.java 11 Mar 2002 22:13:28 -0000 1.8 *************** *** 47,50 **** --- 47,56 ---- */ public String m_name = null; + /** + * The types of hosts you would like to see returned by the info command. + * @see #setHostsType(epp_DomainHostsType) + * @see #getHostsType() + */ + public org.openrtk.idl.epp.domain.epp_DomainHostsType m_hosts_type = null; /** *************** *** 57,67 **** /** * The constructor with initializing variables. * @param _m_cmd The common and generic command element * @param _m_name The name of the domain object to be queried */ ! public epp_DomainInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_name) { m_cmd = _m_cmd; m_name = _m_name; } // ctor --- 63,77 ---- /** * The constructor with initializing variables. + * The hosts type parameter tells the server how much + * host information to return in the response. * @param _m_cmd The common and generic command element * @param _m_name The name of the domain object to be queried + * @param _m_hosts_type The type of hosts of the domain object to be queried */ ! public epp_DomainInfoReq (org.openrtk.idl.epp.epp_Command _m_cmd, String _m_name, org.openrtk.idl.epp.domain.epp_DomainHostsType _m_hosts_type) { m_cmd = _m_cmd; m_name = _m_name; + m_hosts_type = _m_hosts_type; } // ctor *************** *** 93,101 **** /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_name ["+m_name+"] }"; } } // class epp_DomainInfoReq --- 103,124 ---- /** + * Accessor method for the hosts type of the domain object to be queried + * @value value The hosts type + * @see #m_hosts_type + */ + public void setHostsType(org.openrtk.idl.epp.domain.epp_DomainHostsType value) { m_hosts_type = value; } + /** + * Accessor method for the hosts type of the domain object to be queried + * @return The hosts type + * @see #m_hosts_type + */ + public org.openrtk.idl.epp.domain.epp_DomainHostsType getHostsType() { return m_hosts_type; } + + /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_cmd ["+m_cmd+"] m_name ["+m_name+"] m_hosts_type ["+m_hosts_type+"] }"; } } // class epp_DomainInfoReq Index: epp_DomainTransferRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainTransferRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_DomainTransferRsp.java 4 Dec 2001 22:31:06 -0000 1.7 --- epp_DomainTransferRsp.java 11 Mar 2002 22:13:28 -0000 1.8 *************** *** 43,87 **** public org.openrtk.idl.epp.epp_Response m_rsp = null; /** ! * The name of the domain object in the registry. ! * @see #setName(String) ! * @see #getName() ! */ ! public String m_name = null; ! /** ! * The transfer status associated with the domain object. ! * @see #setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType) ! * @see #getTransferStatus() ! */ ! public org.openrtk.idl.epp.epp_TransferStatusType m_transfer_status = null; ! /** ! * The identifier of the client that requested the domain object transfer. ! * @see #setRequestClientId(String) ! * @see #getRequestClientId() ! */ ! public String m_request_client_id = null; ! /** ! * The identifier of the client that should act upon the domain transfer request. ! * @see #setActionClientId(String) ! * @see #getActionClientId() ! */ ! public String m_action_client_id = null; ! /** ! * The date that the domain transfer was requested. ! * @see #setRequestDate(String) ! * @see #getRequestDate() ! */ ! public String m_request_date = null; ! /** ! * The required or completed action date to the domain transfer request. ! * @see #setActionDate(String) ! * @see #getActionDate() ! */ ! public String m_action_date = null; ! /** ! * The expiration date of the domain object. ! * @see #setExpirationDate(String) ! * @see #getExpirationDate() */ ! public String m_expiration_date = null; /** --- 43,51 ---- public org.openrtk.idl.epp.epp_Response m_rsp = null; /** ! * The transfer data of the domain in the registry. ! * @see #setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) ! * @see #getTrnData() */ ! public org.openrtk.idl.epp.domain.epp_DomainTrnData m_trn_data = null; /** *************** *** 102,116 **** * @param _m_action_date The required or completed action date to the domain transfer request * @param _m_expiration_date The expiration date of the domain object */ public epp_DomainTransferRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_name, org.openrtk.idl.epp.epp_TransferStatusType _m_transfer_status, String _m_request_client_id, String _m_action_client_id, String _m_request_date, String _m_action_date, String _m_expiration_date) { m_rsp = _m_rsp; ! m_name = _m_name; ! m_transfer_status = _m_transfer_status; ! m_request_client_id = _m_request_client_id; ! m_action_client_id = _m_action_client_id; ! m_request_date = _m_request_date; ! m_action_date = _m_action_date; ! m_expiration_date = _m_expiration_date; } // ctor --- 66,93 ---- * @param _m_action_date The required or completed action date to the domain transfer request * @param _m_expiration_date The expiration date of the domain object + * @deprecated Please use epp_DomainTransferRsp(epp_Response, epp_DomainTrnData) instead */ public epp_DomainTransferRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_name, org.openrtk.idl.epp.epp_TransferStatusType _m_transfer_status, String _m_request_client_id, String _m_action_client_id, String _m_request_date, String _m_action_date, String _m_expiration_date) { m_rsp = _m_rsp; ! m_trn_data = new org.openrtk.idl.epp.domain.epp_DomainTrnData(); ! m_trn_data.m_name = _m_name; ! m_trn_data.m_transfer_status = _m_transfer_status; ! m_trn_data.m_request_client_id = _m_request_client_id; ! m_trn_data.m_action_client_id = _m_action_client_id; ! m_trn_data.m_request_date = _m_request_date; ! m_trn_data.m_action_date = _m_action_date; ! m_trn_data.m_expiration_date = _m_expiration_date; ! } // ctor ! ! /** ! * The constructor with initializing variables. ! * @param _m_rsp The common and generic response element ! * @param _m_trn_data The name of the domain object in the registry ! */ ! public epp_DomainTransferRsp (org.openrtk.idl.epp.epp_Response _m_rsp, org.openrtk.idl.epp.domain.epp_DomainTrnData _m_trn_data) ! { ! m_rsp = _m_rsp; ! m_trn_data = _m_trn_data; } // ctor *************** *** 129,143 **** /** * Accessor method for the name of the domain object in the registry * @param value The domain name * @see #m_name */ ! public void setName(String value) { m_name = value; } /** * Accessor method for the name of the domain object in the registry * @return The domain name * @see #m_name */ ! public String getName() { return m_name; } /** --- 106,135 ---- /** + * Accessor method for the transfer data of the domain object in the registry + * @param value The domain's transfer data + * @see #m_trn_data + */ + public void setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData value) { m_trn_data = value; } + /** + * Accessor method for the transfer data of the domain object in the registry + * @return The domain's transfer data + * @see #m_trn_data + */ + public org.openrtk.idl.epp.domain.epp_DomainTrnData getTrnData() { return m_trn_data; } + + /** * Accessor method for the name of the domain object in the registry * @param value The domain name * @see #m_name + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setName(String value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_name = value; } /** * Accessor method for the name of the domain object in the registry * @return The domain name * @see #m_name + * @deprecated Please use getTrnData() instead */ ! public String getName() { return m_trn_data == null ? null : m_trn_data.m_name; } /** *************** *** 145,156 **** * @param value The domain transfer status * @see #m_transfer_status */ ! public void setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType value) { m_transfer_status = value; } /** * Accessor method for the transfer status associated with the domain object * @return The domain transfer status * @see #m_transfer_status */ ! public org.openrtk.idl.epp.epp_TransferStatusType getTransferStatus() { return m_transfer_status; } /** --- 137,150 ---- * @param value The domain transfer status * @see #m_transfer_status + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setTransferStatus(org.openrtk.idl.epp.epp_TransferStatusType value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_transfer_status = value; } /** * Accessor method for the transfer status associated with the domain object * @return The domain transfer status * @see #m_transfer_status + * @deprecated Please use getTrnData() instead */ ! public org.openrtk.idl.epp.epp_TransferStatusType getTransferStatus() { return m_trn_data == null ? null : m_trn_data.m_transfer_status; } /** *************** *** 158,169 **** * @param value The domain request client id * @see #m_request_client_id */ ! public void setRequestClientId(String value) { m_request_client_id = value; } /** * Accessor method for the identifier of the client that requested the domain object transfer * @return The domain request client id * @see #m_request_client_id */ ! public String getRequestClientId() { return m_request_client_id; } /** --- 152,165 ---- * @param value The domain request client id * @see #m_request_client_id + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setRequestClientId(String value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_request_client_id = value; } /** * Accessor method for the identifier of the client that requested the domain object transfer * @return The domain request client id * @see #m_request_client_id + * @deprecated Please use getTrnData() instead */ ! public String getRequestClientId() { return m_trn_data == null ? null : m_trn_data.m_request_client_id; } /** *************** *** 171,182 **** * @param value The domain action client id * @see #m_action_client_id */ ! public void setActionClientId(String value) { m_action_client_id = value; } /** * Accessor method for the identifier of the client that should act upon the domain transfer request * @return The domain action client id * @see #m_action_client_id */ ! public String getActionClientId() { return m_action_client_id; } /** --- 167,180 ---- * @param value The domain action client id * @see #m_action_client_id + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setActionClientId(String value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_action_client_id = value; } /** * Accessor method for the identifier of the client that should act upon the domain transfer request * @return The domain action client id * @see #m_action_client_id + * @deprecated Please use getTrnData() instead */ ! public String getActionClientId() { return m_trn_data == null ? null : m_trn_data.m_action_client_id; } /** *************** *** 184,195 **** * @param value The domain transfer request date * @see #m_request_date */ ! public void setRequestDate(String value) { m_request_date = value; } /** * Accessor method for the date that the domain transfer was requested * @return The domain transfer request date * @see #m_request_date */ ! public String getRequestDate() { return m_request_date; } /** --- 182,195 ---- * @param value The domain transfer request date * @see #m_request_date + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setRequestDate(String value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_request_date = value; } /** * Accessor method for the date that the domain transfer was requested * @return The domain transfer request date * @see #m_request_date + * @deprecated Please use getTrnData() instead */ ! public String getRequestDate() { return m_trn_data == null ? null : m_trn_data.m_request_date; } /** *************** *** 197,208 **** * @param value The action date to the domain transfer request * @see #m_action_date */ ! public void setActionDate(String value) { m_action_date = value; } /** * Accessor method for the required or completed action date to the domain transfer request * @return The action date to the domain transfer request * @see #m_action_date */ ! public String getActionDate() { return m_action_date; } /** --- 197,210 ---- * @param value The action date to the domain transfer request * @see #m_action_date + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setActionDate(String value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_action_date = value; } /** * Accessor method for the required or completed action date to the domain transfer request * @return The action date to the domain transfer request * @see #m_action_date + * @deprecated Please use getTrnData() instead */ ! public String getActionDate() { return m_trn_data == null ? null : m_trn_data.m_action_date; } /** *************** *** 210,221 **** * @param value The domain expiration date * @see #m_expiration_date */ ! public void setExpirationDate(String value) { m_expiration_date = value; } /** * Accessor method for the expiration date of the domain object * @return The domain expiration date * @see #m_expiration_date */ ! public String getExpirationDate() { return m_expiration_date; } /** --- 212,225 ---- * @param value The domain expiration date * @see #m_expiration_date + * @deprecated Please use setTrnData(org.openrtk.idl.epp.domain.epp_DomainTrnData) instead */ ! public void setExpirationDate(String value) { if ( m_trn_data == null ) { m_trn_data = new epp_DomainTrnData(); } m_trn_data.m_expiration_date = value; } /** * Accessor method for the expiration date of the domain object * @return The domain expiration date * @see #m_expiration_date + * @deprecated Please use getTrnData() instead */ ! public String getExpirationDate() { return m_trn_data == null ? null : m_trn_data.m_expiration_date; } /** *************** *** 224,228 **** * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_name ["+m_name+"] m_transfer_status ["+m_transfer_status+"] m_request_client_id ["+m_request_client_id+"] m_action_client_id ["+m_action_client_id+"] m_request_date ["+m_request_date+"] m_action_date ["+m_action_date+"] m_expiration_date ["+m_expiration_date+"] }"; } } // class epp_DomainTransferRsp --- 228,232 ---- * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_trn_data ["+m_trn_data+"] }"; } } // class epp_DomainTransferRsp |
From: Daniel M. <tub...@us...> - 2002-03-11 17:50:38
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host In directory usw-pr-cvs1:/tmp/cvs-serv830 Modified Files: epp_HostCreateRsp.java Log Message: upgraded host IDL classes to EPP 05/03 Index: epp_HostCreateRsp.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/host/epp_HostCreateRsp.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** epp_HostCreateRsp.java 4 Dec 2001 22:32:09 -0000 1.7 --- epp_HostCreateRsp.java 11 Mar 2002 17:50:30 -0000 1.8 *************** *** 27,31 **** * Class that contains the elements used to represent the host create * response from the EPP server.</p> ! * Note usually instantiated by the RTK user, but rather by EPPHostCreate * and retrieved using that class' getResponseData() method.</p> * $Header$<br> --- 27,31 ---- * Class that contains the elements used to represent the host create * response from the EPP server.</p> ! * Not usually instantiated by the RTK user, but rather by EPPHostCreate * and retrieved using that class' getResponseData() method.</p> * $Header$<br> *************** *** 48,51 **** --- 48,57 ---- */ public String m_name = null; + /** + * The creation date of the new host object in the registry. + * @see #setCreationDate(String) + * @see #getCreationDate() + */ + public String m_creation_date = null; /** *************** *** 61,68 **** * @param _m_name The name of the host object in the registry */ ! public epp_HostCreateRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_name) { m_rsp = _m_rsp; m_name = _m_name; } // ctor --- 67,75 ---- * @param _m_name The name of the host object in the registry */ ! public epp_HostCreateRsp (org.openrtk.idl.epp.epp_Response _m_rsp, String _m_name, String _m_creation_date) { m_rsp = _m_rsp; m_name = _m_name; + m_creation_date = _m_creation_date; } // ctor *************** *** 94,102 **** /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_name ["+m_name+"] }"; } } // class epp_HostCreateRsp --- 101,122 ---- /** + * Accessor method for the creation date of the host object in the registry + * @param value The host creation date + * @see #m_creation_date + */ + public void setCreationDate(String value) { m_creation_date = value; } + /** + * Accessor method for the creation date of the host object in the registry + * @return The host creation date + * @see #m_name + */ + public String getCreationDate() { return m_creation_date; } + + /** * Converts this class into a string. * Typically used to view the object in debug output. * @return The string representation of this object instance */ ! public String toString() { return this.getClass().getName() + ": { m_rsp ["+m_rsp+"] m_name ["+m_name+"] m_creation_date ["+m_creation_date+"] }"; } } // class epp_HostCreateRsp |
From: Daniel M. <tub...@us...> - 2002-02-05 17:10:58
|
Update of /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk In directory usw-pr-cvs1:/tmp/cvs-serv4553 Modified Files: RTKBase.java Log Message: added an empty line just to test the mailing lists Index: RTKBase.java =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/java/src/com/tucows/oxrs/epp/rtk/RTKBase.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** RTKBase.java 2001/12/18 02:56:44 1.11 --- RTKBase.java 2002/02/05 17:10:55 1.12 *************** *** 21,24 **** --- 21,25 ---- */ + /* * $Header$ |