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
Modifier and Type | Method and Description |
---|---|
byte[][] |
getBinarySounds()
Gets the digital sound content information that annotates some aspects of the vCard.
|
String[] |
getCategories()
Gets the application category information about the vCard, also known as "tags".
|
VCardTextRecord[] |
getCategoryRecords()
Gets the application category information about the vCard, also known as "tags".
|
VCardTextRecord[] |
getNoteRecords()
Gets the supplemental information or comments that are associated with the vCard.
|
String[] |
getNotes()
Gets the supplemental information or comments that are associated with the vCard.
|
VCardTextRecord[] |
getPidIdentifierRecords()
Gets the global meaning of the local PID source identifier.
|
String[] |
getPidIdentifiers()
Gets the global meaning of the local PID source identifier.
|
String |
getProductIdentifier()
Gets the identifier of the product that created the vCard object.
|
VCardTextRecord |
getProductIdentifierRecord()
Gets the identifier of the product that created the vCard object.
|
Date |
getRevision()
Gets the revision information about the current vCard.
|
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. |
VCardBinaryRecord[] |
getSoundBinaryRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardRecord[] |
getSoundRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardTextRecord[] |
getSoundUriRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
|
String |
getUid()
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
|
VCardTextRecord |
getUidRecord()
Gets the value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
|
String[] |
getUriSounds()
Gets the digital sound content information that annotates some aspects of the vCard.
|
VCardTextRecord[] |
getUrlRecords()
Gets an array of URLs pointing to websites that represent the person in some way.
|
String[] |
getUrls()
Gets an array of URLs pointing to websites that represent the person in some way.
|
String |
getVersion()
Gets the version of the vCard specification.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final VCardTextRecord[] 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 VCardTextRecord[] 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 VCardTextRecord 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 VCardIdentificationRecordset.FormattedNames
and VCardIdentificationRecordset.Name
types.
VCardIdentificationRecordset.FormattedNames
and VCardIdentificationRecordset.Name
types.public final VCardRecord[] getSoundRecords()
Gets the digital sound content information that annotates some aspects of the vCard.
public final VCardBinaryRecord[] 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 VCardTextRecord[] 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 VCardTextRecord 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 VCardTextRecord[] 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 VCardTextRecord[] 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.