| 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 |
|---|---|
Birthplace |
VCard.getBirthplace()
Gets the person's birthplace.
|
| Modifier and Type | Method and Description |
|---|---|
List<Birthplace> |
VCard.getBirthplaces()
Gets all
Birthplace property instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.setBirthplace(Birthplace birthplace)
Sets the person's birthplace.
|
void |
VCard.setBirthplaceAlt(Birthplace... altRepresentations)
Sets the person's birthplace.
|
| Modifier and Type | Method and Description |
|---|---|
protected Birthplace |
BirthplaceScribe.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
Birthplace |
Birthplace.copy() |
| Constructor and Description |
|---|
Birthplace(Birthplace original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.