Class ReadVSDResponse
java.lang.Object
de.gematik.ws.conn.vsds.vsdservice.v5.ReadVSDResponse
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="PersoenlicheVersichertendaten" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="AllgemeineVersicherungsdaten" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="GeschuetzteVersichertendaten" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="VSD_Status" type="{http://ws.gematik.de/conn/vsds/VSDService/v5.2}VSD_StatusType"/>
<element name="Pruefungsnachweis" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}base64Binary">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected byte[]protected byte[]protected byte[]protected VSDStatusType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the allgemeineVersicherungsdaten property.byte[]Gets the value of the geschuetzteVersichertendaten property.byte[]Gets the value of the persoenlicheVersichertendaten property.byte[]Gets the value of the pruefungsnachweis property.Gets the value of the vsdStatus property.voidsetAllgemeineVersicherungsdaten(byte[] value) Sets the value of the allgemeineVersicherungsdaten property.voidsetGeschuetzteVersichertendaten(byte[] value) Sets the value of the geschuetzteVersichertendaten property.voidsetPersoenlicheVersichertendaten(byte[] value) Sets the value of the persoenlicheVersichertendaten property.voidsetPruefungsnachweis(byte[] value) Sets the value of the pruefungsnachweis property.voidsetVSDStatus(VSDStatusType value) Sets the value of the vsdStatus property.
-
Field Details
-
persoenlicheVersichertendaten
protected byte[] persoenlicheVersichertendaten -
allgemeineVersicherungsdaten
protected byte[] allgemeineVersicherungsdaten -
geschuetzteVersichertendaten
protected byte[] geschuetzteVersichertendaten -
vsdStatus
-
pruefungsnachweis
protected byte[] pruefungsnachweis
-
-
Constructor Details
-
ReadVSDResponse
public ReadVSDResponse()
-
-
Method Details
-
getPersoenlicheVersichertendaten
public byte[] getPersoenlicheVersichertendaten()Gets the value of the persoenlicheVersichertendaten property.- Returns:
- possible object is byte[]
-
setPersoenlicheVersichertendaten
public void setPersoenlicheVersichertendaten(byte[] value) Sets the value of the persoenlicheVersichertendaten property.- Parameters:
value- allowed object is byte[]
-
getAllgemeineVersicherungsdaten
public byte[] getAllgemeineVersicherungsdaten()Gets the value of the allgemeineVersicherungsdaten property.- Returns:
- possible object is byte[]
-
setAllgemeineVersicherungsdaten
public void setAllgemeineVersicherungsdaten(byte[] value) Sets the value of the allgemeineVersicherungsdaten property.- Parameters:
value- allowed object is byte[]
-
getGeschuetzteVersichertendaten
public byte[] getGeschuetzteVersichertendaten()Gets the value of the geschuetzteVersichertendaten property.- Returns:
- possible object is byte[]
-
setGeschuetzteVersichertendaten
public void setGeschuetzteVersichertendaten(byte[] value) Sets the value of the geschuetzteVersichertendaten property.- Parameters:
value- allowed object is byte[]
-
getVSDStatus
Gets the value of the vsdStatus property.- Returns:
- possible object is
VSDStatusType
-
setVSDStatus
Sets the value of the vsdStatus property.- Parameters:
value- allowed object isVSDStatusType
-
getPruefungsnachweis
public byte[] getPruefungsnachweis()Gets the value of the pruefungsnachweis property.- Returns:
- possible object is byte[]
-
setPruefungsnachweis
public void setPruefungsnachweis(byte[] value) Sets the value of the pruefungsnachweis property.- Parameters:
value- allowed object is byte[]
-