com.signalsoftcorp.lst.client
Class SubscriberId
java.lang.Object
|
+--com.signalsoftcorp.lst.client.SubscriberId
- Direct Known Subclasses:
- MLP300Msid
- public class SubscriberId
- extends java.lang.Object
Representation of a subscriber. Contains a subscriber ID and a type.
Possible values for type is OSID,TSID,MSID,PSID, VSID
Field Summary |
static java.lang.String |
MSID
Mobile Station ID |
static java.lang.String |
OSID
Operator Subscriber ID |
static java.lang.String |
PSID
Persistent Subscriber ID |
static java.lang.String |
TSID
Temporary Station ID |
static java.lang.String |
VSID
Verification Subscriber ID |
Method Summary |
java.lang.String |
getId()
|
java.lang.String |
getType()
|
void |
setId(java.lang.String id)
|
void |
setType(java.lang.String type)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OSID
public static final java.lang.String OSID
- Operator Subscriber ID
PSID
public static final java.lang.String PSID
- Persistent Subscriber ID
TSID
public static final java.lang.String TSID
- Temporary Station ID
MSID
public static final java.lang.String MSID
- Mobile Station ID
VSID
public static final java.lang.String VSID
- Verification Subscriber ID
SubscriberId
public SubscriberId()
- Empty constructor.
SubscriberId
public SubscriberId(java.lang.String type,
java.lang.String id)
- Parameters:
type
- Mandatory - The type of the subscriber alias, one of MSID,PSID,TSID, OSID or VSIDid
- Mandatory - The value of the subscriber alias.
getType
public java.lang.String getType()
- Returns:
- The type of the subscriber alias.
getId
public java.lang.String getId()
- Returns:
- The value of the subscriber alias.
setType
public void setType(java.lang.String type)
- Parameters:
type
- One of MSID,PSID,TSID, OSID or VSID
setId
public void setId(java.lang.String id)
- Parameters:
id
- Set the value of the subscriber alias.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © SignalSoft Corp. All Rights Reserved.