public interface IdReq extends Id
These attributes identify the element in an absolute manner. In elements using this attribute definition the eId attribute is required whenever the Akoma Ntoso naming Convention is used. The wId is used to mark the identifier that the structure used to have in the original version, and is only needed when a renumbering occurred.
<xsd:attributeGroup name="idreq">
<xsd:attribute name="eId" type="noWhiteSpace"/>
<xsd:attribute name="wId" type="noWhiteSpace"/>
<xsd:attribute name="GUID" type="noWhiteSpace"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
default void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
getEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidattributes, compare, name, nestedComparereaddefault 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 Externalizablewriter - the stream to write the object toIOExceptionCopyright © 2017. All rights reserved.