com.ibm.diameter.sh.util
Class PSLocationInformation

java.lang.Object
  extended by com.ibm.diameter.sh.util.LocationInformation
      extended by com.ibm.diameter.sh.util.PSLocationInformation

public class PSLocationInformation
extends LocationInformation

The PSLocationInformation object extends LocationInformation and correlates to the PSLocationInformation element defined in ShDataType.xsd. PSLocationInformation contains the following elements:

See Also:
LocationInformation, CSLocationInformation, com.ibm.diameter.sh.DiameterShService#getPSLocationInformation, com.ibm.diameter.sh.DiameterShService#getUserData

Constructor Summary
PSLocationInformation()
           
 
Method Summary
 java.lang.String getRoutingAreaId()
          Used by an IMS Application Server application to retrieve the routingAreaId.
 java.lang.String[] getSGSNAddress()
          Used by an IMS Application Server application to retrieve the sGSNAddress string array.
 void setRoutingAreaId(java.lang.String routingAreaId)
          Used by the Sh subscriber profile Web service to set the routingAreaId after parsing the XML file received from the HSS.
 void setSGSNAddress(java.lang.String[] sgsnStrings)
          Used by the Sh subscriber profile Web service to set the sGSNAddress after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the content as a String.
 
Methods inherited from class com.ibm.diameter.sh.util.LocationInformation
getAgeOfLocationInformation, getCellGlobalId, getGeodeticInformation, getGeographicalInformation, getLocationAreaId, getServiceAreaId, isCurrentLocationRetrieved, setAgeOfLocationInformation, setCellGlobalId, setCurrentLocationRetrieved, setGeodeticInformation, setGeographicalInformation, setLocationAreaId, setServiceAreaId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSLocationInformation

public PSLocationInformation()
Method Detail

setRoutingAreaId

public void setRoutingAreaId(java.lang.String routingAreaId)
Used by the Sh subscriber profile Web service to set the routingAreaId after parsing the XML file received from the HSS.

Parameters:
Sets - the routingAreaId field.

setSGSNAddress

public void setSGSNAddress(java.lang.String[] sgsnStrings)
Used by the Sh subscriber profile Web service to set the sGSNAddress after parsing the XML file received from the HSS.

Parameters:
Sets - the sGSNAddress string array.

getRoutingAreaId

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

Returns:
routingAreaId

getSGSNAddress

public java.lang.String[] getSGSNAddress()
Used by an IMS Application Server application to retrieve the sGSNAddress string array.

Returns:
sGSNAddress string array

toString

public java.lang.String toString()
Debug method that returns the content as a String. This method overrides the toString method in the parent class LocationInformation and appends fields unique to CS location.

Overrides:
toString in class LocationInformation
Returns:
The String representation of this object.


Copyright © 2006 IBM Corp. All Rights Reserved.