VCardUrl

Inheritance: java.lang.Object

public final class VCardUrl

Represents a vCard URL property

Constructors

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

Methods

MethodDescription
equals(Object arg0)
getClass()
getUrl()Gets or sets a url
getUrlType()Gets or sets a url type
hashCode()
notify()
notifyAll()
setUrl(String value)Gets or sets a url
setUrlType(int value)Gets or sets a url type
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardUrl()

public VCardUrl()

Initializes a new instance of the VCardUrl class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUrl()

public final String getUrl()

Gets or sets a url

Returns: java.lang.String

getUrlType()

public final int getUrlType()

Gets or sets a url type

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setUrl(String value)

public final void setUrl(String value)

Gets or sets a url

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUrlType(int value)

public final void setUrlType(int value)

Gets or sets a url type

Parameters:

ParameterTypeDescription
valueint

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