Package org.hl7.v3

Class EIVLTS


public class EIVLTS extends SXCMTS
Note: because this type is defined as an extension of SXCM_T, all of the attributes and elements accepted for T are also accepted by this definition. However, they are NOT allowed by the normative description of this type. Unfortunately, we cannot write a general purpose schematron contraints to provide that extra validation, thus applications must be aware that instance (fragments) that pass validation with this might might still not be legal.

Java class for EIVL_TS complex type.

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

 <complexType name="EIVL_TS">
   <complexContent>
     <extension base="{urn:hl7-org:v3}SXCM_TS">
       <sequence>
         <element name="event" type="{urn:hl7-org:v3}EIVL.event" minOccurs="0"/>
         <element name="offset" type="{urn:hl7-org:v3}IVL_PQ" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EIVLTS

      public EIVLTS()
  • Method Details

    • getEvent

      public EIVLEvent getEvent()
      Gets the value of the event property.
      Returns:
      possible object is EIVLEvent
    • setEvent

      public void setEvent(EIVLEvent value)
      Sets the value of the event property.
      Parameters:
      value - allowed object is EIVLEvent
    • getOffset

      public IVLPQ getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is IVLPQ
    • setOffset

      public void setOffset(IVLPQ value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is IVLPQ
    • withEvent

      public EIVLTS withEvent(EIVLEvent value)
    • withOffset

      public EIVLTS withOffset(IVLPQ value)
    • withOperator

      public EIVLTS withOperator(SetOperator value)
      Overrides:
      withOperator in class SXCMTS
    • withValue

      public EIVLTS withValue(String value)
      Overrides:
      withValue in class SXCMTS
    • withNullFlavor

      public EIVLTS withNullFlavor(String... values)
      Overrides:
      withNullFlavor in class SXCMTS
    • withNullFlavor

      public EIVLTS withNullFlavor(Collection<String> values)
      Overrides:
      withNullFlavor in class SXCMTS
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SXCMTS
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SXCMTS
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class SXCMTS