org.openrtk.idl.epp02
Class epp_Result
java.lang.Object
org.openrtk.idl.epp02.epp_Result
- org.omg.CORBA.portable.IDLEntity
public class epp_Result
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
org/openrtk/idl/epp/epp_Result.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from epp.idl
Thursday, July 26, 2001 6:26:04 PM EDT
epp_Result()
|
epp_Result(short _m_code, String _m_msg, String _m_lang, String _m_id, String[] _m_values)
|
m_code
public short m_code
m_lang
public String m_lang
m_values
public String[] m_values
epp_Result
public epp_Result()
epp_Result
public epp_Result(short _m_code,
String _m_msg,
String _m_lang,
String _m_id,
String[] _m_values)
getCode
public short getCode()
getId
public String getId()
getLang
public String getLang()
getMsg
public String getMsg()
getValues
public String[] getValues()
setCode
public void setCode(short value)
setId
public void setId(String value)
setLang
public void setLang(String value)
setMsg
public void setMsg(String value)
setValues
public void setValues(String[] value)
toString
public String toString()
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS