@Deprecated public class VCardExplanatoryRecordsetMetadata extends VCardRecordsetMetadata
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.
Modifier and Type | Method and Description |
---|---|
byte[][] |
getBinarySounds()
Deprecated.
Gets the digital sound content information that annotates some aspects of the vCard.
|
String[] |
getCategories()
Deprecated.
Gets the application category information about the vCard, also known as "tags".
|
VCardTextRecordMetadata[] |
getCategoryRecords()
Deprecated.
Gets the application category information about the vCard, also known as "tags".
|
VCardTextRecordMetadata[] |
getNoteRecords()
Deprecated.
Gets the supplemental information or comments that are associated with the vCard.
|
String[] |
getNotes()
Deprecated.
Gets the supplemental information or comments that are associated with the vCard.
|
VCardTextRecordMetadata[] |
getPidIdentifierRecords()
Deprecated.
Gets the global meaning of the local PID source identifier.
|
String[] |
getPidIdentifiers()
Deprecated.
Gets the global meaning of the local PID source identifier.
|
String |
getProductIdentifier()
Deprecated.
Gets the identifier of the product that created the vCard object.
|
VCardTextRecordMetadata |
getProductIdentifierRecord()
Deprecated.
Gets the identifier of the product that created the vCard object.
|
Date |
getRevision()
Deprecated.
Gets the revision information about the current vCard.
|
String |
getSortString()
Deprecated.
Gets the family name or given name text to be used for national-language-specific sorting of the
VCardIdentificationRecordsetMetadata.FormattedNames and VCardIdentificationRecordsetMetadata.Name types. |
VCardBinaryRecordMetadata[] |
getSoundBinaryRecords()
Deprecated.
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardRecordMetadata[] |
getSoundRecords()
Deprecated.
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardTextRecordMetadata[] |
getSoundUriRecords()
Deprecated.
Gets the digital sound content information that annotates some aspects of the vCard.
|
String |
getUid()
Deprecated.
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
|
VCardTextRecordMetadata |
getUidRecord()
Deprecated.
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
|
String[] |
getUriSounds()
Deprecated.
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardTextRecordMetadata[] |
getUrlRecords()
Deprecated.
Gets an array of URLs pointing to websites that represent the person in some way.
|
String[] |
getUrls()
Deprecated.
Gets an array of URLs pointing to websites that represent the person in some way.
|
String |
getVersion()
Deprecated.
Gets the version of the vCard specification.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] getCategoryRecords()
Gets the application category information about the vCard, also known as "tags".
public final String[] getCategories()
Gets the application category information about the vCard, also known as "tags".
CategoryRecords
.
public final VCardTextRecordMetadata[] getNoteRecords()
Gets the supplemental information or comments that are associated with the vCard.
public final String[] getNotes()
Gets the supplemental information or comments that are associated with the vCard.
NoteRecords
.
public final VCardTextRecordMetadata getProductIdentifierRecord()
Gets the identifier of the product that created the vCard object.
public final String getProductIdentifier()
Gets the identifier of the product that created the vCard object.
ProductIdentifierRecord
.
public final Date getRevision()
Gets the revision information about the current vCard.
public final String getSortString()
Gets the family name or given name text to be used for national-language-specific sorting of the VCardIdentificationRecordsetMetadata.FormattedNames
and VCardIdentificationRecordsetMetadata.Name
types.
VCardIdentificationRecordsetMetadata.FormattedNames
and VCardIdentificationRecordsetMetadata.Name
types.public final VCardRecordMetadata[] getSoundRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
public final VCardBinaryRecordMetadata[] getSoundBinaryRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
SoundRecords
.
public final byte[][] getBinarySounds()
Gets the digital sound content information that annotates some aspects of the vCard.
SoundBinaryRecords
.
public final VCardTextRecordMetadata[] getSoundUriRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
SoundRecords
.
public final String[] getUriSounds()
Gets the digital sound content information that annotates some aspects of the vCard.
SoundUriRecords
.
public final VCardTextRecordMetadata getUidRecord()
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
public final String getUid()
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
UidRecord
.
public final VCardTextRecordMetadata[] getPidIdentifierRecords()
Gets the global meaning of the local PID source identifier.
public final String[] getPidIdentifiers()
Gets the global meaning of the local PID source identifier.
PidIdentifierRecords
.
public final VCardTextRecordMetadata[] getUrlRecords()
Gets an array of URLs pointing to websites that represent the person in some way.
public final String[] getUrls()
Gets an array of URLs pointing to websites that represent the person in some way.
UrlRecords
.
public final String getVersion()
Gets the version of the vCard specification.
Copyright © 2020. All rights reserved.