com.signalsoftcorp.lst.client
Class MLP300Msid

java.lang.Object
  |
  +--com.signalsoftcorp.lst.client.SubscriberId
        |
        +--com.signalsoftcorp.lst.client.MLP300Msid

public class MLP300Msid
extends SubscriberId

Represents a Mobile Station ID within a MLP300LocationRequest. Contains the actual ID (number) and a type. The type can be one of:

See Also:
MLP300LocationRequest

Fields inherited from class com.signalsoftcorp.lst.client.SubscriberId
MSID, OSID, PSID, TSID, VSID
 
Constructor Summary
MLP300Msid()
           
MLP300Msid(java.lang.String type, java.lang.String id)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.signalsoftcorp.lst.client.SubscriberId
getId, getType, setId, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MLP300Msid

public MLP300Msid()

MLP300Msid

public MLP300Msid(java.lang.String type,
                  java.lang.String id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SubscriberId


Copyright © SignalSoft Corp. All Rights Reserved.