Class CertificateExpirationType
java.lang.Object
de.gematik.ws.conn.certificateservice.v6.CertificateExpirationType
Java class for CertificateExpirationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateExpirationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CtID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
<element name="ICCSN" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subject_commonName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="validity" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.getCtID()Gets the value of the ctID property.getICCSN()Gets the value of the iccsn property.Gets the value of the serialNumber property.Gets the value of the subjectCommonName property.Gets the value of the validity property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidSets the value of the ctID property.voidSets the value of the iccsn property.voidsetSerialNumber(String value) Sets the value of the serialNumber property.voidsetSubjectCommonName(String value) Sets the value of the subjectCommonName property.voidsetValidity(XMLGregorianCalendar value) Sets the value of the validity property.
-
Field Details
-
ctID
-
cardHandle
-
iccsn
-
subjectCommonName
-
serialNumber
-
validity
-
-
Constructor Details
-
CertificateExpirationType
public CertificateExpirationType()
-
-
Method Details
-
getCtID
Gets the value of the ctID property.- Returns:
- possible object is
String
-
setCtID
Sets the value of the ctID property.- Parameters:
value- allowed object isString
-
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
-
getICCSN
Gets the value of the iccsn property.- Returns:
- possible object is
String
-
setICCSN
Sets the value of the iccsn property.- Parameters:
value- allowed object isString
-
getSubjectCommonName
Gets the value of the subjectCommonName property.- Returns:
- possible object is
String
-
setSubjectCommonName
Sets the value of the subjectCommonName property.- Parameters:
value- allowed object isString
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
getValidity
Gets the value of the validity property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidity
Sets the value of the validity property.- Parameters:
value- allowed object isXMLGregorianCalendar
-