Package org.hl7.fhir

Class ModuleMetadataContributor

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.ModuleMetadataContributor
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ModuleMetadataContributor extends Element implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Java class for ModuleMetadata.Contributor complex type.

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

 <complexType name="ModuleMetadata.Contributor">
   <complexContent>
     <extension base="{http://hl7.org/fhir}Element">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}ModuleMetadataContributorType"/>
         <element name="name" type="{http://hl7.org/fhir}string"/>
         <element name="contact" type="{http://hl7.org/fhir}ModuleMetadata.Contact1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>