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 StringgetDisplay()StringgetType()StringgetValue()booleanisEmpty()booleanisPrimary()voidsetDisplay(String display)voidsetPrimary(boolean primary)voidsetType(String type)voidsetValue(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()
-
-