org.openrtk.idl.epp.contact
Class  epp_ContactStatus
java.lang.Object
  |
  +--org.openrtk.idl.epp.contact.epp_ContactStatus
- All Implemented Interfaces: 
 - org.omg.CORBA.portable.IDLEntity, java.io.Serializable
 
- public class epp_ContactStatus
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
   
org/openrtk/idl/epp/contact/epp_ContactStatus.java
 Generated by the IDL-to-Java compiler (portable), version "3.0"
 from epp_contact.idl
 Thursday, July 26, 2001 6:26:12 PM EDT
- See Also: 
 - Serialized Form
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
m_type
public epp_ContactStatusType m_type
m_lang
public java.lang.String m_lang
m_value
public java.lang.String m_value
epp_ContactStatus
public epp_ContactStatus()
epp_ContactStatus
public epp_ContactStatus(epp_ContactStatusType _m_type,
                         java.lang.String _m_lang,
                         java.lang.String _m_value)
setType
public void setType(epp_ContactStatusType value)
 
getType
public epp_ContactStatusType getType()
 
setLang
public void setLang(java.lang.String value)
 
getLang
public java.lang.String getLang()
 
setValue
public void setValue(java.lang.String value)
 
getValue
public java.lang.String getValue()
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
Copyright © 2001 - Tucows, Inc.