EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705
Class epp_ExtMessage

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.epp_ExtMessage
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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 $

See Also:
org.openrtk.idl.epp0705.epp_MessageQueue#setExtMessage(epp_ExtMessage), Serialized Form

Field Summary
 java.lang.String m_lang
          The ISO language of the message.
 java.lang.String m_value
          The message text.
 
Constructor Summary
epp_ExtMessage()
          Empty constructor
epp_ExtMessage(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 ISO language.
 java.lang.String getValue()
          Accessor method for the message text.
 void setLang(java.lang.String value)
          Accessor method for the ISO language.
 void setValue(java.lang.String value)
          Accessor method for the message text.
 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

m_lang

public java.lang.String m_lang
The ISO language of the message. Optional. Default is "en" if null.

See Also:
setLang(String), getLang()

m_value

public java.lang.String m_value
The message text. This is free text and could contain "informal" XML. The RTK does not parse this XML.

See Also:
setLang(String), getLang()
Constructor Detail

epp_ExtMessage

public epp_ExtMessage()
Empty constructor


epp_ExtMessage

public epp_ExtMessage(java.lang.String _m_lang,
                      java.lang.String _m_value)
The constructor with initializing variables.

Parameters:
_m_lang - The ISO language of the message
_m_value - The message text.
Method Detail

setLang

public void setLang(java.lang.String value)
Accessor method for the ISO language.

Parameters:
value - The optional ISO language of the message.
See Also:
m_lang

getLang

public java.lang.String getLang()
Accessor method for the ISO language.

Returns:
The optional ISO language of the message.
See Also:
m_lang

setValue

public void setValue(java.lang.String value)
Accessor method for the message text.

Parameters:
value - The message text.
See Also:
m_value

getValue

public java.lang.String getValue()
Accessor method for the message text.

Returns:
The message text.
See Also:
m_value

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

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