Class CertificateExpirationType

java.lang.Object
de.gematik.ws.conn.certificateservice.v6.CertificateExpirationType

public class CertificateExpirationType extends Object

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 Details

    • ctID

      protected String ctID
    • cardHandle

      protected String cardHandle
    • iccsn

      protected String iccsn
    • subjectCommonName

      protected String subjectCommonName
    • serialNumber

      protected String serialNumber
    • validity

      protected XMLGregorianCalendar validity
  • Constructor Details

    • CertificateExpirationType

      public CertificateExpirationType()
  • Method Details

    • getCtID

      public String getCtID()
      Gets the value of the ctID property.
      Returns:
      possible object is String
    • setCtID

      public void setCtID(String value)
      Sets the value of the ctID property.
      Parameters:
      value - allowed object is String
    • getCardHandle

      public String getCardHandle()
      Gets the value of the cardHandle property.
      Returns:
      possible object is String
    • setCardHandle

      public void setCardHandle(String value)
      Sets the value of the cardHandle property.
      Parameters:
      value - allowed object is String
    • getICCSN

      public String getICCSN()
      Gets the value of the iccsn property.
      Returns:
      possible object is String
    • setICCSN

      public void setICCSN(String value)
      Sets the value of the iccsn property.
      Parameters:
      value - allowed object is String
    • getSubjectCommonName

      public String getSubjectCommonName()
      Gets the value of the subjectCommonName property.
      Returns:
      possible object is String
    • setSubjectCommonName

      public void setSubjectCommonName(String value)
      Sets the value of the subjectCommonName property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public String getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is String
    • setSerialNumber

      public void setSerialNumber(String value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is String
    • getValidity

      public XMLGregorianCalendar getValidity()
      Gets the value of the validity property.
      Returns:
      possible object is XMLGregorianCalendar
    • setValidity

      public void setValidity(XMLGregorianCalendar value)
      Sets the value of the validity property.
      Parameters:
      value - allowed object is XMLGregorianCalendar