|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.SPT
public class SPT
The SPT object correlates to the SPT element nested within the TriggerPoint object within InitialFilterCriteria, as described in ShDataType.xsd. SPT contains the following elements:
SIPHeader
,
SessionCase
,
SessionDescription
,
RegistrationType
,
TriggerPoint
,
InitialFilterCriteria
Constructor Summary | |
---|---|
SPT()
|
Method Summary | |
---|---|
int[] |
getGroup()
Used by an IMS Application Server application to retrieve the Group array. |
java.lang.String |
getMethod()
Used by an IMS Application Server application to retrieve the Method. |
RegistrationType[] |
getRegistrationType()
Used by an IMS Application Server application to retrieve the RegistrationType array. |
java.lang.String |
getRequestURI()
Used by an IMS Application Server application to retrieve the requestURI. |
SessionCase |
getSessionCase()
Used by an IMS Application Server application to retrieve the SessionCase object. |
SessionDescription |
getSessionDescription()
Used by an IMS Application Server application to retrieve the SessionDescription object. |
SIPHeader |
getSIPHeader()
Used by an IMS Application Server application to retrieve the SIPHeader object. |
boolean |
isConditionNegated()
Used by an IMS Application Server application to retrieve the ConditionNegated indicator. |
void |
setConditionNegated(boolean conditionNegated)
Used by the Sh subscriber profile Web service to set conditionNegated after parsing the XML file received from the HSS. |
void |
setGroup(int[] group)
Used by the Sh subscriber profile Web service to set the Group array after parsing the XML file received from the HSS. |
void |
setMethod(java.lang.String method)
Used by the Sh subscriber profile Web service to set Method after parsing the XML file received from the HSS. |
void |
setRegistrationType(RegistrationType[] registrationType)
Used by the Sh subscriber profile Web service to set the RegistrationType array after parsing the XML file received from the HSS. |
void |
setRequestURI(java.lang.String requestURI)
Used by the Sh subscriber profile Web service to set requestURI after parsing the XML file received from the HSS. |
void |
setSessionCase(SessionCase sessionCase)
Used by the Sh subscriber profile Web service to set sessionCase after parsing the XML file received from the HSS. |
void |
setSessionDescription(SessionDescription sessionDescription)
Used by the Sh subscriber profile Web service to set the SessionDescription object after parsing the XML file received from the HSS. |
void |
setSIPHeader(SIPHeader sIPHeader)
Used by the Sh subscriber profile Web service to set the SIPHeader object after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the SPT 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 SPT()
Method Detail |
---|
public void setConditionNegated(boolean conditionNegated)
Sets
- the conditionNegated field.public void setGroup(int[] group)
Sets
- the Group array.public void setRequestURI(java.lang.String requestURI)
Sets
- the requestURI field.public void setMethod(java.lang.String method)
Sets
- the method field.public void setSessionCase(SessionCase sessionCase)
Sets
- the sessionCase field.public void setRegistrationType(RegistrationType[] registrationType)
Sets
- the RegistrationType array.public void setSIPHeader(SIPHeader sIPHeader)
Sets
- the SIPHeader object.public void setSessionDescription(SessionDescription sessionDescription)
Sets
- the SessionDescription object.public boolean isConditionNegated()
public int[] getGroup()
public java.lang.String getRequestURI()
public java.lang.String getMethod()
public SessionCase getSessionCase()
public RegistrationType[] getRegistrationType()
public SIPHeader getSIPHeader()
public SessionDescription getSessionDescription()
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 |