Class SCIMComplexValue

java.lang.Object
org.apache.syncope.ext.scimv2.api.data.SCIMComplexValue
All Implemented Interfaces:
Serializable

public class SCIMComplexValue extends Object
See Also:
  • Constructor Details

    • SCIMComplexValue

      public SCIMComplexValue()
  • Method Details

    • 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()