| Package | Description |
|---|---|
| ezvcard | |
| ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
| ezvcard.property |
Contains the DTO class for each property.
|
| Modifier and Type | Method and Description |
|---|---|
Deathdate |
VCard.getDeathdate()
Gets the person's time of death.
|
Deathdate |
VCard.setDeathdate(LocalDate date)
Sets the person's time of death.
|
| Modifier and Type | Method and Description |
|---|---|
List<Deathdate> |
VCard.getDeathdates()
Gets all
Deathdate property instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setDeathdate(Deathdate deathdate)
Sets the person's time of death.
|
void |
VCard.setDeathdateAlt(Deathdate... altRepresentations)
Sets the person's time of death.
|
| Modifier and Type | Method and Description |
|---|---|
protected Deathdate |
DeathdateScribe.newInstance(PartialDate partialDate) |
protected Deathdate |
DeathdateScribe.newInstance(String text) |
protected Deathdate |
DeathdateScribe.newInstance(Temporal date) |
| Modifier and Type | Method and Description |
|---|---|
Deathdate |
Deathdate.copy() |
| Constructor and Description |
|---|
Deathdate(Deathdate original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.