com.signalsoftcorp.lst.meri
Class MERISubscriberID

java.lang.Object
  |
  +--com.signalsoftcorp.lst.meri.MERISubscriberID
Direct Known Subclasses:
MERI10SubscriberId

public class MERISubscriberID
extends java.lang.Object

Base class for SubscriberID types used in the MERI interface.


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 UNKNOWN
          Unknown
 
Constructor Summary
MERISubscriberID()
          Creates a new instance of MERISubscriberID
MERISubscriberID(java.lang.String value, java.lang.String type)
          Creates a new instance of MERISubscriberID from a String value and String type
 
Method Summary
 java.lang.String getId()
          Getter for property id.
 java.lang.String getType()
          Getter for property type.
 void setId(java.lang.String id)
          Setter for property id.
 void setType(java.lang.String type)
          Setter for property type.
 java.lang.String toString()
          Return a string representation of this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

UNKNOWN

public static final java.lang.String UNKNOWN
Unknown
Constructor Detail

MERISubscriberID

public MERISubscriberID()
Creates a new instance of MERISubscriberID

MERISubscriberID

public MERISubscriberID(java.lang.String value,
                        java.lang.String type)
Creates a new instance of MERISubscriberID from a String value and String type
Parameters:
type - OSID,PSID,TSID or MSID
value - The id for the subscriber.
Method Detail

getId

public java.lang.String getId()
Getter for property id.
Returns:
Value of property id.

setId

public void setId(java.lang.String id)
Setter for property id.
Parameters:
id - New value of property id.

getType

public java.lang.String getType()
Getter for property type.
Returns:
Value of property type.

setType

public void setType(java.lang.String type)
Setter for property type.
Parameters:
type - New value of property type.

toString

public java.lang.String toString()
Return a string representation of this instance.
Overrides:
toString in class java.lang.Object
Returns:
String representation of this class.


Copyright © SignalSoft Corp. All Rights Reserved.