io.legaldocml.akn.attribute.Dictionary Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
import io.legaldocml.akn.type.ReferenceRef;
/**
* This attribute specifies the eId of the element in the references section detailing the dictionary used for the
* keyword.
*
*
* <xsd:attributeGroup name="dictionary">
* <xsd:attribute name="dictionary" type="referenceRef" use="required"/>
* <xsd:attributeGroup>
*
*
* @author Jacques Militello
*/
public interface Dictionary extends AknObject {
/**
* Attribute name "dictionary".
*/
String ATTRIBUTE = "dictionary";
ReferenceRef getDictionary();
void setDictionary(ReferenceRef dictionary);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy