@Deprecated public class VCardGeographicalRecordsetMetadata extends VCardRecordsetMetadata
Represents a set of Geographical vCard records. These properties are concerned with information associated with geographical positions or regions associated with the object the vCard represents.
Modifier and Type | Method and Description |
---|---|
VCardTextRecordMetadata[] |
getGeographicPositionRecords()
Deprecated.
Gets the information related to the global positioning of the object.
|
String[] |
getGeographicPositions()
Deprecated.
Gets the information related to the global positioning of the object.
|
VCardTextRecordMetadata[] |
getTimeZoneRecords()
Deprecated.
Gets the time zones of the object.
|
String[] |
getTimeZones()
Deprecated.
Gets the time zones of the object.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final VCardTextRecordMetadata[] getTimeZoneRecords()
Gets the time zones of the object.
public final String[] getTimeZones()
Gets the time zones of the object.
TimeZoneRecords
.
public final VCardTextRecordMetadata[] getGeographicPositionRecords()
Gets the information related to the global positioning of the object.
public final String[] getGeographicPositions()
Gets the information related to the global positioning of the object.
GeographicPositionRecords
.
Copyright © 2020. All rights reserved.