public final class RecordedTime extends InlineType implements Time, RecordedTimeType, ANinline
the element recordedTime is an inline element for the specification of an explicit mention of a time (e.g., in a debate).
<xsd:element name=“recordedTime”> <xsd:complexType mixed=“true”> <xsd:complexContent> <xsd:extension base=“inline”> <xsd:attributeGroup ref=“recordedTimeType”/> <xsd:attributeGroup ref=“time”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
ATTRIBUTES |
| Constructor and Description |
|---|
RecordedTime() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
OffsetDateTime |
getTime() |
TimeType |
getType() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setTime(OffsetDateTime time) |
void |
setType(TimeType type) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
acceptadd, add, add, add, add, add, getData, read, removeadd, getAlternativeTo, getAttributes, getClazz, getPeriod, getRefersTo, getStatus, getStyle, getTitle, setAlternativeTo, setClazz, setPeriod, setRefersTo, setStatus, setStyle, setTitle, toStringgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparereadadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidgetRefersTo, setRefersTogetAlternativeTo, setAlternativeToprotected static final com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> ATTRIBUTES
public TimeType getType()
getType in interface RecordedTimeTypepublic void setType(TimeType type)
setType in interface RecordedTimeTypepublic OffsetDateTime getTime()
public void setTime(OffsetDateTime time)
public void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface CoreOptwrite in interface IdOptwrite in interface Externalizablewrite in class InlineTypewriter - the stream to write the object toIOExceptionpublic String name()
Name of this object (the name of the xml element)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractCoreCopyright © 2017. All rights reserved.