com.ibm.diameter.sh.util
Class LocationInformation

java.lang.Object
  extended by com.ibm.diameter.sh.util.LocationInformation
Direct Known Subclasses:
CSLocationInformation, PSLocationInformation

public class LocationInformation
extends java.lang.Object

The LocationInformation object correlates to the CSLocationInformation and PSLocationInformation elements described in ShDataType.xsd. The LocationInformation object is extended by the CSLocationInformation and PSLocationInformation objects. LocationInformation contains the following elements:

See Also:
CSLocationInformation, PSLocationInformation

Constructor Summary
LocationInformation()
           
 
Method Summary
 int getAgeOfLocationInformation()
          Used by an IMS Application Server application to retrieve the ageOfLocationInformation.
 java.lang.String getCellGlobalId()
          Used by an IMS Application Server application to retrieve the cellGlobalId.
 java.lang.String getGeodeticInformation()
          Used by an IMS Application Server application to retrieve the geodeticInformation.
 java.lang.String getGeographicalInformation()
          Used by an IMS Application Server application to retrieve the geographicalInformation.
 java.lang.String getLocationAreaId()
          Used by an IMS Application Server application to retrieve the locationAreaId.
 java.lang.String getServiceAreaId()
          Used by an IMS Application Server application to retrieve the serviceAreaId.
 boolean isCurrentLocationRetrieved()
          Used by an IMS Application Server application to retrieve the currentLocationRetrieved.
 void setAgeOfLocationInformation(int ageOfLocationInformation)
          Used by the Sh subscriber profile Web service to set the ageOfLocationInformation after parsing the XML file received from the HSS.
 void setCellGlobalId(java.lang.String cellGlobalId)
          Used by the Sh subscriber profile Web service to set the cellGlobalId after parsing the XML file received from the HSS.
 void setCurrentLocationRetrieved(boolean currentLocationRetrieved)
          Used by the Sh subscriber profile Web service to set the currentLocationRetrieved after parsing the XML file received from the HSS.
 void setGeodeticInformation(java.lang.String geodeticInformation)
          Used by the Sh subscriber profile Web service to set the geodeticInformation after parsing the XML file received from the HSS.
 void setGeographicalInformation(java.lang.String geographicalInformation)
          Used by the Sh subscriber profile Web service to set the geographicalInformation after parsing the XML file received from the HSS.
 void setLocationAreaId(java.lang.String locationAreaId)
          Used by the Sh subscriber profile Web service to set the locationAreaId after parsing the XML file received from the HSS.
 void setServiceAreaId(java.lang.String serviceAreaId)
          Used by the Sh subscriber profile Web service to set the serviceAreaId after parsing the XML file received from the HSS.
 java.lang.String toString()
          Debug method that returns the content of the LocationInformation 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

LocationInformation

public LocationInformation()
Method Detail

setCellGlobalId

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

Parameters:
Sets - the cellGlobalId field.

setServiceAreaId

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

Parameters:
Sets - the serviceAreaId field.

setLocationAreaId

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

Parameters:
Sets - the locationAreaId field.

setGeographicalInformation

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

Parameters:
Sets - the geographicalInformation field.

setGeodeticInformation

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

Parameters:
Sets - the geodeticInformation field.

setAgeOfLocationInformation

public void setAgeOfLocationInformation(int ageOfLocationInformation)
Used by the Sh subscriber profile Web service to set the ageOfLocationInformation after parsing the XML file received from the HSS.

Parameters:
Sets - the ageOfLocationInformation field.

setCurrentLocationRetrieved

public void setCurrentLocationRetrieved(boolean currentLocationRetrieved)
Used by the Sh subscriber profile Web service to set the currentLocationRetrieved after parsing the XML file received from the HSS.

Parameters:
Sets - the currentLocationRetrieved field.

getCellGlobalId

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

Returns:
cellGlobalId

getServiceAreaId

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

Returns:
serviceAreaId

getLocationAreaId

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

Returns:
locationAreaId

getGeographicalInformation

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

Returns:
geographicalInformation

getGeodeticInformation

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

Returns:
geodeticInformation

getAgeOfLocationInformation

public int getAgeOfLocationInformation()
Used by an IMS Application Server application to retrieve the ageOfLocationInformation.

Returns:
ageOfLocationInformation

isCurrentLocationRetrieved

public boolean isCurrentLocationRetrieved()
Used by an IMS Application Server application to retrieve the currentLocationRetrieved.

Returns:
currentLocationRetrieved

toString

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