Package com.pff
Class PSTAppointmentException
- java.lang.Object
-
- com.pff.PSTAppointmentException
-
public class PSTAppointmentException extends java.lang.ObjectClass containing information on exceptions to a recurring appointment
-
-
Field Summary
Fields Modifier and Type Field Description private PSTAppointmentappt(package private) static shortARO_ATTACHMENT(package private) static shortARO_BUSYSTATUS(package private) static shortARO_LOCATION(package private) static shortARO_MEETINGTYPE(package private) static shortARO_REMINDER(package private) static shortARO_REMINDERDELTA(package private) static shortARO_SUBJECT(package private) static shortARO_SUBTYPEprivate intAttachmentprivate intBusyStatusprivate intChangeHighlightValueprivate PSTAppointmentembeddedMessageprivate intEndDateTimeprivate intextendedLengthprivate intlengthprivate byte[]Locationprivate intMeetingTypeprivate intOriginalStartDateprivate shortOverrideFlagsprivate intReminderDeltaprivate booleanReminderSetprivate intStartDateTimeprivate byte[]Subjectprivate booleanSubTypeprivate byte[]WideCharLocationprivate intWideCharLocationLengthprivate byte[]WideCharSubjectprivate intWideCharSubjectLengthprivate intwriterVersion2
-
Constructor Summary
Constructors Constructor Description PSTAppointmentException(byte[] recurrencePattern, int offset, int writerVersion2, PSTAppointment appt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanattachmentsPresent()booleanembeddedMessagePresent()(package private) voidExtendedException(byte[] recurrencePattern, int offset)intgetAppointmentSequence(int def)intgetBusyStatus()java.lang.StringgetDescription()java.util.DategetDTStamp()PSTAppointmentgetEmbeddedMessage()intgetEndDateTime()(package private) intgetExtendedLength()intgetImportance(int def)(package private) intgetLength()java.lang.StringgetLocation()byte[]getLocationBytes()intgetMeetingType()intgetOriginalStartDate()intgetReminderDelta()booleangetReminderSet()intgetStartDateTime()java.lang.StringgetSubject()byte[]getSubjectBytes()booleangetSubType()(package private) voidsetEmbeddedMessage(PSTAppointment embeddedMessage)
-
-
-
Field Detail
-
writerVersion2
private int writerVersion2
-
StartDateTime
private int StartDateTime
-
EndDateTime
private int EndDateTime
-
OriginalStartDate
private int OriginalStartDate
-
OverrideFlags
private short OverrideFlags
-
Subject
private byte[] Subject
-
MeetingType
private int MeetingType
-
ReminderDelta
private int ReminderDelta
-
ReminderSet
private boolean ReminderSet
-
Location
private byte[] Location
-
BusyStatus
private int BusyStatus
-
Attachment
private int Attachment
-
SubType
private boolean SubType
-
ChangeHighlightValue
private int ChangeHighlightValue
-
WideCharSubjectLength
private int WideCharSubjectLength
-
WideCharSubject
private byte[] WideCharSubject
-
WideCharLocationLength
private int WideCharLocationLength
-
WideCharLocation
private byte[] WideCharLocation
-
embeddedMessage
private PSTAppointment embeddedMessage
-
appt
private PSTAppointment appt
-
length
private int length
-
extendedLength
private int extendedLength
-
ARO_SUBJECT
static final short ARO_SUBJECT
- See Also:
- Constant Field Values
-
ARO_MEETINGTYPE
static final short ARO_MEETINGTYPE
- See Also:
- Constant Field Values
-
ARO_REMINDERDELTA
static final short ARO_REMINDERDELTA
- See Also:
- Constant Field Values
-
ARO_REMINDER
static final short ARO_REMINDER
- See Also:
- Constant Field Values
-
ARO_LOCATION
static final short ARO_LOCATION
- See Also:
- Constant Field Values
-
ARO_BUSYSTATUS
static final short ARO_BUSYSTATUS
- See Also:
- Constant Field Values
-
ARO_ATTACHMENT
static final short ARO_ATTACHMENT
- See Also:
- Constant Field Values
-
ARO_SUBTYPE
static final short ARO_SUBTYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PSTAppointmentException
PSTAppointmentException(byte[] recurrencePattern, int offset, int writerVersion2, PSTAppointment appt)
-
-
Method Detail
-
getSubject
public java.lang.String getSubject()
-
getMeetingType
public int getMeetingType()
-
getReminderDelta
public int getReminderDelta()
-
getReminderSet
public boolean getReminderSet()
-
getLocation
public java.lang.String getLocation()
-
getBusyStatus
public int getBusyStatus()
-
getSubType
public boolean getSubType()
-
getDescription
public java.lang.String getDescription()
-
getDTStamp
public java.util.Date getDTStamp()
-
getStartDateTime
public int getStartDateTime()
-
getEndDateTime
public int getEndDateTime()
-
getOriginalStartDate
public int getOriginalStartDate()
-
getAppointmentSequence
public int getAppointmentSequence(int def)
-
getImportance
public int getImportance(int def)
-
getSubjectBytes
public byte[] getSubjectBytes()
-
getLocationBytes
public byte[] getLocationBytes()
-
attachmentsPresent
public boolean attachmentsPresent()
-
embeddedMessagePresent
public boolean embeddedMessagePresent()
-
getEmbeddedMessage
public PSTAppointment getEmbeddedMessage()
-
ExtendedException
void ExtendedException(byte[] recurrencePattern, int offset)
-
setEmbeddedMessage
void setEmbeddedMessage(PSTAppointment embeddedMessage)
-
getLength
int getLength()
-
getExtendedLength
int getExtendedLength()
-
-