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

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

package io.legaldocml.akn.attribute;

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

/**
 * The attribute role is used to identify the role of an individual mentioned in the text. It is a reference to a
 * TLCRole element in the references section
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Role extends AknObject {

    RoleRef getAs();

    void setAs(RoleRef as);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy