com.ibm.diameter.sh.util
Class SCSCFName

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

public class SCSCFName
extends java.lang.Object

The SCSCFName object correlates to the SCSCFName element defined in ShDataType.xsd.

See Also:
com.ibm.diameter.sh.DiameterShService#getSCSCFName, com.ibm.diameter.sh.DiameterShService#getUserData, com.ibm.diameter.sh.notify.DiameterShNotifyService#notifySCSCFNameChange, com.ibm.diameter.sh.notify.DiameterShNotifyService#notifyUserDataChange

Constructor Summary
SCSCFName()
           
 
Method Summary
 java.net.URI getSCSCFName()
          Used by an IMS Application Server application to retrieve the SCSCFName URI.
 void setSCSCFName(java.net.URI url)
          Used by the Sh subscriber profile Web service to set the SCSCFName after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the SCSCFName 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

SCSCFName

public SCSCFName()
Method Detail

getSCSCFName

public java.net.URI getSCSCFName()
Used by an IMS Application Server application to retrieve the SCSCFName URI.

Returns:
SCSCFName URI

setSCSCFName

public void setSCSCFName(java.net.URI url)
Used by the Sh subscriber profile Web service to set the SCSCFName after parsing the XML file received from the HSS.

Parameters:
Sets - the SCSCFName field.

toString

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