|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.RepositoryData
public class RepositoryData
The RepositoryData object correlates to the RepositoryData element defined in ShDataType.xsd. RepositoryData contains the following elements:
com.ibm.diameter.sh.DiameterShService#getRepositoryData
,
com.ibm.diameter.sh.DiameterShService#getUserData
,
com.ibm.diameter.sh.notify.DiameterShNotifyService#notifyRepositoryDataChange
,
com.ibm.diameter.sh.notify.DiameterShNotifyService#notifyUserDataChange
Constructor Summary | |
---|---|
RepositoryData()
|
Method Summary | |
---|---|
int |
getSequenceNumber()
Used by an IMS Application Server application to retrieve the sequenceNumber. |
java.lang.String |
getServiceData()
Used by an IMS Application Server application to retrieve the serviceData. |
java.lang.String |
getServiceIndication()
Used by an IMS Application Server application to retrieve the serviceIndication. |
void |
setSequenceNumber(int sequenceNumber)
Used by the Sh subscriber profile Web service to set the sequenceNumber field after parsing the XML file received from the HSS. |
void |
setServiceData(java.lang.String dataString)
Used by the Sh subscriber profile Web service to set the serviceData field after parsing the XML file received from the HSS. |
void |
setServiceIndication(java.lang.String serviceIndication)
Used by the Sh subscriber profile Web service to set the serviceIndation field after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the RepositoryData 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 |
Constructor Detail |
---|
public RepositoryData()
Method Detail |
---|
public void setServiceIndication(java.lang.String serviceIndication)
Sets
- the serviceIndication field.public void setSequenceNumber(int sequenceNumber)
Sets
- the sequenceNumber field.public void setServiceData(java.lang.String dataString)
Sets
- the serviceData field.public java.lang.String getServiceData()
public java.lang.String getServiceIndication()
public int getSequenceNumber()
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 |