public class VCardIdentificationRecordsetMetadata extends VCardRecordsetMetadata
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.
Modifier and Type | Method and Description |
---|---|
VCardDateTimeRecordMetadata |
getAnniversaryDateTimeRecord()
Gets the date of marriage represented as a single date-and-or-time value.
|
VCardRecordMetadata |
getAnniversaryRecord()
Gets the date of marriage, or equivalent, of the object.
|
VCardTextRecordMetadata |
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.
|
VCardDateTimeRecordMetadata |
getBirthdateDateTimeRecord()
Gets the birth date of the object.
|
VCardRecordMetadata[] |
getBirthdateRecords()
Gets an array containing the birth date of the object in different representations.
|
VCardTextRecordMetadata[] |
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.
|
VCardTextRecordMetadata[] |
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.
|
VCardTextRecordMetadata |
getGenderRecord()
Gets the components of the sex and gender identity of the object.
|
String |
getName()
Gets the components of the name of the object.
|
VCardTextRecordMetadata |
getNameRecord()
Gets the components of the name of the object.
|
VCardTextRecordMetadata[] |
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.
|
VCardBinaryRecordMetadata[] |
getPhotoBinaryRecords()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
|
VCardRecordMetadata[] |
getPhotoRecords()
Gets an array containing the image or photograph information that annotates some aspects of the object.
|
VCardTextRecordMetadata[] |
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.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] 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 VCardTextRecordMetadata 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 VCardTextRecordMetadata[] 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 VCardRecordMetadata[] getPhotoRecords()
Gets an array containing the image or photograph information that annotates some aspects of the object.
public final VCardBinaryRecordMetadata[] 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 VCardTextRecordMetadata[] 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 VCardRecordMetadata[] getBirthdateRecords()
Gets an array containing the birth date of the object in different representations.
public final VCardDateTimeRecordMetadata getBirthdateDateTimeRecord()
Gets the birth date of the object.
BirthdateRecords
.
public final Date getDateTimeBirthdate()
Gets the birth date of the object.
BirthdateDateTimeRecord
.
public final VCardTextRecordMetadata[] 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 VCardRecordMetadata getAnniversaryRecord()
Gets the date of marriage, or equivalent, of the object.
public final VCardDateTimeRecordMetadata 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 VCardTextRecordMetadata 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 VCardTextRecordMetadata 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
.
Copyright © 2019. All rights reserved.