com.ibm.diameter.sh.util
Class PublicIdentifiers

java.lang.Object
  extended by com.ibm.diameter.sh.util.PublicIdentifiers

public class PublicIdentifiers
extends java.lang.Object

Represents SH Public Identifiers


Constructor Summary
PublicIdentifiers()
           
 
Method Summary
 java.net.URI[] getIMSPublicIdentity()
           
 java.lang.String[] getMSISDN()
           
 void setIMSPublicIdentity(java.net.URI[] identifiersURIs)
           
 void setMSISDN(java.lang.String[] msisdnStrings)
           
 java.lang.String toString()
          Debug method that returns the content as a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicIdentifiers

public PublicIdentifiers()
Method Detail

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.