Class CheckCertificateExpiration
java.lang.Object
de.gematik.ws.conn.certificateservice.v6.CheckCertificateExpiration
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}CardHandle" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
<element name="Crypt" type="{http://ws.gematik.de/conn/CertificateService/v6.0}CryptType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.Gets the value of the context property.getCrypt()Gets the value of the crypt property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidsetContext(ContextType value) Sets the value of the context property.voidSets the value of the crypt property.
-
Field Details
-
cardHandle
-
context
-
crypt
-
-
Constructor Details
-
CheckCertificateExpiration
public CheckCertificateExpiration()
-
-
Method Details
-
getCardHandle
Gets the value of the cardHandle property.- Returns:
- possible object is
String
-
setCardHandle
Sets the value of the cardHandle property.- Parameters:
value- allowed object isString
-
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
-
getCrypt
Gets the value of the crypt property.- Returns:
- possible object is
CryptType
-
setCrypt
Sets the value of the crypt property.- Parameters:
value- allowed object isCryptType
-