EPP RTK
for Java v 0.5.0

org.openrtk.idl.epp.host
Class epp_HostStatus

java.lang.Object
  |
  +--org.openrtk.idl.epp.host.epp_HostStatus
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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/epp/host/epp_HostStatus.java,v 1.8 2001/12/18 16:04:06 tubadanm Exp $
$Revision: 1.8 $
$Date: 2001/12/18 16:04:06 $

See Also:
epp_HostInfoRsp, epp_HostUpdateAddRemove, Serialized Form

Field Summary
 java.lang.String m_lang
          The language used to express the host status value.
 epp_HostStatusType m_type
          The type of the host status.
 java.lang.String m_value
          The value of the host status.
 
Constructor Summary
epp_HostStatus()
          Empty constructor
epp_HostStatus(epp_HostStatusType _m_type, java.lang.String _m_lang, java.lang.String _m_value)
          The constructor with initializing variables.
 
Method Summary
 java.lang.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
 java.lang.String getValue()
          Accessor method for the value of the host status
 void setLang(java.lang.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(java.lang.String value)
          Accessor method for the value of the host status
 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_type

public epp_HostStatusType m_type
The type of the host status.
See Also:
setType(org.openrtk.idl.epp.host.epp_HostStatusType), getType()

m_lang

public java.lang.String m_lang
The language used to express the host status value.
See Also:
setLang(String), getLang()

m_value

public java.lang.String m_value
The value of the host status.
See Also:
setValue(String), getValue()
Constructor Detail

epp_HostStatus

public epp_HostStatus()
Empty constructor

epp_HostStatus

public epp_HostStatus(epp_HostStatusType _m_type,
                      java.lang.String _m_lang,
                      java.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 Detail

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

getType

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

setLang

public void setLang(java.lang.String value)
Accessor method for the language used to express the host status value
Parameters:
value - The language of the status value
See Also:
m_lang

getLang

public java.lang.String getLang()
Accessor method for the language used to express the host status value
Returns:
The language of the status value
See Also:
m_lang

setValue

public void setValue(java.lang.String value)
Accessor method for the value of the host status
Parameters:
value - The host status value
See Also:
m_value

getValue

public java.lang.String getValue()
Accessor method for the value of the host status
Returns:
The host status value
See Also:
m_value

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.5.0

Copyright © 2001 - Tucows, Inc.