org.openrtk.idl.epp0705
Class epp_ExtMessage
java.lang.Object
org.openrtk.idl.epp0705.epp_ExtMessage
- org.omg.CORBA.portable.IDLEntity
public class epp_ExtMessage
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that holds the message contained in the message queue response from the EPP server.
Used by epp_MessageQueue.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/epp_ExtMessage.java,v 1.1 2003/03/20 22:42:18 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:18 $
org.openrtk.idl.epp0705.epp_MessageQueue.setExtMessage(epp_ExtMessage)
String | m_lang - The ISO language of the message.
|
String | m_value - The message text.
|
String | getLang() - Accessor method for the ISO language.
|
String | getValue() - Accessor method for the message text.
|
void | setLang(String value) - Accessor method for the ISO language.
|
void | setValue(String value) - Accessor method for the message text.
|
String | toString() - Converts this class into a string.
|
m_lang
public String m_lang
The ISO language of the message.
Optional. Default is "en" if null.
m_value
public String m_value
The message text.
This is free text and could contain "informal" XML. The RTK
does not parse this XML.
epp_ExtMessage
public epp_ExtMessage()
Empty constructor
epp_ExtMessage
public epp_ExtMessage(String _m_lang,
String _m_value)
The constructor with initializing variables.
_m_lang
- The ISO language of the message_m_value
- The message text.
getLang
public String getLang()
Accessor method for the ISO language.
- The optional ISO language of the message.
getValue
public String getValue()
Accessor method for the message text.
setLang
public void setLang(String value)
Accessor method for the ISO language.
value
- The optional ISO language of the message.
setValue
public void setValue(String value)
Accessor method for the message text.
value
- The message text.
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS