com.ibm.diameter.sh.util
Class RegistrationType

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

public class RegistrationType
extends java.lang.Object

The RegistrationType object correlates to the RegistrationType element nested in the SPT element within InitialFilterCriteria, as defined in ShDataType.xsd. RegistrationType may have the following values:

See Also:
SPT, InitialFilterCriteria

Field Summary
static int DE_REGISTRATION
           
static int INITIAL_REGISTRATION
           
static int RE_REGISTRATION
           
 
Constructor Summary
RegistrationType()
           
 
Method Summary
 int getRegistrationType()
          Used by an IMS Application Server application to retrieve the RegistrationType
 void setRegistrationType(int registrationType)
          Used by the Sh subscriber profile Web service to set the RegistrationType after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the RegistrationType 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

INITIAL_REGISTRATION

public static final int INITIAL_REGISTRATION
See Also:
Constant Field Values

RE_REGISTRATION

public static final int RE_REGISTRATION
See Also:
Constant Field Values

DE_REGISTRATION

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

RegistrationType

public RegistrationType()
Method Detail

getRegistrationType

public int getRegistrationType()
Used by an IMS Application Server application to retrieve the RegistrationType

Returns:
RegistrationType

setRegistrationType

public void setRegistrationType(int registrationType)
Used by the Sh subscriber profile Web service to set the RegistrationType after parsing the XML file received from the HSS.

Parameters:
Sets - the RegistrationType field.

toString

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