public final class VCardExplanatoryInfo extends Object
Represents vCard explanatory properties
| Constructor and Description |
|---|
VCardExplanatoryInfo()
Initializes a new instance of the
VCardExplanatoryInfo class |
| Modifier and Type | Method and Description |
|---|---|
StringCollection |
getCategories()
Gets or sets a categories information
|
String |
getFbUrl()
Gets or sets URI for the busy time associated with the object that the vCard represents.
|
String |
getNote()
Gets or sets a comments
|
String |
getProdId()
Gets or sets an id of product that created a vCard
|
Date |
getRevision()
Gets or sets a revision time
|
String |
getSortString()
Gets or sets a sort string
|
VCardSound |
getSound()
Gets or sets a sound
|
String |
getUid()
Gets or sets a unique identifier
|
VCardUrlCollection |
getUrls()
Gets or sets a urls
|
String |
getVersion()
Gets a vCard version
|
void |
setCategories(StringCollection value)
Gets or sets a categories information
|
void |
setFbUrl(String value)
Gets or sets URI for the busy time associated with the object that the vCard represents.
|
void |
setNote(String value)
Gets or sets a comments
|
void |
setProdId(String value)
Gets or sets an id of product that created a vCard
|
void |
setRevision(Date value)
Gets or sets a revision time
|
void |
setSortString(String value)
Gets or sets a sort string
|
void |
setSound(VCardSound value)
Gets or sets a sound
|
void |
setUid(String value)
Gets or sets a unique identifier
|
void |
setUrls(VCardUrlCollection value)
Gets or sets a urls
|
public VCardExplanatoryInfo()
Initializes a new instance of the VCardExplanatoryInfo class
public final StringCollection getCategories()
Gets or sets a categories information
public final void setCategories(StringCollection value)
Gets or sets a categories information
public final String getNote()
Gets or sets a comments
public final void setNote(String value)
Gets or sets a comments
public final String getProdId()
Gets or sets an id of product that created a vCard
public final void setProdId(String value)
Gets or sets an id of product that created a vCard
public final Date getRevision()
Gets or sets a revision time
public final void setRevision(Date value)
Gets or sets a revision time
public final String getSortString()
Gets or sets a sort string
public final void setSortString(String value)
Gets or sets a sort string
public final VCardSound getSound()
Gets or sets a sound
public final void setSound(VCardSound value)
Gets or sets a sound
public final String getUid()
Gets or sets a unique identifier
public final void setUid(String value)
Gets or sets a unique identifier
public final String getFbUrl()
Gets or sets URI for the busy time associated with the object that the vCard represents.
public final void setFbUrl(String value)
Gets or sets URI for the busy time associated with the object that the vCard represents.
public final VCardUrlCollection getUrls()
Gets or sets a urls
public final void setUrls(VCardUrlCollection value)
Gets or sets a urls
public final String getVersion()
Gets a vCard version
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.