public class SCIMComplexValue extends Object
Constructor and Description |
---|
SCIMComplexValue() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplay() |
String |
getType() |
String |
getValue() |
boolean |
isEmpty() |
boolean |
isPrimary() |
void |
setDisplay(String display) |
void |
setPrimary(boolean primary) |
void |
setType(String type) |
void |
setValue(String value) |
public String getValue()
public void setValue(String value)
public String getDisplay()
public void setDisplay(String display)
public String getType()
public void setType(String type)
public boolean isPrimary()
public void setPrimary(boolean primary)
public boolean isEmpty()
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.