|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.PSIActivation
public class PSIActivation
The PSIActivation object correlates to the PSIActivation element defined in ShDataType.xsd. The ShDataType.xsd schema defines the following states for PSIActivation:
com.ibm.diameter.sh.DiameterShService#getPSIActivation
Field Summary | |
---|---|
static int |
ACTIVE
|
static int |
INACTIVE
|
Constructor Summary | |
---|---|
PSIActivation()
|
Method Summary | |
---|---|
int |
getActivation()
Used by an IMS Application Server application to retrieve the PSIActivation value. |
static boolean |
isPSIActivationDefined(int value)
Used by the Sh subscriber profile Web service to determine if the PSIActivation value received from the HSS is recognized as a valid activation value. |
void |
setActivation(int activation)
Used by the Sh subscriber profile Web service to set PSIActivation after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the PSIActivation 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 INACTIVE
public static final int ACTIVE
Constructor Detail |
---|
public PSIActivation()
Method Detail |
---|
public int getActivation()
public void setActivation(int activation)
Sets
- the PSIActivation.public static boolean isPSIActivationDefined(int value)
state
- value to be tested
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 |