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 |
---|---|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getCategories()
Gets or sets a categories information
|
String |
getNote()
Gets or sets a comments
|
String |
getProdId()
Gets 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(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a categories information
|
void |
setNote(String value)
Gets or sets a comments
|
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 com.aspose.ms.System.Collections.Specialized.StringCollection getCategories()
Gets or sets a categories information
public final void setCategories(com.aspose.ms.System.Collections.Specialized.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 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 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