public class VCardDeliveryAddressingRecordset extends VCardRecordset
Represents a set of Delivery Addressing vCard records. These types are concerned with information related to the delivery addressing or label for the vCard object.
Learn more
Modifier and Type | Method and Description |
---|---|
String[] |
getAddresses()
Gets the components of the delivery address of the object.
|
VCardTextRecord[] |
getAddressRecords()
Gets the components of the delivery address of the object.
|
VCardTextRecord[] |
getLabelRecords()
Gets an array containing the formatted text corresponding to delivery address of the object.
|
String[] |
getLabels()
Gets an array containing the formatted text corresponding to delivery address of the object.
|
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[] getAddressRecords()
Gets the components of the delivery address of the object.
public final String[] getAddresses()
Gets the components of the delivery address of the object.
AddressRecords
.
public final VCardTextRecord[] getLabelRecords()
Gets an array containing the formatted text corresponding to delivery address of the object.
public final String[] getLabels()
Gets an array containing the formatted text corresponding to delivery address of the object.
LabelRecords
.