EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705.domain
Class epp_DomainInfoReq

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.domain.epp_DomainInfoReq
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_DomainInfoReq
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains the elements necessary to retrieve detailed information associated with a domain in the registry.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/domain/epp_DomainInfoReq.java,v 1.1 2003/03/20 22:42:30 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:30 $

See Also:
com.tucows.oxrs.epp.rtk.xml.EPPDomainInfo, epp_DomainInfoRsp, Serialized Form

Field Summary
 epp_AuthInfo m_auth_info
          The authorization information required to authorize object transfers.
 epp_Command m_cmd
          The common and generic command element.
 epp_DomainHostsType m_hosts_type
          The types of hosts you would like to see returned by the info command.
 java.lang.String m_name
          The name of the domain object to be queried.
 
Constructor Summary
epp_DomainInfoReq()
          Empty constructor
epp_DomainInfoReq(epp_Command _m_cmd, java.lang.String _m_name, epp_DomainHostsType _m_hosts_type)
          Deprecated.  
epp_DomainInfoReq(epp_Command _m_cmd, java.lang.String _m_name, epp_DomainHostsType _m_hosts_type, epp_AuthInfo _m_auth_info)
          The constructor with initializing variables.
 
Method Summary
 epp_AuthInfo getAuthInfo()
          Accessor method for the authorization information
 epp_Command getCmd()
          Accessor method for the common and generic command element
 epp_DomainHostsType getHostsType()
          Accessor method for the hosts type of the domain object to be queried
 java.lang.String getName()
          Accessor method for the name of the domain object to be queried
 void setAuthInfo(epp_AuthInfo value)
          Accessor method for the authorization information
 void setCmd(epp_Command value)
          Accessor method for the common and generic command element
 void setHostsType(epp_DomainHostsType value)
          Accessor method for the hosts type of the domain object to be queried
 void setName(java.lang.String value)
          Accessor method for the name of the domain object to be queried
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_cmd

public epp_Command m_cmd
The common and generic command element.

See Also:
setCmd(org.openrtk.idl.epp0705.epp_Command), getCmd()

m_name

public java.lang.String m_name
The name of the domain object to be queried.

See Also:
setName(String), getName()

m_hosts_type

public epp_DomainHostsType m_hosts_type
The types of hosts you would like to see returned by the info command.

See Also:
setHostsType(epp_DomainHostsType), getHostsType()

m_auth_info

public epp_AuthInfo m_auth_info
The authorization information required to authorize object transfers.

See Also:
setAuthInfo(org.openrtk.idl.epp0705.epp_AuthInfo), getAuthInfo()
Constructor Detail

epp_DomainInfoReq

public epp_DomainInfoReq()
Empty constructor


epp_DomainInfoReq

public epp_DomainInfoReq(epp_Command _m_cmd,
                         java.lang.String _m_name,
                         epp_DomainHostsType _m_hosts_type)
Deprecated.  

The constructor with initializing variables. The hosts type parameter tells the server how much host information to return in the response.

Parameters:
_m_cmd - The common and generic command element
_m_name - The name of the domain object to be queried
_m_hosts_type - The type of hosts of the domain object to be queried

epp_DomainInfoReq

public epp_DomainInfoReq(epp_Command _m_cmd,
                         java.lang.String _m_name,
                         epp_DomainHostsType _m_hosts_type,
                         epp_AuthInfo _m_auth_info)
The constructor with initializing variables. The hosts type parameter tells the server how much host information to return in the response.

Parameters:
_m_cmd - The common and generic command element
_m_name - The name of the domain object to be queried
_m_hosts_type - The type of hosts of the domain object to be queried
_m_auth_info - The authorization information required to authorize object transfers
Method Detail

setCmd

public void setCmd(epp_Command value)
Accessor method for the common and generic command element

Parameters:
value - The command element
See Also:
m_cmd

getCmd

public epp_Command getCmd()
Accessor method for the common and generic command element

Returns:
The command element
See Also:
m_cmd

setName

public void setName(java.lang.String value)
Accessor method for the name of the domain object to be queried

Parameters:
value - The domain name
See Also:
m_name

getName

public java.lang.String getName()
Accessor method for the name of the domain object to be queried

Returns:
The domain name
See Also:
m_name

setHostsType

public void setHostsType(epp_DomainHostsType value)
Accessor method for the hosts type of the domain object to be queried

See Also:
m_hosts_type

getHostsType

public epp_DomainHostsType getHostsType()
Accessor method for the hosts type of the domain object to be queried

Returns:
The hosts type
See Also:
m_hosts_type

setAuthInfo

public void setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information

Parameters:
value - The authorization information
See Also:
m_auth_info

getAuthInfo

public epp_AuthInfo getAuthInfo()
Accessor method for the authorization information

Returns:
The authorization information
See Also:
m_auth_info

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS