|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DateTime
An element conforming to the Atom Date Construct. The data type implementation for this element is provided by the AtomDate class.
Method Summary | |
---|---|
Calendar |
getCalendar()
Returns the content value of the element as a java.util.Calendar object |
Date |
getDate()
Returns the content value of the element as a java.util.Date object |
String |
getString()
Returns the content value of the element as a string conforming to RFC-3339 |
long |
getTime()
Returns the content value of the element as a long (equivalent to calling DateTimeElement().getDate().getTime() |
AtomDate |
getValue()
Returns the content value of the element as an AtomDate object |
DateTime |
setCalendar(Calendar date)
Sets the content value of the element |
DateTime |
setDate(Date date)
Sets the content value of the element |
DateTime |
setString(String date)
Sets the content value of the element |
DateTime |
setTime(long date)
Sets the content value of the element |
DateTime |
setValue(AtomDate dateTime)
Sets the content value of the element |
Methods inherited from interface org.apache.abdera.model.Element |
---|
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText |
Methods inherited from interface org.apache.abdera.model.Base |
---|
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
AtomDate getValue()
Date getDate()
Calendar getCalendar()
long getTime()
String getString()
DateTime setValue(AtomDate dateTime)
dateTime
- the Atom Date valueDateTime setDate(Date date)
date
- The java.util.Date valueDateTime setCalendar(Calendar date)
date
- The java.util.Calendar valueDateTime setTime(long date)
date
- the number of milliseconds since January 1, 1970, 00:00:00 GMTDateTime setString(String date)
date
- The serialized string value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |