VCardSound

Inheritance: java.lang.Object

public final class VCardSound

Represents a vCard sound property

Constructors

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

Methods

MethodDescription
equals(Object arg0)
getClass()
getData()Gets or sets a sound data ( null if #valueLocation.valueLocation is not inline )
getSoundType()Gets or sets a sound type
getUri()Gets or sets a uri of sound ( null if #valueLocation.valueLocation is inline )
getValueLocation()Gets or sets a value location
hashCode()
notify()
notifyAll()
setData(byte[] value)Gets or sets a sound data ( null if #valueLocation.valueLocation is not inline )
setSoundType(int value)Gets or sets a sound type
setUri(String value)Gets or sets a uri of sound ( null if #valueLocation.valueLocation is inline )
setValueLocation(int value)Gets or sets a value location
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardSound()

public VCardSound()

Initializes a new instance of the VCardSound 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

getData()

public final byte[] getData()

Gets or sets a sound data ( null if #valueLocation.valueLocation is not inline )

Returns: byte[]

getSoundType()

public final int getSoundType()

Gets or sets a sound type

Returns: int

getUri()

public final String getUri()

Gets or sets a uri of sound ( null if #valueLocation.valueLocation is inline )

Returns: java.lang.String

getValueLocation()

public final int getValueLocation()

Gets or sets a value location

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setData(byte[] value)

public final void setData(byte[] value)

Gets or sets a sound data ( null if #valueLocation.valueLocation is not inline )

Parameters:

ParameterTypeDescription
valuebyte[]

setSoundType(int value)

public final void setSoundType(int value)

Gets or sets a sound type

Parameters:

ParameterTypeDescription
valueint

setUri(String value)

public final void setUri(String value)

Gets or sets a uri of sound ( null if #valueLocation.valueLocation is inline )

Parameters:

ParameterTypeDescription
valuejava.lang.String

setValueLocation(int value)

public final void setValueLocation(int value)

Gets or sets a value location

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