com.ibm.diameter.sh.util
Class SessionDescription

java.lang.Object
  extended by com.ibm.diameter.sh.util.SessionDescription

public class SessionDescription
extends java.lang.Object

The SessionDescription object correlates to the SessionDescription element nested in the SPT element within InitialFilterCriteria, as defined in ShDataType.xsd. SessionDescription contains the following elements:

See Also:
SPT, InitialFilterCriteria

Constructor Summary
SessionDescription()
           
 
Method Summary
 java.lang.String getContent()
          Used by an IMS Application Server application to retrieve the SessionDescription Content
 java.lang.String getLine()
          Used by an IMS Application Server application to retrieve the SessionDescription Line
 void setContent(java.lang.String content)
          Used by the Sh subscriber profile Web service to set the SessionDescription Content after parsing the XML file received from the HSS.
 void setLine(java.lang.String line)
          Used by the Sh subscriber profile Web service to set the SessionDescription Line after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the SessionDescription object as a String for inclusion in (English only) trace logs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionDescription

public SessionDescription()
Method Detail

setLine

public void setLine(java.lang.String line)
Used by the Sh subscriber profile Web service to set the SessionDescription Line after parsing the XML file received from the HSS.

Parameters:
Sets - the Line field.

setContent

public void setContent(java.lang.String content)
Used by the Sh subscriber profile Web service to set the SessionDescription Content after parsing the XML file received from the HSS.

Parameters:
Sets - the Content field.

getLine

public java.lang.String getLine()
Used by an IMS Application Server application to retrieve the SessionDescription Line

Returns:
the Line field

getContent

public java.lang.String getContent()
Used by an IMS Application Server application to retrieve the SessionDescription Content

Returns:
Content field

toString

public java.lang.String toString()
Debug method that returns the SessionDescription object as a String for inclusion in (English only) trace logs.

Overrides:
toString in class java.lang.Object
Returns:
The String representation of this object for debug purposes only.


Copyright © 2006 IBM Corp. All Rights Reserved.