public class VCardIdentificationRecordset extends VCardRecordset
Represents a set of Identification vCard records. These types are used to capture information associated with the identification and naming of the entity associated with the vCard.
Learn more
Modifier and Type | Method and Description |
---|---|
VCardDateTimeRecord |
getAnniversaryDateTimeRecord()
Gets the date of marriage represented as a single date-and-or-time value.
|
VCardRecord |
getAnniversaryRecord()
Gets the date of marriage, or equivalent, of the object.
|
VCardTextRecord |
getAnniversaryTextRecord()
Gets the date of marriage represented as a single text value.
|
byte[][] |
getBinaryPhotos()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
|
VCardDateTimeRecord |
getBirthdateDateTimeRecord()
Gets the birth date of the object.
|
VCardRecord[] |
getBirthdateRecords()
Gets an array containing the birth date of the object in different representations.
|
VCardTextRecord[] |
getBirthdateTextRecords()
Gets an array containing the birth date of the object in different text representations.
|
Date |
getDateTimeAnniversary()
Gets the date of marriage represented as a single date-and-or-time value.
|
Date |
getDateTimeBirthdate()
Gets the birth date of the object.
|
VCardTextRecord[] |
getFormattedNameRecords()
Gets an array containing the formatted text corresponding to the name of the object.
|
String[] |
getFormattedNames()
Gets an array containing the formatted text corresponding to the name of the object.
|
String |
getGender()
Gets the components of the sex and gender identity of the object.
|
VCardTextRecord |
getGenderRecord()
Gets the components of the sex and gender identity of the object.
|
String |
getName()
Gets the components of the name of the object.
|
VCardTextRecord |
getNameRecord()
Gets the components of the name of the object.
|
VCardTextRecord[] |
getNicknameRecords()
Gets an array containing the text corresponding to the nickname of the object.
|
String[] |
getNicknames()
Gets an array containing the text corresponding to the nickname of the object.
|
VCardBinaryRecord[] |
getPhotoBinaryRecords()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
|
VCardRecord[] |
getPhotoRecords()
Gets an array containing the image or photograph information that annotates some aspects of the object.
|
VCardTextRecord[] |
getPhotoUriRecords()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
|
String |
getTextAnniversary()
Gets the date of marriage represented as a single text value.
|
String[] |
getTextBirthdates()
Gets an array containing the birth date of the object in different text representations.
|
String[] |
getUriPhotos()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final VCardTextRecord[] getFormattedNameRecords()
Gets an array containing the formatted text corresponding to the name of the object.
public final String[] getFormattedNames()
Gets an array containing the formatted text corresponding to the name of the object.
FormattedNameRecords
.
public final VCardTextRecord getNameRecord()
Gets the components of the name of the object.
public final String getName()
Gets the components of the name of the object.
NameRecord
.
public final VCardTextRecord[] getNicknameRecords()
Gets an array containing the text corresponding to the nickname of the object.
public final String[] getNicknames()
Gets an array containing the text corresponding to the nickname of the object.
NicknameRecords
.
public final VCardRecord[] getPhotoRecords()
Gets an array containing the image or photograph information that annotates some aspects of the object.
public final VCardBinaryRecord[] getPhotoBinaryRecords()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
PhotoRecords
.
public final byte[][] getBinaryPhotos()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
PhotoBinaryRecords
.
public final VCardTextRecord[] getPhotoUriRecords()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
PhotoRecords
.
public final String[] getUriPhotos()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
PhotoUriRecords
.
public final VCardRecord[] getBirthdateRecords()
Gets an array containing the birth date of the object in different representations.
public final VCardDateTimeRecord getBirthdateDateTimeRecord()
Gets the birth date of the object.
BirthdateRecords
.
public final Date getDateTimeBirthdate()
Gets the birth date of the object.
BirthdateDateTimeRecord
.
public final VCardTextRecord[] getBirthdateTextRecords()
Gets an array containing the birth date of the object in different text representations.
BirthdateRecords
.
public final String[] getTextBirthdates()
Gets an array containing the birth date of the object in different text representations.
BirthdateTextRecords
.
public final VCardRecord getAnniversaryRecord()
Gets the date of marriage, or equivalent, of the object.
public final VCardDateTimeRecord getAnniversaryDateTimeRecord()
Gets the date of marriage represented as a single date-and-or-time value.
AnniversaryRecord
.
public final Date getDateTimeAnniversary()
Gets the date of marriage represented as a single date-and-or-time value.
AnniversaryDateTimeRecord
.
public final VCardTextRecord getAnniversaryTextRecord()
Gets the date of marriage represented as a single text value.
AnniversaryRecord
.
public final String getTextAnniversary()
Gets the date of marriage represented as a single text value.
AnniversaryTextRecord
.
public final VCardTextRecord getGenderRecord()
Gets the components of the sex and gender identity of the object.
public final String getGender()
Gets the components of the sex and gender identity of the object.
GenderRecord
.