net.sf.dexterim.msn.message
Class BuddyPhoneMessage

java.lang.Object
  extended bynet.sf.dexterim.msn.message.SingleLineMessage
      extended bynet.sf.dexterim.msn.message.BuddyPhoneMessage
All Implemented Interfaces:
MsnMessage

public class BuddyPhoneMessage
extends SingleLineMessage

Author:
Christoph Walcher

Field Summary
static java.lang.String HOME
          Description of the Field
static java.lang.String MOBILE
          Description of the Field
static java.lang.String WORK
          Description of the Field
 
Constructor Summary
BuddyPhoneMessage()
          Creates a new instance of BuddyPhoneMessage
 
Method Summary
 MsnMessage addLine(java.lang.String line)
          Adds a feature to the Line attribute of the BuddyPhoneMessage object
 java.lang.String getAccount()
          Getter for property account.
 java.lang.String getMessageCommand()
          Gets the messageCommand attribute of the BuddyPhoneMessage object
 java.lang.String getPhoneNumber()
          Getter for property phoneNumber.
 java.lang.String getType()
          Getter for property type.
 boolean isMultipartMessage()
          Gets the multipartMessage attribute of the BuddyPhoneMessage object
 void process(MsnConnection connection)
          Double Dispatching Messages
 
Methods inherited from class net.sf.dexterim.msn.message.SingleLineMessage
addCharBlock, getRequiredByteInput, isCompleted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORK

public static final java.lang.String WORK
Description of the Field

See Also:
Constant Field Values

HOME

public static final java.lang.String HOME
Description of the Field

See Also:
Constant Field Values

MOBILE

public static final java.lang.String MOBILE
Description of the Field

See Also:
Constant Field Values
Constructor Detail

BuddyPhoneMessage

public BuddyPhoneMessage()
Creates a new instance of BuddyPhoneMessage

Method Detail

getMessageCommand

public java.lang.String getMessageCommand()
Gets the messageCommand attribute of the BuddyPhoneMessage object

Returns:
The messageCommand value

getType

public java.lang.String getType()
Getter for property type.

Returns:
Value of property type.

getPhoneNumber

public java.lang.String getPhoneNumber()
Getter for property phoneNumber.

Returns:
Value of property phoneNumber.

isMultipartMessage

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

Specified by:
isMultipartMessage in interface MsnMessage
Overrides:
isMultipartMessage in class SingleLineMessage
Returns:
The multipartMessage value

addLine

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

Specified by:
addLine in interface MsnMessage
Overrides:
addLine in class SingleLineMessage
Parameters:
line - The feature to be added to the Line attribute
Returns:
Description of the Return Value

getAccount

public java.lang.String getAccount()
Getter for property account.

Returns:
Value of property account.

process

public void process(MsnConnection connection)
Description copied from interface: MsnMessage
Double Dispatching Messages

Parameters:
connection -


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