Class CardInfoType
java.lang.Object
de.gematik.ws.conn.cardservice.v8.CardInfoType
- Direct Known Subclasses:
CardInfoErrType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected CardTypeTypeprotected CardInfoType.CardVersionprotected XMLGregorianCalendarprotected Stringprotected Stringprotected XMLGregorianCalendarprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.Gets the value of the cardHolderName property.Gets the value of the cardType property.Gets the value of the cardVersion property.Gets the value of the certificateExpirationDate property.getCtId()Gets the value of the ctId property.getIccsn()Gets the value of the iccsn property.Gets the value of the insertTime property.getKvnr()Gets the value of the kvnr property.Gets the value of the slotId property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidsetCardHolderName(String value) Sets the value of the cardHolderName property.voidsetCardType(CardTypeType value) Sets the value of the cardType property.voidSets the value of the cardVersion property.voidSets the value of the certificateExpirationDate property.voidSets the value of the ctId property.voidSets the value of the iccsn property.voidSets the value of the insertTime property.voidSets the value of the kvnr property.voidsetSlotId(BigInteger value) Sets the value of the slotId property.
-
Field Details
-
cardHandle
-
cardType
-
cardVersion
-
iccsn
-
ctId
-
slotId
-
insertTime
-
cardHolderName
-
kvnr
-
certificateExpirationDate
-
-
Constructor Details
-
CardInfoType
public CardInfoType()
-
-
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
-
getCardType
Gets the value of the cardType property.- Returns:
- possible object is
CardTypeType
-
setCardType
Sets the value of the cardType property.- Parameters:
value- allowed object isCardTypeType
-
getCardVersion
Gets the value of the cardVersion property.- Returns:
- possible object is
CardInfoType.CardVersion
-
setCardVersion
Sets the value of the cardVersion property.- Parameters:
value- allowed object isCardInfoType.CardVersion
-
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
-
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
-
getSlotId
Gets the value of the slotId property.- Returns:
- possible object is
BigInteger
-
setSlotId
Sets the value of the slotId property.- Parameters:
value- allowed object isBigInteger
-
getInsertTime
Gets the value of the insertTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setInsertTime
Sets the value of the insertTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCardHolderName
Gets the value of the cardHolderName property.- Returns:
- possible object is
String
-
setCardHolderName
Sets the value of the cardHolderName property.- Parameters:
value- allowed object isString
-
getKvnr
Gets the value of the kvnr property.- Returns:
- possible object is
String
-
setKvnr
Sets the value of the kvnr property.- Parameters:
value- allowed object isString
-
getCertificateExpirationDate
Gets the value of the certificateExpirationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCertificateExpirationDate
Sets the value of the certificateExpirationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-