![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.akn.attribute.For Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
import io.legaldocml.akn.type.EidRef;
/**
* The attribute for is used in modification elements to specify the element this is a modification of.
*
* ```xml
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface For extends AknObject {
EidRef getFor();
void setFor(EidRef for_);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy