|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.SimpleValue
public class SimpleValue
This class represents a SCIM simple value. Simple values can be String, Boolean, DateTime or Binary.
| Constructor Summary | |
|---|---|
SimpleValue(Boolean booleanValue)
Create a simple boolean value. |
|
SimpleValue(byte[] bytes)
Create a simple binary value. |
|
SimpleValue(Date dateValue)
Create a simple datetime value. |
|
SimpleValue(String stringValue)
Create a simple string value. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
byte[] |
getBinaryValue()
Retrieves the simple binary value. |
Boolean |
getBooleanValue()
Retrieves the simple value as a boolean. |
Date |
getDateValue()
Retrieves the simple value as a date. |
Double |
getDoubleValue()
Retrieves the simple value as a double. |
Long |
getLongValue()
Retrieves the simple value as a long. |
String |
getStringValue()
Retrieves the simple value as a string. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleValue(String stringValue)
stringValue - The string value.public SimpleValue(Boolean booleanValue)
booleanValue - The boolean value.public SimpleValue(Date dateValue)
dateValue - The datetime value.public SimpleValue(byte[] bytes)
bytes - The binary value.| Method Detail |
|---|
public String getStringValue()
public Boolean getBooleanValue()
public Double getDoubleValue()
public Long getLongValue()
public Date getDateValue()
public byte[] getBinaryValue()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||