|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.meri.MERISubscriberID
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 |
public static final java.lang.String OSID
public static final java.lang.String PSID
public static final java.lang.String TSID
public static final java.lang.String MSID
public static final java.lang.String UNKNOWN
Constructor Detail |
public MERISubscriberID()
public MERISubscriberID(java.lang.String value, java.lang.String type)
type
- OSID,PSID,TSID or MSIDvalue
- The id for the subscriber.Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- New value of property id.public java.lang.String getType()
public void setType(java.lang.String type)
type
- New value of property type.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |