|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.InitialFilterCriteria
public class InitialFilterCriteria
The InitialFilterCriteria object correlates to the InitialFilterCriteria element defined in ShDataType.xsd. InitialFilterCriteria contains the following elements:
TriggerPoint
,
ApplicationServer
,
com.ibm.diameter.sh.DiameterShService#getInitialFilterCriteria
,
com.ibm.diameter.sh.DiameterShService#getUserData
,
com.ibm.diameter.sh.notify.DiameterShNotifyService#notifyInitialFilterCriteriaChange
,
com.ibm.diameter.sh.notify.DiameterShNotifyService#notifyUserDataChange
Field Summary | |
---|---|
static int |
REGISTERED
The Priority field has 2 possible values: REGISTERED and UNREGISTERED |
static int |
UNREGISTERED
The Priority field has 2 possible values: REGISTERED and UNREGISTERED |
Constructor Summary | |
---|---|
InitialFilterCriteria()
|
Method Summary | |
---|---|
ApplicationServer |
getApplicationServer()
Used by an IMS Application Server application to retrieve the ApplicationServer. |
int |
getPriority()
Used by an IMS Application Server application to retrieve the priority. |
ProfilePartIndicator |
getProfilePartIndicator()
Used by an IMS Application Server application to retrieve the ProfilePartIndicator. |
TriggerPoint |
getTriggerPoint()
Used by an IMS Application Server application to retrieve the TriggerPoint. |
void |
setApplicationServer(ApplicationServer appServer)
Used by the Sh subscriber profile Web service to set the ApplicationServer object after parsing the XML file received from the HSS. |
void |
setPriority(int priority)
Used by the Sh subscriber profile Web service to set the priority field after parsing the XML file received from the HSS. |
void |
setProfilePartIndicator(ProfilePartIndicator profilePartIndicator)
Used by the Sh subscriber profile Web service to set the ProfilePartIndicator after parsing the XML file received from the HSS. |
void |
setTriggerPoint(TriggerPoint triggerPoint)
Used by the Sh subscriber profile Web service to set the TriggerPoint object after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the InitialFilterCriteria 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 |
Field Detail |
---|
public static final int REGISTERED
public static final int UNREGISTERED
Constructor Detail |
---|
public InitialFilterCriteria()
Method Detail |
---|
public void setPriority(int priority)
Sets
- the priority field.public void setProfilePartIndicator(ProfilePartIndicator profilePartIndicator)
Sets
- the ProfilePartIndicator object.public void setTriggerPoint(TriggerPoint triggerPoint)
Sets
- the TriggerPoint object.public void setApplicationServer(ApplicationServer appServer)
Sets
- the ApplicationServer object.public int getPriority()
public ProfilePartIndicator getProfilePartIndicator()
public TriggerPoint getTriggerPoint()
public ApplicationServer getApplicationServer()
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 |