org.cloudfoundry.identity.uaa.scim
Class ScimUser.PhoneNumber

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.ScimUser.PhoneNumber
Enclosing class:
ScimUser

public static final class ScimUser.PhoneNumber
extends Object


Constructor Summary
ScimUser.PhoneNumber()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScimUser.PhoneNumber

public ScimUser.PhoneNumber()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2013. All rights reserved.