All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.akn.attribute.Enactment Maven / Gradle / Ivy

package io.legaldocml.akn.attribute;

import io.legaldocml.akn.type.StatusType;

/**
 * These attributes are those already defined in attribute list "period", plus the attribute status, that allows to
 * specify the status of the piece of text it wraps.
 *
 * ```xml
 * 
 *   
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Enactment extends Period {

    StatusType getStatus();

    void setStatus(StatusType status);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy