Class CardInfoType.CardVersion
java.lang.Object
de.gematik.ws.conn.cardservice.v8.CardInfoType.CardVersion
- Enclosing class:
- CardInfoType
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 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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VersionInfoTypeprotected VersionInfoTypeprotected VersionInfoTypeprotected VersionInfoTypeprotected VersionInfoTypeprotected VersionInfoTypeprotected VersionInfoTypeprotected VersionInfoType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the atrVersion property.Gets the value of the cardPTPersVersion property.Gets the value of the cosVersion property.Gets the value of the dataStructureVersion property.Gets the value of the gdoVersion property.Gets the value of the keyInfoVersion property.Gets the value of the loggingVersion property.Gets the value of the objectSystemVersion property.voidsetATRVersion(VersionInfoType value) Sets the value of the atrVersion property.voidSets the value of the cardPTPersVersion property.voidsetCOSVersion(VersionInfoType value) Sets the value of the cosVersion property.voidSets the value of the dataStructureVersion property.voidsetGDOVersion(VersionInfoType value) Sets the value of the gdoVersion property.voidsetKeyInfoVersion(VersionInfoType value) Sets the value of the keyInfoVersion property.voidsetLoggingVersion(VersionInfoType value) Sets the value of the loggingVersion property.voidSets the value of the objectSystemVersion property.
-
Field Details
-
cosVersion
-
objectSystemVersion
-
cardPTPersVersion
-
dataStructureVersion
-
loggingVersion
-
atrVersion
-
gdoVersion
-
keyInfoVersion
-
-
Constructor Details
-
CardVersion
public CardVersion()
-
-
Method Details
-
getCOSVersion
Gets the value of the cosVersion property.- Returns:
- possible object is
VersionInfoType
-
setCOSVersion
Sets the value of the cosVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getObjectSystemVersion
Gets the value of the objectSystemVersion property.- Returns:
- possible object is
VersionInfoType
-
setObjectSystemVersion
Sets the value of the objectSystemVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getCardPTPersVersion
Gets the value of the cardPTPersVersion property.- Returns:
- possible object is
VersionInfoType
-
setCardPTPersVersion
Sets the value of the cardPTPersVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getDataStructureVersion
Gets the value of the dataStructureVersion property.- Returns:
- possible object is
VersionInfoType
-
setDataStructureVersion
Sets the value of the dataStructureVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getLoggingVersion
Gets the value of the loggingVersion property.- Returns:
- possible object is
VersionInfoType
-
setLoggingVersion
Sets the value of the loggingVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getATRVersion
Gets the value of the atrVersion property.- Returns:
- possible object is
VersionInfoType
-
setATRVersion
Sets the value of the atrVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getGDOVersion
Gets the value of the gdoVersion property.- Returns:
- possible object is
VersionInfoType
-
setGDOVersion
Sets the value of the gdoVersion property.- Parameters:
value- allowed object isVersionInfoType
-
getKeyInfoVersion
Gets the value of the keyInfoVersion property.- Returns:
- possible object is
VersionInfoType
-
setKeyInfoVersion
Sets the value of the keyInfoVersion property.- Parameters:
value- allowed object isVersionInfoType
-