|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.TriggerPoint
public class TriggerPoint
The TriggerPoint object correlates to the TriggerPoint element nested within the InitialFilterCriteria element, as described in ShDataType.xsd. TriggerPoint contains the following elements:
SPT
,
InitialFilterCriteria
Constructor Summary | |
---|---|
TriggerPoint()
|
Method Summary | |
---|---|
SPT[] |
getSPT()
Used by an IMS Application Server application to retrieve the SPT object array |
boolean |
isConditionTypeCNF()
Used by an IMS Application Server application to retrieve the conditionTypeCNF indicator. |
void |
setConditionTypeCNF(boolean conditionTypeCNF)
Used by the Sh subscriber profile Web service to set the conditionTypeCNF indicator after parsing the XML file received from the HSS. |
void |
setSPT(SPT[] sPT)
Used by the Sh subscriber profile Web service to set the SPT object array after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the TriggerPoint 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 TriggerPoint()
Method Detail |
---|
public void setConditionTypeCNF(boolean conditionTypeCNF)
Sets
- the conditionTypeCNF indicator.public void setSPT(SPT[] sPT)
Sets
- the SPT object arraypublic boolean isConditionTypeCNF()
public SPT[] getSPT()
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 |