org.indy
Class RFCReply

java.lang.Object
  |
  +--org.indy.RFCReply

public class RFCReply
extends java.lang.Object

Description of the Class

Author:
owen

Constructor Summary
RFCReply()
          Constructor for the IdRFCReply object
RFCReply(RFCReply reply)
          Constructor for the IdRFCReply object
 
Method Summary
 void clear()
          Description of the Method
 java.lang.String generateReply()
          Description of the Method
 int getNumericCode()
          Gets the numericCode attribute of the IdRFCReply object
 StringList getText()
          Gets the text attribute of the IdRFCReply object
 java.lang.String getTextCode()
          Gets the textCode attribute of the IdRFCReply object
 void parseLineResponse(java.lang.String tag, StringList strings)
          Description of the Method
 void parseResponse(StringList strings)
          Description of the Method
 void parseResponse(java.lang.String tag, StringList strings)
          Description of the Method
 boolean replyExists()
          Description of the Method
 void setNumericCode(int code)
          Sets the numericCode attribute of the IdRFCReply object
 void setReply(int numericCode, java.lang.String data)
          Sets the reply attribute of the IdRFCReply object
 void setText(StringList text)
          Sets the text attribute of the IdRFCReply object
 void setTextCode(java.lang.String s)
          Sets the textCode attribute of the IdRFCReply object
 java.lang.String toString()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RFCReply

public RFCReply()
Constructor for the IdRFCReply object

RFCReply

public RFCReply(RFCReply reply)
Constructor for the IdRFCReply object
Parameters:
reply - Description of the Parameter
Method Detail

setNumericCode

public final void setNumericCode(int code)
Sets the numericCode attribute of the IdRFCReply object
Parameters:
code - The new numericCode value

setTextCode

public final void setTextCode(java.lang.String s)
Sets the textCode attribute of the IdRFCReply object
Parameters:
s - The new textCode value

setReply

public final void setReply(int numericCode,
                           java.lang.String data)
Sets the reply attribute of the IdRFCReply object
Parameters:
numericCode - The new reply value
data - The new reply value

setText

public final void setText(StringList text)
Sets the text attribute of the IdRFCReply object
Parameters:
text - The new text value

getNumericCode

public final int getNumericCode()
Gets the numericCode attribute of the IdRFCReply object
Returns:
The numericCode value

getText

public final StringList getText()
Gets the text attribute of the IdRFCReply object
Returns:
The text value

getTextCode

public final java.lang.String getTextCode()
Gets the textCode attribute of the IdRFCReply object
Returns:
The textCode value

clear

public final void clear()
Description of the Method

generateReply

public final java.lang.String generateReply()
Description of the Method
Returns:
Description of the Return Value

parseResponse

public final void parseResponse(StringList strings)
Description of the Method
Parameters:
strings - Description of the Parameter

parseLineResponse

public void parseLineResponse(java.lang.String tag,
                              StringList strings)
Description of the Method
Parameters:
tag - Description of the Parameter
strings - Description of the Parameter

parseResponse

public void parseResponse(java.lang.String tag,
                          StringList strings)
Description of the Method
Parameters:
tag - Description of the Parameter
strings - Description of the Parameter

replyExists

public final boolean replyExists()
Description of the Method
Returns:
Description of the Return Value

toString

public java.lang.String toString()
DOCUMENT ME!
Overrides:
toString in class java.lang.Object
Returns:
DOCUMENT ME!


Copyright © 2002-2002 IndyJ. All Rights Reserved.