public interface LawyerAtts extends Role
The attributes in lawyerAtts are used in the inline element lawyer to identify representation aspects of lawyers. In particular, attribute ‘as’ identifies his/her role, attribute ‘for’ identifies which party it represents, and attribute ‘empoweredBy’ identifies another lawyer, if any, this lawyer received the power delegation of power..
<xsd:attributeGroup name="lawyerAtts">
<xsd:attributeGroup ref="role"/>
<xsd:attribute name="for" type="agentRef"/>
<xsd:attribute name="empoweredBy" type="agentRef"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
AgentRef |
getEmpoweredBy() |
AgentRef |
getFor() |
void |
setEmpoweredBy(AgentRef empoweredBy) |
void |
setFor(AgentRef for_) |
attributes, compare, name, nestedCompareread, writeCopyright © 2017. All rights reserved.