public class ClaimRequirement extends JsonMapObject
Modifier and Type | Field and Description |
---|---|
static String |
ESSENTIAL_PROPERTY |
static String |
VALUE_PROPERTY |
static String |
VALUES_PROPERTY |
Constructor and Description |
---|
ClaimRequirement() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEssential() |
String |
getValue() |
List<String> |
getValues() |
void |
setEssential(Boolean essential) |
void |
setValue(String value) |
void |
setValues(List<String> values) |
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
public static final String ESSENTIAL_PROPERTY
public static final String VALUE_PROPERTY
public static final String VALUES_PROPERTY
Apache CXF