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