Package org.hl7.fhir

Class ContractSigner

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ContractSigner extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A formal agreement between parties regarding the conduct of business, exchange of information or other matters.

Java class for Contract.Signer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Contract.Signer">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}Coding"/>
         <element name="party" type="{http://hl7.org/fhir}Reference"/>
         <element name="signature" type="{http://hl7.org/fhir}Signature" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ContractSigner

      public ContractSigner()
  • Method Details