Class ReadVSD

java.lang.Object
de.gematik.ws.conn.vsds.vsdservice.v5.ReadVSD

public class ReadVSD extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EhcHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="HpcHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PerformOnlineCheck" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReadOnlineReceipt" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ehcHandle

      protected String ehcHandle
    • hpcHandle

      protected String hpcHandle
    • performOnlineCheck

      protected boolean performOnlineCheck
    • readOnlineReceipt

      protected boolean readOnlineReceipt
    • context

      protected ContextType context
  • Constructor Details

    • ReadVSD

      public ReadVSD()
  • Method Details

    • getEhcHandle

      public String getEhcHandle()
      Gets the value of the ehcHandle property.
      Returns:
      possible object is String
    • setEhcHandle

      public void setEhcHandle(String value)
      Sets the value of the ehcHandle property.
      Parameters:
      value - allowed object is String
    • getHpcHandle

      public String getHpcHandle()
      Gets the value of the hpcHandle property.
      Returns:
      possible object is String
    • setHpcHandle

      public void setHpcHandle(String value)
      Sets the value of the hpcHandle property.
      Parameters:
      value - allowed object is String
    • isPerformOnlineCheck

      public boolean isPerformOnlineCheck()
      Gets the value of the performOnlineCheck property.
    • setPerformOnlineCheck

      public void setPerformOnlineCheck(boolean value)
      Sets the value of the performOnlineCheck property.
    • isReadOnlineReceipt

      public boolean isReadOnlineReceipt()
      Gets the value of the readOnlineReceipt property.
    • setReadOnlineReceipt

      public void setReadOnlineReceipt(boolean value)
      Sets the value of the readOnlineReceipt property.
    • getContext

      public ContextType getContext()
      Gets the value of the context property.
      Returns:
      possible object is ContextType
    • setContext

      public void setContext(ContextType value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is ContextType