Class Width

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
WidthEvaluator

public class Width extends UnaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Width operator returns the width of an interval. The result of this operator is equivalent to invoking: End(i) - Start(i) Note that this operator is not defined for intervals of type Date, DateTime, and Time. If the argument is null, the result is null.

Java class for Width complex type.

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

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