com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardIdentificationRecordset

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    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

    • Method Detail

      • getFormattedNameRecords

        public final VCardTextRecord[] getFormattedNameRecords()

        Gets an array containing the formatted text corresponding to the name of the object.

        Returns:
        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:
        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:
        The components of the name of the object.
      • getName

        public final String getName()

        Gets the components of the name of the object.

        Returns:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        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:
        The components of the sex and gender identity of the object.


        This property is a simplified version of GenderRecord.