|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.host.epp_HostStatus
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 $
epp_HostInfoRsp
,
epp_HostUpdateAddRemove
, Serialized FormField 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 |
public epp_HostStatusType m_type
setType(org.openrtk.idl.epp.host.epp_HostStatusType)
,
getType()
public java.lang.String m_lang
setLang(String)
,
getLang()
public java.lang.String m_value
setValue(String)
,
getValue()
Constructor Detail |
public epp_HostStatus()
public epp_HostStatus(epp_HostStatusType _m_type, java.lang.String _m_lang, java.lang.String _m_value)
_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 statusMethod Detail |
public void setType(epp_HostStatusType value)
value
- The host status typem_type
public epp_HostStatusType getType()
m_type
public void setLang(java.lang.String value)
value
- The language of the status valuem_lang
public java.lang.String getLang()
m_lang
public void setValue(java.lang.String value)
value
- The host status valuem_value
public java.lang.String getValue()
m_value
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |