ReminderAttachment

Inheritance: java.lang.Object

public class ReminderAttachment

Provides the capability to associate a document object with an alarm.

Constructors

ConstructorDescription
ReminderAttachment(byte[] binaryData)Initialize a new instance of ReminderAttachment class.
ReminderAttachment(URI uri)Initialize a new instance of ReminderAttachment class.

Methods

MethodDescription
equals(Object arg0)
getBinaryData()Contain a character encoding of inline binary data.
getClass()
getUri()URI type of reference to the data.
hashCode()
notify()
notifyAll()
setBinaryData(byte[] value)Contain a character encoding of inline binary data.
setUri(URI value)URI type of reference to the data.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ReminderAttachment(byte[] binaryData)

public ReminderAttachment(byte[] binaryData)

Initialize a new instance of ReminderAttachment class.

Parameters:

ParameterTypeDescription
binaryDatabyte[]Binary data.

ReminderAttachment(URI uri)

public ReminderAttachment(URI uri)

Initialize a new instance of ReminderAttachment class.

Parameters:

ParameterTypeDescription
urijava.net.URIUri.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBinaryData()

public final byte[] getBinaryData()

Contain a character encoding of inline binary data.

Returns: byte[]

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUri()

public final URI getUri()

URI type of reference to the data.

Returns: java.net.URI

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBinaryData(byte[] value)

public final void setBinaryData(byte[] value)

Contain a character encoding of inline binary data.

Parameters:

ParameterTypeDescription
valuebyte[]

setUri(URI value)

public final void setUri(URI value)

URI type of reference to the data.

Parameters:

ParameterTypeDescription
valuejava.net.URI

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