com.ibm.diameter.sh.util
Class ProfilePartIndicator

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

public class ProfilePartIndicator
extends java.lang.Object

The ProfilePartIndicator object correlates to the ProfilePartIndicator element nested within the InitialFilterCriteria element, as defined in ShDataType.xsd. The following values may be specified for ProfilePartIndicator:

See Also:
InitialFilterCriteria, com.ibm.diameter.sh.DiameterShService#getInitialFilterCriteria, com.ibm.diameter.sh.DiameterShService#getUserData

Field Summary
static int REGISTERED
           
static int UNREGISTERED
           
 
Constructor Summary
ProfilePartIndicator()
           
 
Method Summary
 int getProfilePartIndicator()
          Used by an IMS Application Server application to retrieve the ProfilePartIndicator.
 void setProfilePartIndicator(int profilePartIndicator)
          Used by the Sh subscriber profile Web service to set the ProfilePartIndicator after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the ProfilePartIndicator 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

REGISTERED

public static final int REGISTERED
See Also:
Constant Field Values

UNREGISTERED

public static final int UNREGISTERED
See Also:
Constant Field Values
Constructor Detail

ProfilePartIndicator

public ProfilePartIndicator()
Method Detail

getProfilePartIndicator

public int getProfilePartIndicator()
Used by an IMS Application Server application to retrieve the ProfilePartIndicator.

Returns:
ProfilePartIndicator

setProfilePartIndicator

public void setProfilePartIndicator(int profilePartIndicator)
Used by the Sh subscriber profile Web service to set the ProfilePartIndicator after parsing the XML file received from the HSS.

Parameters:
Sets - the ProfilePartIndicator field.

toString

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