com.ibm.diameter.sh.util
Class TriggerPoint

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

public class TriggerPoint
extends java.lang.Object

The TriggerPoint object correlates to the TriggerPoint element nested within the InitialFilterCriteria element, as described in ShDataType.xsd. TriggerPoint contains the following elements:

See Also:
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

TriggerPoint

public TriggerPoint()
Method Detail

setConditionTypeCNF

public 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.

Parameters:
Sets - the conditionTypeCNF indicator.

setSPT

public 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.

Parameters:
Sets - the SPT object array

isConditionTypeCNF

public boolean isConditionTypeCNF()
Used by an IMS Application Server application to retrieve the conditionTypeCNF indicator.

Returns:
conditionTypeCNF indicator

getSPT

public SPT[] getSPT()
Used by an IMS Application Server application to retrieve the SPT object array

Returns:
SPT object array

toString

public java.lang.String toString()
Debug method that returns the TriggerPoint 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.