VCardGeneralRecordset
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset
public class VCardGeneralRecordset extends VCardRecordset
Represents a set of General vCard records.
Learn more
Methods
Method | Description |
---|---|
getSourceRecords() | Gets the array of sources of directory information contained in the content type. |
getSources() | Gets an array containing the sources of the directory information contained in the content type. |
getNameOfSource() | Gets the textual representation of the SOURCE property. |
getKind() | Gets the kind of the object. |
getXmlRecords() | Gets an array containing extended XML-encoded vCard data. |
getXmlEntries() | Gets an array containing extended XML-encoded vCard data. |
getSourceRecords()
public final VCardTextRecord[] getSourceRecords()
Gets the array of sources of directory information contained in the content type.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The array of sources of directory information contained in the content type.
getSources()
public final String[] getSources()
Gets an array containing the sources of the directory information contained in the content type.
Returns: java.lang.String[] - An array containing the sources of the directory information contained in the content type.
This property is a simplified version of SourceRecords .
getNameOfSource()
public final String getNameOfSource()
Gets the textual representation of the SOURCE property.
Returns: java.lang.String - The textual representation of the SOURCE property.
getKind()
public final String getKind()
Gets the kind of the object.
Returns: java.lang.String - The kind of object.
getXmlRecords()
public final VCardTextRecord[] getXmlRecords()
Gets an array containing extended XML-encoded vCard data.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - An array containing extended XML-encoded vCard data.
getXmlEntries()
public final String[] getXmlEntries()
Gets an array containing extended XML-encoded vCard data.
Returns: java.lang.String[] - An array of extended XML-encoded vCard data.
This property is a simplified version of XmlRecords .