|
||||||||||
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.CSLocationInformation
public class CSLocationInformation
The CSLocationInformation object extends LocationInformation and correlates to the CSLocationInformation element defined in ShDataType.xsd. CSLocationInformation contains the following elements:
LocationInformation
,
PSLocationInformation
,
com.ibm.diameter.sh.DiameterShService#getCSLocationInformation
,
com.ibm.diameter.sh.DiameterShService#getUserData
Constructor Summary | |
---|---|
CSLocationInformation()
|
Method Summary | |
---|---|
java.lang.String |
getLocationNumber()
Used by an IMS Application Server application to retrieve the locationNumber. |
java.lang.String[] |
getMSCAddress()
Used by an IMS Application Server application to retrieve the mSCAddress array. |
java.lang.String[] |
getVLRAddress()
Used by an IMS Application Server application to retrieve the vLRAddress array. |
void |
setLocationNumber(java.lang.String locationNumber)
Used by the Sh subscriber profile Web service to set the locationNumber after parsing the XML file received from the HSS. |
void |
setMSCAddress(java.lang.String[] mscStrings)
Used by the Sh subscriber profile Web service to set the mSCAddress after parsing the XML file received from the HSS. |
void |
setVLRAddress(java.lang.String[] vlrStrings)
Used by the Sh subscriber profile Web service to set the vLRAddress after parsing the XML file received from the HSS. |
java.lang.String |
toString()
Debug method that returns the content as a String in (English only) trace logs. |
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 CSLocationInformation()
Method Detail |
---|
public void setLocationNumber(java.lang.String locationNumber)
Sets
- the locationNumber field.public void setVLRAddress(java.lang.String[] vlrStrings)
Sets
- the vLRAddress string array.public void setMSCAddress(java.lang.String[] mscStrings)
Sets
- the mSCAddress string array.public java.lang.String getLocationNumber()
public java.lang.String[] getVLRAddress()
public java.lang.String[] getMSCAddress()
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 |