Class EIVLPPDTS


public class EIVLPPDTS extends SXCMPPDTS
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-Klasse für EIVL_PPD_TS complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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

  • Constructor Details

    • EIVLPPDTS

      public EIVLPPDTS()
  • Method Details

    • getEvent

      public EIVLEvent getEvent()
      Ruft den Wert der event-Eigenschaft ab.
      Returns:
      possible object is EIVLEvent
    • getOffset

      public IVLPPDPQ getOffset()
      Ruft den Wert der offset-Eigenschaft ab.
      Returns:
      possible object is IVLPPDPQ
    • setEvent

      public void setEvent(EIVLEvent value)
      Legt den Wert der event-Eigenschaft fest.
      Parameters:
      value - allowed object is EIVLEvent
    • setOffset

      public void setOffset(IVLPPDPQ value)
      Legt den Wert der offset-Eigenschaft fest.
      Parameters:
      value - allowed object is IVLPPDPQ