|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.LocationInformation
public class LocationInformation
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:
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 |
---|
public LocationInformation()
Method Detail |
---|
public void setCellGlobalId(java.lang.String cellGlobalId)
Sets
- the cellGlobalId field.public void setServiceAreaId(java.lang.String serviceAreaId)
Sets
- the serviceAreaId field.public void setLocationAreaId(java.lang.String locationAreaId)
Sets
- the locationAreaId field.public void setGeographicalInformation(java.lang.String geographicalInformation)
Sets
- the geographicalInformation field.public void setGeodeticInformation(java.lang.String geodeticInformation)
Sets
- the geodeticInformation field.public void setAgeOfLocationInformation(int ageOfLocationInformation)
Sets
- the ageOfLocationInformation field.public void setCurrentLocationRetrieved(boolean currentLocationRetrieved)
Sets
- the currentLocationRetrieved field.public java.lang.String getCellGlobalId()
public java.lang.String getServiceAreaId()
public java.lang.String getLocationAreaId()
public java.lang.String getGeographicalInformation()
public java.lang.String getGeodeticInformation()
public int getAgeOfLocationInformation()
public boolean isCurrentLocationRetrieved()
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 |