io.legaldocml.akn.attribute.Actor Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* The attribute actor is used to identify the actor of a step of a workflow of the document. It is a reference to a
* TLCPerson or TLCOrganization element in the references section.
*
*
* <xsd:attributeGroup name="actor">
* <xsd:attribute name="actor" type="xsd:anyURI"/>
* <xsd:attributeGroup>
*
*
* @author Jacques Militello
*/
public interface Actor extends AknObject {
/**
* Attribute name.
*/
String ATTRIBUTE = "actor";
String getActor();
void setActor(String actor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy