org.walluck.oscar
Class AIMSession.SSIObject

java.lang.Object
  extended by org.walluck.oscar.AIMSession.SSIObject
Enclosing class:
AIMSession

public class AIMSession.SSIObject
extends Object

This is for SSI support.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
AIMSession.SSIObject()
          Creates a new SSI class.
 
Method Summary
 Vector getLocal()
          Get the value of local.
 int getNumItems()
          Get the value of numItems.
 Vector getOfficial()
          Get the value of official.
 Vector getPending()
          Get the value of pending.
 boolean getReceivedData()
          Get the value of receivedData.
 int getTimestamp()
          Get the value of timestamp.
 boolean isWaitingForAck()
          Get the value of waitingForAck.
 void setLocal(Vector local)
          Set the value of local.
 void setNumItems(int numItems)
          Set the value of numItems.
 void setOfficial(Vector official)
          Set the value of official.
 void setPending(Vector pending)
          Set the value of pending.
 void setReceivedData(boolean receivedData)
          Set the value of receivedData
 void setTimestamp(int timestamp)
          Set the value of timestamp.
 void setWaitingForAck(boolean waitingForAck)
          Set the value of waitingForAck.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIMSession.SSIObject

public AIMSession.SSIObject()
Creates a new SSI class.

Method Detail

getReceivedData

public boolean getReceivedData()
Get the value of receivedData.

Returns:
value of receivedData.

setReceivedData

public void setReceivedData(boolean receivedData)
Set the value of receivedData

Parameters:
receivedData - Value to assign to receivedData.

setWaitingForAck

public void setWaitingForAck(boolean waitingForAck)
Set the value of waitingForAck.

Parameters:
waitingForAck - a boolean value

isWaitingForAck

public boolean isWaitingForAck()
Get the value of waitingForAck.

Returns:
value of waitingForAck.

setNumItems

public void setNumItems(int numItems)
Set the value of numItems.

Parameters:
numItems - Value to assign to numItems.

getNumItems

public int getNumItems()
Get the value of numItems.

Returns:
value of numItems.

getOfficial

public Vector getOfficial()
Get the value of official.

Returns:
value of official.

setOfficial

public void setOfficial(Vector official)
Set the value of official.

Parameters:
official - Value to assign to official.

getLocal

public Vector getLocal()
Get the value of local.

Returns:
value of local.

setLocal

public void setLocal(Vector local)
Set the value of local.

Parameters:
local - Value to assign to local.

getPending

public Vector getPending()
Get the value of pending.

Returns:
value of pending.

setPending

public void setPending(Vector pending)
Set the value of pending.

Parameters:
pending - Value to assign to pending.

getTimestamp

public int getTimestamp()
Get the value of timestamp.

Returns:
value of timestamp.

setTimestamp

public void setTimestamp(int timestamp)
Set the value of timestamp.

Parameters:
timestamp - Value to assign to timestamp.