public class VCardGeneralRecordset extends VCardRecordset
Modifier and Type | Method and Description |
---|---|
String |
getKind()
Gets the kind of the object.
|
String |
getNameOfSource()
Gets the textual representation of the SOURCE property.
|
VCardTextRecord[] |
getSourceRecords()
Gets the array of sources of directory information contained in the content type.
|
String[] |
getSources()
Gets an array containing the sources of the directory information contained in the content type.
|
String[] |
getXmlEntries()
Gets an array containing extended XML-encoded vCard data.
|
VCardTextRecord[] |
getXmlRecords()
Gets an array containing extended XML-encoded vCard data.
|
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[] getSourceRecords()
Gets the array of sources of directory information contained in the content type.
public final String[] getSources()
Gets an array containing the sources of the directory information contained in the content type.
SourceRecords
.
public final String getNameOfSource()
Gets the textual representation of the SOURCE property.
public final String getKind()
Gets the kind of the object.
public final VCardTextRecord[] getXmlRecords()
Gets an array containing extended XML-encoded vCard data.
public final String[] getXmlEntries()
Gets an array containing extended XML-encoded vCard data.
XmlRecords
.