public abstract class SpeechType extends BaseHierarchy implements CoreOpt, SpeechAtts
The complex type speechType defines the content model and attributes shared by all speech elements. Here the eId attribute is optional.
<xsd:complexType name=“speechType”> <xsd:complexContent> <xsd:extension base=“basehierarchy”> <xsd:sequence> <xsd:element ref=“from” minOccurs=“0” maxOccurs=“1”/> <xsd:sequence minOccurs=“1” maxOccurs=“unbounded”> <xsd:group ref=“blockElements”/> <xsd:sequence> <xsd:sequence> <xsd:attributeGroup ref=“coreopt”/> <xsd:attributeGroup ref=“speechAtts”/> <xsd:extension> <xsd:complexContent> <xsd:complexType>
| Constructor and Description |
|---|
SpeechType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
RoleRef |
getAs() |
AgentRef |
getBy() |
LocalDateTime |
getEndTime() |
From |
getFrom() |
LocalDateTime |
getStartTime() |
AgentRef |
getTo() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setAs(RoleRef as) |
void |
setBy(AgentRef by) |
void |
setEndTime(LocalDateTime endTime) |
void |
setFrom(From from) |
void |
setStartTime(LocalDateTime startTime) |
void |
setTo(AgentRef to) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
getHeading, getNum, getSubheading, setHeading, setNum, setSubheadingadd, 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, waitadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidgetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic AgentRef getTo()
getTo in interface SpeechAttspublic void setTo(AgentRef to)
setTo in interface SpeechAttspublic LocalDateTime getStartTime()
getStartTime in interface SpeechAttspublic void setStartTime(LocalDateTime startTime)
setStartTime in interface SpeechAttspublic LocalDateTime getEndTime()
getEndTime in interface SpeechAttspublic void setEndTime(LocalDateTime endTime)
setEndTime in interface SpeechAttspublic From getFrom()
public void setFrom(From from)
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 BaseHierarchywriter - the stream to write the object toIOExceptionpublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class BaseHierarchyreader - the stream to read data from in order to restore the objectpublic com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractCorepublic void accept(AknVisitor visitor)
accept in interface Visitableaccept in class BaseHierarchyCopyright © 2017. All rights reserved.