|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.VCardExplanatoryInfo
public final class VCardExplanatoryInfo
Represents vCard explanatory properties
Constructor Summary | |
---|---|
VCardExplanatoryInfo()
Initializes a new instance of the VCardExplanatoryInfo class |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardExplanatoryInfo()
Initializes a new instance of the VCardExplanatoryInfo
class
Method Detail |
---|
public ArrayList<String> getCategories()
Gets or sets a categories information
public void setCategories(ArrayList<String> value)
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |