com.aspose.email
Class VCardExplanatoryInfo

java.lang.Object
  extended by com.aspose.email.VCardExplanatoryInfo

public final class VCardExplanatoryInfo
extends Object

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

VCardExplanatoryInfo

public VCardExplanatoryInfo()

Initializes a new instance of the VCardExplanatoryInfo class

Method Detail

getCategories

public ArrayList<String> getCategories()

Gets or sets a categories information


setCategories

public void setCategories(ArrayList<String> value)

getNote

public String getNote()

Gets or sets a comments


setNote

public void setNote(String value)

getProdId

public String getProdId()

Gets an id of product that created a vCard


getRevision

public Date getRevision()

setRevision

public void setRevision(Date value)

getSortString

public String getSortString()

Gets or sets a sort string


setSortString

public void setSortString(String value)

getSound

public VCardSound getSound()

Gets or sets a sound


setSound

public void setSound(VCardSound value)

getUid

public String getUid()

Gets or sets a unique identifier


setUid

public void setUid(String value)

getUrls

public VCardUrlCollection getUrls()

Gets or sets a urls


setUrls

public void setUrls(VCardUrlCollection value)

getVersion

public String getVersion()

Gets a vCard version



Copyright (c) 2008-2012 Aspose Pty Ltd. All Rights Reserved.