com.ibm.diameter.sh.util
Class RegistrationType
java.lang.Object
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:
- INITIAL_REGISTRATION
- RE_REGISTRATION
- DE_REGISTRATION
- See Also:
SPT
,
InitialFilterCriteria
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 |
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
RegistrationType
public RegistrationType()
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.