Class SCIMComplexValue
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMComplexValue
-
- All Implemented Interfaces:
Serializable
public class SCIMComplexValue extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMComplexValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getDisplay
public String getDisplay()
-
setDisplay
public void setDisplay(String display)
-
getType
public String getType()
-
setType
public void setType(String type)
-
isPrimary
public boolean isPrimary()
-
setPrimary
public void setPrimary(boolean primary)
-
isEmpty
public boolean isEmpty()
-
-