Class TypeSpecifier

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ChoiceTypeSpecifier, IntervalTypeSpecifier, ListTypeSpecifier, NamedTypeSpecifier, ParameterTypeSpecifier, TupleTypeSpecifier

public abstract class TypeSpecifier extends Element implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
TypeSpecifier is the abstract base type for all type specifiers.

Java class for TypeSpecifier complex type.

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

 <complexType name="TypeSpecifier">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}Element">
     </extension>
   </complexContent>
 </complexType>