public class SuggestionDay
extends java.lang.Object
| Constructor and Description |
|---|
SuggestionDay()
Initializes a new instance of the SuggestionDay class.
|
SuggestionDay(javax.xml.stream.XMLStreamReader reader)
Initializes a new instance of the SuggestionDay class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate()
Gets the date that contains the suggested meeting times.
|
SuggestionQuality |
getQuality()
Gets the quality of the day for containing quality suggested meeting times.
|
java.util.List<Suggestion> |
getSuggestions()
Gets a collection of meeting suggestions.
|
public SuggestionDay()
public SuggestionDay(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException,
java.text.ParseException
reader - the readerjavax.xml.stream.XMLStreamException - the xML stream exceptionjava.text.ParseException - the parse exceptionpublic java.util.Date getDate()
public SuggestionQuality getQuality()
public java.util.List<Suggestion> getSuggestions()