|
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.contact.epp_ContactStatus
Class that contains the elements used to represent contact status with different type.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/contact/epp_ContactStatus.java,v 1.7 2001/12/04 22:31:46 lyin Exp $
epp_ContactInfoRsp
,
epp_ContactUpdateAddRemove
, Serialized FormField Summary | |
java.lang.String |
m_lang
The language used to express the contact status value. |
epp_ContactStatusType |
m_type
The type of the contact status. |
java.lang.String |
m_value
The value of the contact status. |
Constructor Summary | |
epp_ContactStatus()
Empty constructor |
|
epp_ContactStatus(epp_ContactStatusType _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 contact status value |
epp_ContactStatusType |
getType()
Accessor method for the type of the contact status |
java.lang.String |
getValue()
Accessor method for the value of the contact status |
void |
setLang(java.lang.String value)
Accessor method for the language used to express the contact status value |
void |
setType(epp_ContactStatusType value)
Accessor method for the type of the contact status |
void |
setValue(java.lang.String value)
Accessor method for the value of the contact 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_ContactStatusType m_type
setType(org.openrtk.idl.epp.contact.epp_ContactStatusType)
,
getType()
public java.lang.String m_lang
setLang(String)
,
getLang()
public java.lang.String m_value
setValue(String)
,
getValue()
Constructor Detail |
public epp_ContactStatus()
public epp_ContactStatus(epp_ContactStatusType _m_type, java.lang.String _m_lang, java.lang.String _m_value)
_m_type
- The type of the contact status_m_lang
- The language used to express the contact status value_m_value
- The value of the contact statusMethod Detail |
public void setType(epp_ContactStatusType value)
value
- The contact status typem_type
public epp_ContactStatusType 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 contact 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 |