org.openrtk.idl.epp02.contact

Class epp_ContactStatus

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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

Field Summary

String
m_lang
epp_ContactStatusType
m_type
String
m_value

Constructor Summary

epp_ContactStatus()
epp_ContactStatus(epp_ContactStatusType _m_type, String _m_lang, String _m_value)

Method Summary

String
getLang()
epp_ContactStatusType
getType()
String
getValue()
void
setLang(String value)
void
setType(epp_ContactStatusType value)
void
setValue(String value)
String
toString()

Field Details

m_lang

public String m_lang

m_type

public epp_ContactStatusType m_type

m_value

public String m_value

Constructor Details

epp_ContactStatus

public epp_ContactStatus()

epp_ContactStatus

public epp_ContactStatus(epp_ContactStatusType _m_type,
                         String _m_lang,
                         String _m_value)

Method Details

getLang

public String getLang()

getType

public epp_ContactStatusType getType()

getValue

public String getValue()

setLang

public void setLang(String value)

setType

public void setType(epp_ContactStatusType value)

setValue

public void setValue(String value)

toString

public String toString()

Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS