Class DateFilterElement

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

    public class DateFilterElement
    extends Element
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    The DateFilterElement type specifies a date-valued filter criteria for use within a retrieve, specified as either a date-valued [property], a date-value [lowProperty] and [highProperty] or a [search], and an expression that evaluates to a date or time type, an interval of a date or time type, or a time-valued Quantity.

    Java class for DateFilterElement complex type.

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

     <complexType name="DateFilterElement">
       <complexContent>
         <extension base="{urn:hl7-org:elm:r1}Element">
           <sequence>
             <element name="value" type="{urn:hl7-org:elm:r1}Expression"/>
           </sequence>
           <attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="lowProperty" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="highProperty" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="search" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • property

        protected java.lang.String property
      • lowProperty

        protected java.lang.String lowProperty
      • highProperty

        protected java.lang.String highProperty
      • search

        protected java.lang.String search
    • Constructor Detail

      • DateFilterElement

        public DateFilterElement()
    • Method Detail

      • getValue

        public Expression getValue()
        Gets the value of the value property.
        Returns:
        possible object is Expression
      • setValue

        public void setValue​(Expression value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is Expression
      • getProperty

        public java.lang.String getProperty()
        Gets the value of the property property.
        Returns:
        possible object is String
      • setProperty

        public void setProperty​(java.lang.String value)
        Sets the value of the property property.
        Parameters:
        value - allowed object is String
      • getLowProperty

        public java.lang.String getLowProperty()
        Gets the value of the lowProperty property.
        Returns:
        possible object is String
      • setLowProperty

        public void setLowProperty​(java.lang.String value)
        Sets the value of the lowProperty property.
        Parameters:
        value - allowed object is String
      • getHighProperty

        public java.lang.String getHighProperty()
        Gets the value of the highProperty property.
        Returns:
        possible object is String
      • setHighProperty

        public void setHighProperty​(java.lang.String value)
        Sets the value of the highProperty property.
        Parameters:
        value - allowed object is String
      • getSearch

        public java.lang.String getSearch()
        Gets the value of the search property.
        Returns:
        possible object is String
      • setSearch

        public void setSearch​(java.lang.String value)
        Sets the value of the search property.
        Parameters:
        value - allowed object is String
      • withLowProperty

        public DateFilterElement withLowProperty​(java.lang.String value)
      • withHighProperty

        public DateFilterElement withHighProperty​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class Element
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Element
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class Element
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Element
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class Element
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class Element