VCardIdentificationRecordset
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset
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
Methods
Method | Description |
---|---|
getFormattedNameRecords() | Gets an array containing the formatted text corresponding to the name of the object. |
getFormattedNames() | Gets an array containing the formatted text corresponding to the name of the object. |
getNameRecord() | Gets the components of the name of the object. |
getName() | Gets the components of the name of the object. |
getNicknameRecords() | Gets an array containing the text corresponding to the nickname of the object. |
getNicknames() | Gets an array containing the text corresponding to the nickname of the object. |
getPhotoRecords() | Gets an array containing the image or photograph information that annotates some aspects of the object. |
getPhotoBinaryRecords() | Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object. |
getBinaryPhotos() | Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object. |
getPhotoUriRecords() | Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object. |
getUriPhotos() | Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object. |
getBirthdateRecords() | Gets an array containing the birth date of the object in different representations. |
getBirthdateDateTimeRecord() | Gets the birth date of the object. |
getDateTimeBirthdate() | Gets the birth date of the object. |
getBirthdateTextRecords() | Gets an array containing the birth date of the object in different text representations. |
getTextBirthdates() | Gets an array containing the birth date of the object in different text representations. |
getAnniversaryRecord() | Gets the date of marriage, or equivalent, of the object. |
getAnniversaryDateTimeRecord() | Gets the date of marriage represented as a single date-and-or-time value. |
getDateTimeAnniversary() | Gets the date of marriage represented as a single date-and-or-time value. |
getAnniversaryTextRecord() | Gets the date of marriage represented as a single text value. |
getTextAnniversary() | Gets the date of marriage represented as a single text value. |
getGenderRecord() | Gets the components of the sex and gender identity of the object. |
getGender() | Gets the components of the sex and gender identity of the object. |
getFormattedNameRecords()
public final VCardTextRecord[] getFormattedNameRecords()
Gets an array containing the formatted text corresponding to the name of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing the formatted text corresponding to the name of the object.
getFormattedNames()
public final String[] getFormattedNames()
Gets an array containing the formatted text corresponding to the name of the object.
Returns: java.lang.String[] - An array containing the formatted text corresponding to the name of the object.
This property is a simplified version of FormattedNameRecords .
getNameRecord()
public final VCardTextRecord getNameRecord()
Gets the components of the name of the object.
Returns: VCardTextRecord - The components of the name of the object.
getName()
public final String getName()
Gets the components of the name of the object.
Returns: java.lang.String - The components of the name of the object.
This property is a simplified version of NameRecord .
getNicknameRecords()
public final VCardTextRecord[] getNicknameRecords()
Gets an array containing the text corresponding to the nickname of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing the text corresponding to the nickname of the object.
getNicknames()
public final String[] getNicknames()
Gets an array containing the text corresponding to the nickname of the object.
Returns: java.lang.String[] - An array containing the text corresponding to the nickname of the object.
This property is a simplified version of NicknameRecords .
getPhotoRecords()
public final VCardRecord[] getPhotoRecords()
Gets an array containing the image or photograph information that annotates some aspects of the object.
Returns: com.groupdocs.metadata.core.VCardRecord[] - An array containing the image or photograph information that annotates some aspects of the object.
getPhotoBinaryRecords()
public final VCardBinaryRecord[] getPhotoBinaryRecords()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
Returns: com.groupdocs.metadata.core.VCardBinaryRecord[] - An array containing the image or photograph information represented as binary data that annotates some aspects of the object.
This property is a simplified version of PhotoRecords .
getBinaryPhotos()
public final byte[][] getBinaryPhotos()
Gets an array containing the image or photograph information represented as binary data that annotates some aspects of the object.
Returns: byte[][] - An array containing the image or photograph information represented as binary data that annotates some aspects of the object.
This property is a simplified version of PhotoBinaryRecords .
getPhotoUriRecords()
public final VCardTextRecord[] getPhotoUriRecords()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing the image or photograph information represented by URIs that annotates some aspects of the object.
This property is a simplified version of PhotoRecords .
getUriPhotos()
public final String[] getUriPhotos()
Gets an array containing the image or photograph information represented by URIs that annotates some aspects of the object.
Returns: java.lang.String[] - An array containing the image or photograph information represented by URIs that annotates some aspects of the object.
This property is a simplified version of PhotoUriRecords .
getBirthdateRecords()
public final VCardRecord[] getBirthdateRecords()
Gets an array containing the birth date of the object in different representations.
Returns: com.groupdocs.metadata.core.VCardRecord[] - An array containing the birth date of the object in different representations.
getBirthdateDateTimeRecord()
public final VCardDateTimeRecord getBirthdateDateTimeRecord()
Gets the birth date of the object.
Returns: VCardDateTimeRecord - The birth date of the object.
This property is a simplified version of BirthdateRecords .
getDateTimeBirthdate()
public final Date getDateTimeBirthdate()
Gets the birth date of the object.
Returns: java.util.Date - The birth date of the object.
This property is a simplified version of BirthdateDateTimeRecord .
getBirthdateTextRecords()
public final VCardTextRecord[] getBirthdateTextRecords()
Gets an array containing the birth date of the object in different text representations.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing the birth date of the object in different text representations.
This property is a simplified version of BirthdateRecords .
getTextBirthdates()
public final String[] getTextBirthdates()
Gets an array containing the birth date of the object in different text representations.
Returns: java.lang.String[] - An array containing the birth date of the object in different text representations.
This property is a simplified version of BirthdateTextRecords .
getAnniversaryRecord()
public final VCardRecord getAnniversaryRecord()
Gets the date of marriage, or equivalent, of the object.
Returns: VCardRecord - The date of marriage, or equivalent, of the object.
getAnniversaryDateTimeRecord()
public final VCardDateTimeRecord getAnniversaryDateTimeRecord()
Gets the date of marriage represented as a single date-and-or-time value.
Returns: VCardDateTimeRecord - The date of marriage represented as a single date-and-or-time value.
This property is a simplified version of AnniversaryRecord .
getDateTimeAnniversary()
public final Date getDateTimeAnniversary()
Gets the date of marriage represented as a single date-and-or-time value.
Returns: java.util.Date - The date of marriage represented as a single date-and-or-time value.
This property is a simplified version of AnniversaryDateTimeRecord .
getAnniversaryTextRecord()
public final VCardTextRecord getAnniversaryTextRecord()
Gets the date of marriage represented as a single text value.
Returns: VCardTextRecord - The date of marriage represented as a single text value.
This property is a simplified version of AnniversaryRecord .
getTextAnniversary()
public final String getTextAnniversary()
Gets the date of marriage represented as a single text value.
Returns: java.lang.String - The date of marriage represented as a single text value.
This property is a simplified version of AnniversaryTextRecord .
getGenderRecord()
public final VCardTextRecord getGenderRecord()
Gets the components of the sex and gender identity of the object.
Returns: VCardTextRecord - The components of the sex and gender identity of the object.
getGender()
public final String getGender()
Gets the components of the sex and gender identity of the object.
Returns: java.lang.String - The components of the sex and gender identity of the object.
This property is a simplified version of GenderRecord .