Class CardInfoType

java.lang.Object
de.gematik.ws.conn.cardservice.v8.CardInfoType
Direct Known Subclasses:
CardInfoErrType

public class CardInfoType extends Object

Java class for CardInfoType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CardInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}CardType"/>
         <element name="CardVersion" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="COSVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType"/>
                   <element name="ObjectSystemVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType"/>
                   <element name="CardPTPersVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType" minOccurs="0"/>
                   <element name="DataStructureVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType" minOccurs="0"/>
                   <element name="LoggingVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType" minOccurs="0"/>
                   <element name="ATRVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType" minOccurs="0"/>
                   <element name="GDOVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType" minOccurs="0"/>
                   <element name="KeyInfoVersion" type="{http://ws.gematik.de/conn/CardService/v8.1}VersionInfoType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}Iccsn" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}CtId"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}SlotId"/>
         <element name="InsertTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element ref="{http://ws.gematik.de/conn/CardService/v8.1}CardHolderName" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardService/v8.1}Kvnr" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardService/v8.1}CertificateExpirationDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CardInfoType

      public CardInfoType()
  • Method Details

    • 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
    • getCardType

      public CardTypeType getCardType()
      Gets the value of the cardType property.
      Returns:
      possible object is CardTypeType
    • setCardType

      public void setCardType(CardTypeType value)
      Sets the value of the cardType property.
      Parameters:
      value - allowed object is CardTypeType
    • getCardVersion

      public CardInfoType.CardVersion getCardVersion()
      Gets the value of the cardVersion property.
      Returns:
      possible object is CardInfoType.CardVersion
    • setCardVersion

      public void setCardVersion(CardInfoType.CardVersion value)
      Sets the value of the cardVersion property.
      Parameters:
      value - allowed object is CardInfoType.CardVersion
    • 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
    • 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
    • getSlotId

      public BigInteger getSlotId()
      Gets the value of the slotId property.
      Returns:
      possible object is BigInteger
    • setSlotId

      public void setSlotId(BigInteger value)
      Sets the value of the slotId property.
      Parameters:
      value - allowed object is BigInteger
    • getInsertTime

      public XMLGregorianCalendar getInsertTime()
      Gets the value of the insertTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setInsertTime

      public void setInsertTime(XMLGregorianCalendar value)
      Sets the value of the insertTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCardHolderName

      public String getCardHolderName()
      Gets the value of the cardHolderName property.
      Returns:
      possible object is String
    • setCardHolderName

      public void setCardHolderName(String value)
      Sets the value of the cardHolderName property.
      Parameters:
      value - allowed object is String
    • getKvnr

      public String getKvnr()
      Gets the value of the kvnr property.
      Returns:
      possible object is String
    • setKvnr

      public void setKvnr(String value)
      Sets the value of the kvnr property.
      Parameters:
      value - allowed object is String
    • getCertificateExpirationDate

      public XMLGregorianCalendar getCertificateExpirationDate()
      Gets the value of the certificateExpirationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCertificateExpirationDate

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