Uses of Class
rocks.xmpp.extensions.vcard.temp.model.VCard.Image
-
Packages that use VCard.Image Package Description rocks.xmpp.extensions.vcard.temp.model Provides XML schema implementations of XEP-0054: vcard-temp. -
-
Uses of VCard.Image in rocks.xmpp.extensions.vcard.temp.model
Methods in rocks.xmpp.extensions.vcard.temp.model that return VCard.Image Modifier and Type Method Description VCard.Image
VCard. getLogo()
Gets the logo.VCard.Image
VCard. getPhoto()
Gets the photo.Methods in rocks.xmpp.extensions.vcard.temp.model with parameters of type VCard.Image Modifier and Type Method Description void
VCard. setLogo(VCard.Image logo)
Sets the logo.void
VCard. setPhoto(VCard.Image photo)
Sets the photo.
-