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

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

package io.legaldocml.akn.attribute;

import io.legaldocml.akn.AknObject;
import io.legaldocml.akn.type.TemporalGroupRef;

/**
 * The period attribute is used in versioned content and metadata elements to indicate a time interval in which they
 * were in force, in efficacy, or in any other type of interval as specified in the corresponding temporalGroup.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Period extends AknObject {

    TemporalGroupRef getPeriod();

    void setPeriod(TemporalGroupRef period);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy