public interface MappingAtts extends Role, Agent
The mappingAtts attributes represent the reference to the permanent wId (attribute original) of a structure, and to the eId (attribute current) such structure had during the time interval included between an initial temporalGroup (attribute start) and a final temporalGroup (attribute end).
<xsd:attributeGroup name="mappingAtts">
<xsd:attribute name="original" type="wIdRef"/>
<xsd:attribute name="current" type="eIdRef"/>
<xsd:attribute name="start" type="eventRefRef"/>
<xsd:attribute name="end" type="eventRefRef"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
EidRef |
getCurrent() |
EventRefRef |
getEnd() |
WidRef |
getOriginal() |
EventRefRef |
getStart() |
void |
setCurrent(EidRef current) |
void |
setEnd(EventRefRef end) |
void |
setOriginal(WidRef original) |
void |
setStart(EventRefRef start) |
attributes, compare, name, nestedCompareread, writeWidRef getOriginal()
void setOriginal(WidRef original)
EidRef getCurrent()
void setCurrent(EidRef current)
EventRefRef getStart()
void setStart(EventRefRef start)
EventRefRef getEnd()
void setEnd(EventRefRef end)
Copyright © 2017. All rights reserved.