VCardExplanatoryInfo

Inheritance: java.lang.Object

public final class VCardExplanatoryInfo

Represents vCard explanatory properties

Constructors

ConstructorDescription
VCardExplanatoryInfo()Initializes a new instance of the VCardExplanatoryInfo class

Methods

MethodDescription
equals(Object arg0)
getCategories()Gets or sets a categories information
getClass()
getFbUrl()Gets or sets URI for the busy time associated with the object that the vCard represents.
getNote()Gets or sets a comments
getProdId()Gets or sets an id of product that created a vCard
getRevision()Gets or sets a revision time
getSortString()Gets or sets a sort string
getSound()Gets or sets a sound
getUid()Gets or sets a unique identifier
getUrls()Gets or sets a urls
getVersion()Gets a vCard version
hashCode()
notify()
notifyAll()
setCategories(System.Collections.Specialized.StringCollection value)Gets or sets a categories information
setFbUrl(String value)Gets or sets URI for the busy time associated with the object that the vCard represents.
setNote(String value)Gets or sets a comments
setProdId(String value)Gets or sets an id of product that created a vCard
setRevision(Date value)Gets or sets a revision time
setSortString(String value)Gets or sets a sort string
setSound(VCardSound value)Gets or sets a sound
setUid(String value)Gets or sets a unique identifier
setUrls(VCardUrlCollection value)Gets or sets a urls
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardExplanatoryInfo()

public VCardExplanatoryInfo()

Initializes a new instance of the VCardExplanatoryInfo class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCategories()

public final System.Collections.Specialized.StringCollection getCategories()

Gets or sets a categories information

Returns: com.aspose.ms.System.Collections.Specialized.StringCollection

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFbUrl()

public final String getFbUrl()

Gets or sets URI for the busy time associated with the object that the vCard represents.

Returns: java.lang.String

getNote()

public final String getNote()

Gets or sets a comments

Returns: java.lang.String

getProdId()

public final String getProdId()

Gets or sets an id of product that created a vCard

Returns: java.lang.String

getRevision()

public final Date getRevision()

Gets or sets a revision time

Returns: java.util.Date

getSortString()

public final String getSortString()

Gets or sets a sort string

Returns: java.lang.String

getSound()

public final VCardSound getSound()

Gets or sets a sound

Returns: VCardSound

getUid()

public final String getUid()

Gets or sets a unique identifier

Returns: java.lang.String

getUrls()

public final VCardUrlCollection getUrls()

Gets or sets a urls

Returns: VCardUrlCollection

getVersion()

public final String getVersion()

Gets a vCard version

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCategories(System.Collections.Specialized.StringCollection value)

public final void setCategories(System.Collections.Specialized.StringCollection value)

Gets or sets a categories information

Parameters:

ParameterTypeDescription
valuecom.aspose.ms.System.Collections.Specialized.StringCollection

setFbUrl(String value)

public final void setFbUrl(String value)

Gets or sets URI for the busy time associated with the object that the vCard represents.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setNote(String value)

public final void setNote(String value)

Gets or sets a comments

Parameters:

ParameterTypeDescription
valuejava.lang.String

setProdId(String value)

public final void setProdId(String value)

Gets or sets an id of product that created a vCard

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRevision(Date value)

public final void setRevision(Date value)

Gets or sets a revision time

Parameters:

ParameterTypeDescription
valuejava.util.Date

setSortString(String value)

public final void setSortString(String value)

Gets or sets a sort string

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSound(VCardSound value)

public final void setSound(VCardSound value)

Gets or sets a sound

Parameters:

ParameterTypeDescription
valueVCardSound

setUid(String value)

public final void setUid(String value)

Gets or sets a unique identifier

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUrls(VCardUrlCollection value)

public final void setUrls(VCardUrlCollection value)

Gets or sets a urls

Parameters:

ParameterTypeDescription
valueVCardUrlCollection

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int