Class IntervalTypeSpecifier

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

public class IntervalTypeSpecifier extends TypeSpecifier implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
IntervalTypeSpecifier defines an interval type by specifying the point type. Any type can serve as the point type for an interval, so long as it supports comparison operators, minimum and maximum value determination, as well as predecessor and successor functions.

Java class for IntervalTypeSpecifier complex type.

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

 <complexType name="IntervalTypeSpecifier">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}TypeSpecifier">
       <sequence>
         <element name="pointType" type="{urn:hl7-org:elm:r1}TypeSpecifier"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>