Package org.hl7.v3

Class COCTMT230100UVSubstanceManufacturer

java.lang.Object
org.hl7.v3.COCTMT230100UVSubstanceManufacturer

public class COCTMT230100UVSubstanceManufacturer extends Object

Java class for COCT_MT230100UV.SubstanceManufacturer complex type.

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

 <complexType name="COCT_MT230100UV.SubstanceManufacturer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="manufacturer" type="{urn:hl7-org:v3}COCT_MT230100UV.Manufacturer"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}RoleClassManufacturedProduct" />
     </restriction>
   </complexContent>
 </complexType>