com.google.zxing.client.result
Class CalendarParsedResult

java.lang.Object
  extended by com.google.zxing.client.result.ParsedResult
      extended by com.google.zxing.client.result.CalendarParsedResult

public final class CalendarParsedResult
extends ParsedResult

Author:
Sean Owen

Constructor Summary
CalendarParsedResult(String summary, String startString, String endString, String location, String organizer, String[] attendees, String description, double latitude, double longitude)
           
 
Method Summary
 String[] getAttendees()
           
 String getDescription()
           
 String getDisplayResult()
           
 Date getEnd()
          May return null if the event has no duration.
 double getLatitude()
           
 String getLocation()
           
 double getLongitude()
           
 String getOrganizer()
           
 Date getStart()
           
 String getSummary()
           
 boolean isEndAllDay()
           
 boolean isStartAllDay()
           
 
Methods inherited from class com.google.zxing.client.result.ParsedResult
getType, maybeAppend, maybeAppend, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarParsedResult

public CalendarParsedResult(String summary,
                            String startString,
                            String endString,
                            String location,
                            String organizer,
                            String[] attendees,
                            String description,
                            double latitude,
                            double longitude)
Method Detail

getSummary

public String getSummary()

getStart

public Date getStart()
Returns:
start time

isStartAllDay

public boolean isStartAllDay()
Returns:
true if start time was specified as a whole day

getEnd

public Date getEnd()
May return null if the event has no duration.

See Also:
getStart()

isEndAllDay

public boolean isEndAllDay()
Returns:
true if end time was specified as a whole day

getLocation

public String getLocation()

getOrganizer

public String getOrganizer()

getAttendees

public String[] getAttendees()

getDescription

public String getDescription()

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getDisplayResult

public String getDisplayResult()
Specified by:
getDisplayResult in class ParsedResult


Copyright © 2007-2012. All Rights Reserved.