Class ReadVSD
java.lang.Object
de.gematik.ws.conn.vsds.vsdservice.v5.ReadVSD
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ContextTypeprotected Stringprotected Stringprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the ehcHandle property.Gets the value of the hpcHandle property.booleanGets the value of the performOnlineCheck property.booleanGets the value of the readOnlineReceipt property.voidsetContext(ContextType value) Sets the value of the context property.voidsetEhcHandle(String value) Sets the value of the ehcHandle property.voidsetHpcHandle(String value) Sets the value of the hpcHandle property.voidsetPerformOnlineCheck(boolean value) Sets the value of the performOnlineCheck property.voidsetReadOnlineReceipt(boolean value) Sets the value of the readOnlineReceipt property.
-
Field Details
-
ehcHandle
-
hpcHandle
-
performOnlineCheck
protected boolean performOnlineCheck -
readOnlineReceipt
protected boolean readOnlineReceipt -
context
-
-
Constructor Details
-
ReadVSD
public ReadVSD()
-
-
Method Details
-
getEhcHandle
Gets the value of the ehcHandle property.- Returns:
- possible object is
String
-
setEhcHandle
Sets the value of the ehcHandle property.- Parameters:
value- allowed object isString
-
getHpcHandle
Gets the value of the hpcHandle property.- Returns:
- possible object is
String
-
setHpcHandle
Sets the value of the hpcHandle property.- Parameters:
value- allowed object isString
-
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
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-