Package net.bluemind.addressbook.api
Class VCard.Identification
java.lang.Object
net.bluemind.addressbook.api.VCard.Identification
- Enclosing class:
VCard
These types are used to capture information associated with the
identification and naming of the entity associated with the vCard.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
To specify the formatted text corresponding to the name of the object the vCard represents.static class
To specify the components of the sex and gender identity of the object the vCard represents.static class
To specify the components of the name of the object the vCard represents.static class
To specify the text corresponding to the nickname of the object the vCard represents. -
Field Summary
Modifier and TypeFieldDescriptionboolean
byte[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
formatedName
-
name
-
nickname
-
photo
public boolean photo -
photoBinary
public byte[] photoBinary -
birthday
-
anniversary
-
gender
-
-
Constructor Details
-
Identification
public Identification()
-
-
Method Details