Class DateTimeComponentFrom

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

    public class DateTimeComponentFrom
    extends UnaryExpression
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The DateTimeComponentFrom operator returns the specified component of the argument. If the argument is null, the result is null. The precision must be one of Year, Month, Day, Hour, Minute, Second, or Millisecond. Note specifically that since there is variability how weeks are counted, Week precision is not supported, and will result in an error.

    Java class for DateTimeComponentFrom complex type.

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

     <complexType name="DateTimeComponentFrom">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}UnaryExpression">
           <attribute name="precision" type="{urn:hl7-org:elm:r1}DateTimePrecision" />
         </extension>
       </complexContent>
     </complexType>