VCardExplanatoryInfo
Inheritance: java.lang.Object
public final class VCardExplanatoryInfo
Represents vCard explanatory properties
Constructors
Constructor | Description |
---|---|
VCardExplanatoryInfo() | Initializes a new instance of the VCardExplanatoryInfo class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | com.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:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setNote(String value)
public final void setNote(String value)
Gets or sets a comments
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setProdId(String value)
public final void setProdId(String value)
Gets or sets an id of product that created a vCard
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setRevision(Date value)
public final void setRevision(Date value)
Gets or sets a revision time
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setSortString(String value)
public final void setSortString(String value)
Gets or sets a sort string
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSound(VCardSound value)
public final void setSound(VCardSound value)
Gets or sets a sound
Parameters:
Parameter | Type | Description |
---|---|---|
value | VCardSound |
setUid(String value)
public final void setUid(String value)
Gets or sets a unique identifier
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUrls(VCardUrlCollection value)
public final void setUrls(VCardUrlCollection value)
Gets or sets a urls
Parameters:
Parameter | Type | Description |
---|---|---|
value | VCardUrlCollection |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |