org.openrtk.idl.epp0705.host

Class epp_HostStatus

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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

Class that contains the elements used to represent host status with different type. $Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/host/epp_HostStatus.java,v 1.1 2003/03/20 22:42:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:31 $
See Also:
epp_HostInfoRsp, epp_HostUpdateAddRemove

Field Summary

String
m_lang
The language used to express the host status value.
epp_HostStatusType
m_type
The type of the host status.
String
m_value
The value of the host status.

Constructor Summary

epp_HostStatus()
Empty constructor
epp_HostStatus(epp_HostStatusType _m_type, String _m_lang, String _m_value)
The constructor with initializing variables.

Method Summary

String
getLang()
Accessor method for the language used to express the host status value
epp_HostStatusType
getType()
Accessor method for the type of the host status
String
getValue()
Accessor method for the value of the host status
void
setLang(String value)
Accessor method for the language used to express the host status value
void
setType(epp_HostStatusType value)
Accessor method for the type of the host status
void
setValue(String value)
Accessor method for the value of the host status
String
toString()
Converts this class into a string.

Field Details

m_lang

public String m_lang
The language used to express the host status value.

m_type

public epp_HostStatusType m_type
The type of the host status.

m_value

public String m_value
The value of the host status.

Constructor Details

epp_HostStatus

public epp_HostStatus()
Empty constructor

epp_HostStatus

public epp_HostStatus(epp_HostStatusType _m_type,
                      String _m_lang,
                      String _m_value)
The constructor with initializing variables.
Parameters:
_m_type - The type of the host status
_m_lang - The language used to express the host status value
_m_value - The value of the host status

Method Details

getLang

public String getLang()
Accessor method for the language used to express the host status value
Returns:
The language of the status value

getType

public epp_HostStatusType getType()
Accessor method for the type of the host status
Returns:
The host status type
See Also:
m_type

getValue

public String getValue()
Accessor method for the value of the host status
Returns:
The host status value

setLang

public void setLang(String value)
Accessor method for the language used to express the host status value
Parameters:
value - The language of the status value

setType

public void setType(epp_HostStatusType value)
Accessor method for the type of the host status
Parameters:
value - The host status type
See Also:
m_type

setValue

public void setValue(String value)
Accessor method for the value of the host status
Parameters:
value - The host status value

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

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