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 |
---|---|
ArrayList<String> |
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() |
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(ArrayList<String> value) |
void |
setNote(String value) |
void |
setRevision(Date value) |
void |
setSortString(String value) |
void |
setSound(VCardSound value) |
void |
setUid(String value) |
void |
setUrls(VCardUrlCollection value) |
public VCardExplanatoryInfo()
Initializes a new instance of the VCardExplanatoryInfo
class
public String getNote()
Gets or sets a comments
public void setNote(String value)
public String getProdId()
Gets an id of product that created a vCard
public Date getRevision()
public void setRevision(Date value)
public String getSortString()
Gets or sets a sort string
public void setSortString(String value)
public VCardSound getSound()
Gets or sets a sound
public void setSound(VCardSound value)
public String getUid()
Gets or sets a unique identifier
public void setUid(String value)
public VCardUrlCollection getUrls()
Gets or sets a urls
public void setUrls(VCardUrlCollection value)
public String getVersion()
Gets a vCard version
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.