com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardExplanatoryRecordset

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    public class VCardExplanatoryRecordset
    extends VCardRecordset

    Represents a set of Explanatory vCard records. These properties are concerned with additional explanations, such as that related to informational notes or revisions specific to the vCard.

    Learn more

    • Method Detail

      • getCategoryRecords

        public final VCardTextRecord[] getCategoryRecords()

        Gets the application category information about the vCard, also known as "tags".

        Returns:
        The application category information about the vCard, also known as "tags".
      • getCategories

        public final String[] getCategories()

        Gets the application category information about the vCard, also known as "tags".

        Returns:
        The application category information about the vCard, also known as "tags".


        This property is a simplified version of CategoryRecords.
      • getNoteRecords

        public final VCardTextRecord[] getNoteRecords()

        Gets the supplemental information or comments that are associated with the vCard.

        Returns:
        The supplemental information or comments that are associated with the vCard.
      • getNotes

        public final String[] getNotes()

        Gets the supplemental information or comments that are associated with the vCard.

        Returns:
        The supplemental information or comments that are associated with the vCard.


        This property is a simplified version of NoteRecords.
      • getProductIdentifierRecord

        public final VCardTextRecord getProductIdentifierRecord()

        Gets the identifier of the product that created the vCard object.

        Returns:
        The identifier of the product that created the vCard object
      • getProductIdentifier

        public final String getProductIdentifier()

        Gets the identifier of the product that created the vCard object.

        Returns:
        The identifier of the product that created the vCard object


        This property is a simplified version of ProductIdentifierRecord.
      • getRevision

        public final Date getRevision()

        Gets the revision information about the current vCard.

        Returns:
        The revision information about the current vCard.
      • getSortString

        public final String getSortString()

        Gets the family name or given name text to be used for national-language-specific sorting of the VCardIdentificationRecordset.FormattedNames and VCardIdentificationRecordset.Name types.

        Returns:
        The family name or given name text to be used for national-language-specific sorting of the VCardIdentificationRecordset.FormattedNames and VCardIdentificationRecordset.Name types.
      • getSoundRecords

        public final VCardRecord[] getSoundRecords()

        Gets the digital sound content information that annotates some aspects of the vCard.

        Returns:
        The digital sound content information that annotates some aspects of the vCard.
      • getSoundBinaryRecords

        public final VCardBinaryRecord[] getSoundBinaryRecords()

        Gets the digital sound content information that annotates some aspects of the vCard.

        Returns:
        The digital sound content information that annotates some aspects of the vCard.


        This property is a simplified version of SoundRecords.
      • getBinarySounds

        public final byte[][] getBinarySounds()

        Gets the digital sound content information that annotates some aspects of the vCard.

        Returns:
        The digital sound content information that annotates some aspects of the vCard.


        This property is a simplified version of SoundBinaryRecords.
      • getSoundUriRecords

        public final VCardTextRecord[] getSoundUriRecords()

        Gets the digital sound content information that annotates some aspects of the vCard.

        Returns:
        The digital sound content information that annotates some aspects of the vCard.


        This property is a simplified version of SoundRecords.
      • getUriSounds

        public final String[] getUriSounds()

        Gets the digital sound content information that annotates some aspects of the vCard.

        Returns:
        The digital sound content information that annotates some aspects of the vCard.


        This property is a simplified version of SoundUriRecords.
      • getUidRecord

        public final VCardTextRecord getUidRecord()

        Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.

        Returns:
        The value that represents a globally unique identifier corresponding.
      • getUid

        public final String getUid()

        Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.

        Returns:
        The value that represents a globally unique identifier corresponding.


        This property is a simplified version of UidRecord.
      • getPidIdentifierRecords

        public final VCardTextRecord[] getPidIdentifierRecords()

        Gets the global meaning of the local PID source identifier.

        Returns:
        The global meaning of the local PID source identifier.
      • getPidIdentifiers

        public final String[] getPidIdentifiers()

        Gets the global meaning of the local PID source identifier.

        Returns:
        The global meaning of the local PID source identifier.


        This property is a simplified version of PidIdentifierRecords.
      • getUrlRecords

        public final VCardTextRecord[] getUrlRecords()

        Gets an array of URLs pointing to websites that represent the person in some way.

        Returns:
        An array of URLs pointing to websites that represent the person in some way.
      • getUrls

        public final String[] getUrls()

        Gets an array of URLs pointing to websites that represent the person in some way.

        Returns:
        An array of URLs pointing to websites that represent the person in some way.


        This property is a simplified version of UrlRecords.
      • getVersion

        public final String getVersion()

        Gets the version of the vCard specification.

        Returns:
        The version of the vCard specification.