com.ibm.diameter.rf.util
Class UUSdata

java.lang.Object
  extended by com.ibm.diameter.rf.util.UUSdata

public class UUSdata
extends java.lang.Object

Holds the information for the User-to-User Protocol used by accounting to keep track of the amount and type of data involved in the transaction.


Constructor Summary
UUSdata()
           
 
Method Summary
 java.lang.String getAmountOfUUSdata()
          Obtains the amount of UUS data value, which contains the amount of user-to-user data in the body of the SIP msg.
 int getDirection()
          Obtains the direction value, which contains either 0(UPLINK) or 1(DOWNLINK) indicating the direction UUS data travels.
 java.lang.String getMimeType()
          Obtains the mime type value, which contains the type of User-to-User data.
 void setAmountOfUUSdata(java.lang.String amountOfUUSdata)
          Sets the amount of UUS data value.
 void setDirection(int direction)
          Sets the direction value.
 void setMimeType(java.lang.String mimeType)
          Sets the mime type value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUSdata

public UUSdata()
Method Detail

getAmountOfUUSdata

public java.lang.String getAmountOfUUSdata()
Obtains the amount of UUS data value, which contains the amount of user-to-user data in the body of the SIP msg. [Amount-of-UUS-data]

Returns:
amountOfUUSdata

setAmountOfUUSdata

public void setAmountOfUUSdata(java.lang.String amountOfUUSdata)
Sets the amount of UUS data value.

Parameters:
amountOfUUSdata - The amountOfUUSdata to set.

getDirection

public int getDirection()
Obtains the direction value, which contains either 0(UPLINK) or 1(DOWNLINK) indicating the direction UUS data travels. [Direction]

Returns:
direction

setDirection

public void setDirection(int direction)
Sets the direction value.

Parameters:
direction - The direction to set.

getMimeType

public java.lang.String getMimeType()
Obtains the mime type value, which contains the type of User-to-User data. [Mime-Type]

Returns:
mimeType

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mime type value.

Parameters:
mimeType - The mimeType to set.


Copyright © 2006 IBM Corp. All Rights Reserved.