Class ChoiceTypeSpecifier

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

public class ChoiceTypeSpecifier extends TypeSpecifier implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
ChoiceTypeSpecifier defines the possible types of a choice type.

Java class for ChoiceTypeSpecifier complex type.

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

 <complexType name="ChoiceTypeSpecifier">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}TypeSpecifier">
       <sequence>
         <element name="type" type="{urn:hl7-org:elm:r1}TypeSpecifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="choice" type="{urn:hl7-org:elm:r1}TypeSpecifier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>