| 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openrtk.idl.epp0604.domain.epp_DomainStatus
Class that contains the elements used to represent domain status with different type.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/domain/epp_DomainStatus.java,v 1.1 2003/03/21 15:55:20 tubadanm Exp $
epp_DomainInfoRsp, 
epp_DomainUpdateAddRemove, 
Serialized Form| Field Summary | |
 java.lang.String | 
m_lang
The language used to express the domain status value.  | 
 epp_DomainStatusType | 
m_type
The type of the domain status.  | 
 java.lang.String | 
m_value
The value of the domain status.  | 
| Constructor Summary | |
epp_DomainStatus()
Empty constructor  | 
|
epp_DomainStatus(epp_DomainStatusType _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 domain status value  | 
 epp_DomainStatusType | 
getType()
Accessor method for the type of the domain status  | 
 java.lang.String | 
getValue()
Accessor method for the value of the domain status  | 
 void | 
setLang(java.lang.String value)
Accessor method for the language used to express the domain status value  | 
 void | 
setType(epp_DomainStatusType value)
Accessor method for the type of the domain status  | 
 void | 
setValue(java.lang.String value)
Accessor method for the value of the domain 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_DomainStatusType m_type
setType(org.openrtk.idl.epp0604.domain.epp_DomainStatusType), 
getType()public java.lang.String m_lang
setLang(String), 
getLang()public java.lang.String m_value
setValue(String), 
getValue()| Constructor Detail | 
public epp_DomainStatus()
public epp_DomainStatus(epp_DomainStatusType _m_type,
                        java.lang.String _m_lang,
                        java.lang.String _m_value)
_m_type - The type of the domain status_m_lang - The language used to express the domain status value_m_value - The value of the domain status| Method Detail | 
public void setType(epp_DomainStatusType value)
value - The domain status typem_typepublic epp_DomainStatusType getType()
m_typepublic void setLang(java.lang.String value)
value - The language of the status valuem_langpublic java.lang.String getLang()
m_langpublic void setValue(java.lang.String value)
value - The domain status valuem_valuepublic java.lang.String getValue()
m_valuepublic java.lang.String toString()
toString in class java.lang.Object
  | 
EPP RTK for Java v 0.7.2  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||