|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.SessionDescription
public class SessionDescription
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:
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 |
---|
public SessionDescription()
Method Detail |
---|
public void setLine(java.lang.String line)
Sets
- the Line field.public void setContent(java.lang.String content)
Sets
- the Content field.public java.lang.String getLine()
public java.lang.String getContent()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |