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.
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()