Class VCard
-
- All Implemented Interfaces:
public final class VCard extends GenericDocumentWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVCard.Entrypublic final classVCard.Versionpublic final classVCard.Sourcepublic final classVCard.Kindpublic final classVCard.XMLpublic final classVCard.Namepublic final classVCard.FirstNamepublic final classVCard.Nicknamepublic final classVCard.Birthdaypublic final classVCard.Anniversarypublic final classVCard.Genderpublic final classVCard.DeliveryAddresspublic final classVCard.Photopublic final classVCard.TelephoneNumberpublic final classVCard.Emailpublic final classVCard.IMPPpublic final classVCard.Languagespublic final classVCard.TimeZonepublic final classVCard.GeoLocationpublic final classVCard.Titlepublic final classVCard.Rolepublic final classVCard.Logopublic final classVCard.Organisationpublic final classVCard.Memberpublic final classVCard.Relatedpublic final classVCard.Categoriespublic final classVCard.Notepublic final classVCard.ProductIdpublic final classVCard.Revisionpublic final classVCard.Soundpublic final classVCard.UIDpublic final classVCard.ClientPIDMappublic final classVCard.URLpublic final classVCard.PublicKeypublic final classVCard.BusyTimeURLpublic final classVCard.CalendarURIForRequestspublic final classVCard.CalendarURIpublic final classVCard.Custom
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VCard(GenericDocument document)
-
Method Summary
Modifier and Type Method Description final VCard.VersiongetVersion()The child document of type "Version". final VCard.SourcegetSource()The child document of type "Source". final VCard.KindgetKind()The child document of type "Kind". final VCard.XMLgetXml()The child document of type "XML". final VCard.NamegetName()The child document of type "Name". final VCard.FirstNamegetFirstName()The child document of type "FirstName". final VCard.NicknamegetNickname()The child document of type "Nickname". final VCard.BirthdaygetBirthday()The child document of type "Birthday". final VCard.AnniversarygetAnniversary()The child document of type "Anniversary". final VCard.GendergetGender()The child document of type "Gender". final VCard.DeliveryAddressgetDeliveryAddress()The child document of type "DeliveryAddress". final VCard.PhotogetPhoto()The child document of type "Photo". final VCard.TelephoneNumbergetTelephoneNumber()The child document of type "TelephoneNumber". final VCard.EmailgetEmail()The child document of type "Email". final VCard.IMPPgetImpp()The child document of type "IMPP". final VCard.LanguagesgetLanguages()The child document of type "Languages". final VCard.TimeZonegetTimeZone()The child document of type "TimeZone". final VCard.GeoLocationgetGeoLocation()The child document of type "GeoLocation". final VCard.TitlegetTitle()The child document of type "Title". final VCard.RolegetRole()The child document of type "Role". final VCard.LogogetLogo()The child document of type "Logo". final VCard.OrganisationgetOrganisation()The child document of type "Organisation". final VCard.MembergetMember()The child document of type "Member". final VCard.RelatedgetRelated()The child document of type "Related". final VCard.CategoriesgetCategories()The child document of type "Categories". final VCard.NotegetNote()The child document of type "Note". final VCard.ProductIdgetProductId()The child document of type "ProductId". final VCard.RevisiongetRevision()The child document of type "Revision". final VCard.SoundgetSound()The child document of type "Sound". final VCard.UIDgetUid()The child document of type "UID". final VCard.ClientPIDMapgetClientPIDMap()The child document of type "ClientPIDMap". final VCard.URLgetUrl()The child document of type "URL". final VCard.PublicKeygetPublicKey()The child document of type "PublicKey". final VCard.BusyTimeURLgetBusyTimeURL()The child document of type "BusyTimeURL". final VCard.CalendarURIForRequestsgetCalendarURIForRequests()The child document of type "CalendarURIForRequests". final VCard.CalendarURIgetCalendarURI()The child document of type "CalendarURI". final List<VCard.Custom>getCustoms()A list of all children of type "Custom". -
-
Constructor Detail
-
VCard
VCard(GenericDocument document)
-
-
Method Detail
-
getVersion
final VCard.Version getVersion()
The child document of type "Version".
-
getSource
final VCard.Source getSource()
The child document of type "Source".
-
getKind
final VCard.Kind getKind()
The child document of type "Kind".
-
getName
final VCard.Name getName()
The child document of type "Name".
-
getFirstName
final VCard.FirstName getFirstName()
The child document of type "FirstName".
-
getNickname
final VCard.Nickname getNickname()
The child document of type "Nickname".
-
getBirthday
final VCard.Birthday getBirthday()
The child document of type "Birthday".
-
getAnniversary
final VCard.Anniversary getAnniversary()
The child document of type "Anniversary".
-
getGender
final VCard.Gender getGender()
The child document of type "Gender".
-
getDeliveryAddress
final VCard.DeliveryAddress getDeliveryAddress()
The child document of type "DeliveryAddress".
-
getPhoto
final VCard.Photo getPhoto()
The child document of type "Photo".
-
getTelephoneNumber
final VCard.TelephoneNumber getTelephoneNumber()
The child document of type "TelephoneNumber".
-
getEmail
final VCard.Email getEmail()
The child document of type "Email".
-
getImpp
final VCard.IMPP getImpp()
The child document of type "IMPP".
-
getLanguages
final VCard.Languages getLanguages()
The child document of type "Languages".
-
getTimeZone
final VCard.TimeZone getTimeZone()
The child document of type "TimeZone".
-
getGeoLocation
final VCard.GeoLocation getGeoLocation()
The child document of type "GeoLocation".
-
getTitle
final VCard.Title getTitle()
The child document of type "Title".
-
getRole
final VCard.Role getRole()
The child document of type "Role".
-
getLogo
final VCard.Logo getLogo()
The child document of type "Logo".
-
getOrganisation
final VCard.Organisation getOrganisation()
The child document of type "Organisation".
-
getMember
final VCard.Member getMember()
The child document of type "Member".
-
getRelated
final VCard.Related getRelated()
The child document of type "Related".
-
getCategories
final VCard.Categories getCategories()
The child document of type "Categories".
-
getNote
final VCard.Note getNote()
The child document of type "Note".
-
getProductId
final VCard.ProductId getProductId()
The child document of type "ProductId".
-
getRevision
final VCard.Revision getRevision()
The child document of type "Revision".
-
getSound
final VCard.Sound getSound()
The child document of type "Sound".
-
getClientPIDMap
final VCard.ClientPIDMap getClientPIDMap()
The child document of type "ClientPIDMap".
-
getPublicKey
final VCard.PublicKey getPublicKey()
The child document of type "PublicKey".
-
getBusyTimeURL
final VCard.BusyTimeURL getBusyTimeURL()
The child document of type "BusyTimeURL".
-
getCalendarURIForRequests
final VCard.CalendarURIForRequests getCalendarURIForRequests()
The child document of type "CalendarURIForRequests".
-
getCalendarURI
final VCard.CalendarURI getCalendarURI()
The child document of type "CalendarURI".
-
getCustoms
final List<VCard.Custom> getCustoms()
A list of all children of type "Custom".
-
-
-
-