![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.akn.element.BaseHierarchy Maven / Gradle / Ivy
package io.legaldocml.akn.element;
import io.legaldocml.akn.AknObject;
/**
* The complex type basehierarchy is not used by any element, but is derived by other types to contain the basic
* structure of hierarchical elements.
*
*
*
*
*
*
*
*
*
*
*
* @author Jacques Militello
*/
public interface BaseHierarchy extends AknObject {
Num getNum();
void setNum(Num num);
Heading getHeading();
void setHeading(Heading heading);
Subheading getSubheading();
void setSubheading(Subheading subheading);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy