|
gluu
|

公開メンバ関数 | |
| SchemaAttribute () | |
| SchemaAttribute (String name) | |
| String | getName () |
| void | setName (String name) |
| String | getType () |
| void | setType (String type) |
| List< SchemaAttribute > | getSubAttributes () |
| void | setSubAttributes (List< SchemaAttribute > subAttributes) |
| boolean | isMultiValued () |
| void | setMultiValued (boolean multiValued) |
| String | getDescription () |
| void | setDescription (String description) |
| boolean | isRequired () |
| void | setRequired (boolean required) |
| List< String > | getCanonicalValues () |
| void | setCanonicalValues (List< String > canonicalValues) |
| boolean | isCaseExact () |
| void | setCaseExact (boolean caseExact) |
| String | getMutability () |
| void | setMutability (String mutability) |
| String | getReturned () |
| void | setReturned (String returned) |
| String | getUniqueness () |
| void | setUniqueness (String uniqueness) |
| List< String > | getReferenceTypes () |
| void | setReferenceTypes (List< String > referenceTypes) |
| boolean | equals (Object other) |
非公開変数類 | |
| String | name |
| String | type |
| List< SchemaAttribute > | subAttributes |
| boolean | multiValued |
| String | description |
| boolean | required |
| List< String > | canonicalValues |
| boolean | caseExact |
| String | mutability |
| String | returned |
| String | uniqueness |
| List< String > | referenceTypes |
Represents a SCIM resource attribute and its subattributes if any.
|
inline |
|
inline |
Creates a SchemaAttribute with the name passed as param.
| name | The name of the attribute being modeled |
|
inline |
Indicates whether another SchemaAttribute object is equal to this one
| other | An object to compare this one against |
other is a SchemaAttribute whose name is the same as this instance name
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.13