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 com.aspose.ms.System.Collections.Specialized.StringCollection getCategories()
Gets or sets a categories information
public void setCategories(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a categories information
public String getNote()
Gets or sets a comments
public void setNote(String value)
Gets or sets a comments
public String getProdId()
Gets an id of product that created a vCard
public Date getRevision()
Gets or sets a revision time
public void setRevision(Date value)
Gets or sets a revision time
public String getSortString()
Gets or sets a sort string
public void setSortString(String value)
Gets or sets a sort string
public VCardSound getSound()
Gets or sets a sound
public void setSound(VCardSound value)
Gets or sets a sound
public String getUid()
Gets or sets a unique identifier
public void setUid(String value)
Gets or sets a unique identifier
public VCardUrlCollection getUrls()
Gets or sets a urls
public void setUrls(VCardUrlCollection value)
Gets or sets a urls
public String getVersion()
Gets a vCard version
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.