com.ibm.diameter.sh.util
Class RepositoryData

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

public class RepositoryData
extends java.lang.Object

The RepositoryData object correlates to the RepositoryData element defined in ShDataType.xsd. RepositoryData contains the following elements:

See Also:
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

RepositoryData

public RepositoryData()
Method Detail

setServiceIndication

public 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.

Parameters:
Sets - the serviceIndication field.

setSequenceNumber

public 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.

Parameters:
Sets - the sequenceNumber field.

setServiceData

public 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.

Parameters:
Sets - the serviceData field.

getServiceData

public java.lang.String getServiceData()
Used by an IMS Application Server application to retrieve the serviceData.

Returns:
serviceData string

getServiceIndication

public java.lang.String getServiceIndication()
Used by an IMS Application Server application to retrieve the serviceIndication.

Returns:
serviceIndication string

getSequenceNumber

public int getSequenceNumber()
Used by an IMS Application Server application to retrieve the sequenceNumber.

Returns:
sequenceNumber string

toString

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