|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.sh.util.LocationInformation
com.ibm.diameter.sh.util.PSLocationInformation
public class PSLocationInformation
The PSLocationInformation object extends LocationInformation and correlates to the PSLocationInformation element defined in ShDataType.xsd. PSLocationInformation contains the following elements:
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 |
---|
public PSLocationInformation()
Method Detail |
---|
public void setRoutingAreaId(java.lang.String routingAreaId)
Sets
- the routingAreaId field.public void setSGSNAddress(java.lang.String[] sgsnStrings)
Sets
- the sGSNAddress string array.public java.lang.String getRoutingAreaId()
public java.lang.String[] getSGSNAddress()
public java.lang.String toString()
toString
in class LocationInformation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |