Reference
AimHandle
, CustomDate
, Email
, IcqHandle
, InstantMessage
, JabberHandle
, MsnHandle
, Phone
, RelatedName
, Url
, YahooHandle
@Code("az16") @Name("contact info") public interface ContactInfo extends Reference
Modifier and Type | Method | Description |
---|---|---|
String |
getId() |
Unique identifier for this entry, this is persistent, and stays with the record.
|
String |
getLabel() |
Label is the label associated with value like "work", "home", etc.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
Reference |
getValue() |
Value.
|
void |
setLabel(String label) |
Label is the label associated with value like "work", "home", etc.
|
void |
setValue(Reference value) |
Value.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("az18") @Kind("property") @Name("label") @Type("text") String getLabel()
@Code("az18") @Kind("property") @Name("label") @Type("text") void setLabel(String label)
label
- new property value@Code("az17") @Kind("property") @Name("value") @Type("any") Reference getValue()
@Code("az17") @Kind("property") @Name("value") @Type("any") void setValue(Reference value)
value
- new property value@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()