Class ReadCardCertificateResponse
java.lang.Object
de.gematik.ws.conn.certificateservice.v6.ReadCardCertificateResponse
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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
<element ref="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}X509DataInfoList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.Gets the value of the x509DataInfoList property.voidSets the value of the status property.voidSets the value of the x509DataInfoList property.
-
Field Details
-
status
-
x509DataInfoList
-
-
Constructor Details
-
ReadCardCertificateResponse
public ReadCardCertificateResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getX509DataInfoList
Gets the value of the x509DataInfoList property.- Returns:
- possible object is
X509DataInfoListType
-
setX509DataInfoList
Sets the value of the x509DataInfoList property.- Parameters:
value- allowed object isX509DataInfoListType
-