com.ibm.diameter.sh.util
Class PublicIdentifiers
java.lang.Object
com.ibm.diameter.sh.util.PublicIdentifiers
public class PublicIdentifiers
- extends java.lang.Object
Represents SH Public Identifiers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PublicIdentifiers
public PublicIdentifiers()
setIMSPublicIdentity
public void setIMSPublicIdentity(java.net.URI[] identifiersURIs)
setMSISDN
public void setMSISDN(java.lang.String[] msisdnStrings)
getIMSPublicIdentity
public java.net.URI[] getIMSPublicIdentity()
getMSISDN
public java.lang.String[] getMSISDN()
toString
public java.lang.String toString()
- Debug method that returns the content as a String.
- Overrides:
toString
in class java.lang.Object
- Returns:
- The String representation of this object.
Copyright © 2006 IBM Corp. All Rights Reserved.