io.legaldocml.akn.attribute.Froozen Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* The attribute frozen for the condition element specifies whether the condition is frozen or not in the time period of
* this expression.
*
*
* <xsd:attributeGroup name="frozen">
* <xsd:attribute name="frozen" type="xsd:boolean"/>
* <xsd:attributeGroup>
*
*
* @author Jacques Militello
*/
public interface Froozen extends AknObject {
/**
* Attribute name.
*/
String ATTRIBUTE = "frozen";
Boolean getFrozen();
void setFrozen(Boolean frozen);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy