Package com.pff
Class PSTAppointmentException
- java.lang.Object
-
- com.pff.PSTAppointmentException
-
public class PSTAppointmentException extends java.lang.Object
Class containing information on exceptions to a recurring appointment
-
-
Field Summary
Fields Modifier and Type Field Description private PSTAppointment
appt
(package private) static short
ARO_ATTACHMENT
(package private) static short
ARO_BUSYSTATUS
(package private) static short
ARO_LOCATION
(package private) static short
ARO_MEETINGTYPE
(package private) static short
ARO_REMINDER
(package private) static short
ARO_REMINDERDELTA
(package private) static short
ARO_SUBJECT
(package private) static short
ARO_SUBTYPE
private int
Attachment
private int
BusyStatus
private int
ChangeHighlightValue
private PSTAppointment
embeddedMessage
private int
EndDateTime
private int
extendedLength
private int
length
private byte[]
Location
private int
MeetingType
private int
OriginalStartDate
private short
OverrideFlags
private int
ReminderDelta
private boolean
ReminderSet
private int
StartDateTime
private byte[]
Subject
private boolean
SubType
private byte[]
WideCharLocation
private int
WideCharLocationLength
private byte[]
WideCharSubject
private int
WideCharSubjectLength
private int
writerVersion2
-
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 boolean
attachmentsPresent()
boolean
embeddedMessagePresent()
(package private) void
ExtendedException(byte[] recurrencePattern, int offset)
int
getAppointmentSequence(int def)
int
getBusyStatus()
java.lang.String
getDescription()
java.util.Date
getDTStamp()
PSTAppointment
getEmbeddedMessage()
int
getEndDateTime()
(package private) int
getExtendedLength()
int
getImportance(int def)
(package private) int
getLength()
java.lang.String
getLocation()
byte[]
getLocationBytes()
int
getMeetingType()
int
getOriginalStartDate()
int
getReminderDelta()
boolean
getReminderSet()
int
getStartDateTime()
java.lang.String
getSubject()
byte[]
getSubjectBytes()
boolean
getSubType()
(package private) void
setEmbeddedMessage(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()
-
-