Package com.pff

Class PSTAppointmentException


  • public class PSTAppointmentException
    extends java.lang.Object
    Class containing information on exceptions to a recurring appointment
    • 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
      • length

        private int length
      • extendedLength

        private int extendedLength
    • 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()
      • ExtendedException

        void ExtendedException​(byte[] recurrencePattern,
                               int offset)
      • setEmbeddedMessage

        void setEmbeddedMessage​(PSTAppointment embeddedMessage)
      • getLength

        int getLength()
      • getExtendedLength

        int getExtendedLength()