io.legaldocml.akn.attribute.Authoritative Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* This attribute specifies whether the translation is authoritative or not.
*
*
* <xsd:attributeGroup name="authoritative">
* <xsd:attribute name="authoritative" type="xsd:boolean" />
* <xsd:attributeGroup>
*
*
* @author Jacques Militello
*/
public interface Authoritative extends AknObject {
/**
* Attribute "authoritative".
*/
String ATTRIBUTE = "authoritative";
Boolean getAuthoritative();
void setAuthoritative(Boolean authoritative);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy