net.sf.dexterim.msn.message
Class FileTransferInvitation

java.lang.Object
  extended bynet.sf.dexterim.msn.message.FileTransferInvitation

public class FileTransferInvitation
extends java.lang.Object

Author:
christoph

Constructor Summary
FileTransferInvitation()
          Creates a new instance of FileTransferInvitation
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a feature to the Line attribute of the FileTransferInvitation object
 boolean isComplete()
          Gets the complete attribute of the FileTransferInvitation object
 boolean isMultipartMessage()
          Gets the multipartMessage attribute of the FileTransferInvitation object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTransferInvitation

public FileTransferInvitation()
Creates a new instance of FileTransferInvitation

Method Detail

isMultipartMessage

public boolean isMultipartMessage()
Gets the multipartMessage attribute of the FileTransferInvitation object

Returns:
The multipartMessage value

addLine

public MsnMessage addLine(java.lang.String line)
Adds a feature to the Line attribute of the FileTransferInvitation object

Parameters:
line - The feature to be added to the Line attribute
Returns:
Description of the Return Value

isComplete

public boolean isComplete()
Gets the complete attribute of the FileTransferInvitation object

Returns:
The complete value


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.