Class VersionInfoType
java.lang.Object
de.gematik.ws.conn.cardservice.v8.VersionInfoType
Java class for VersionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Major" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="Minor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="Revision" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMajor()Gets the value of the major property.intgetMinor()Gets the value of the minor property.intGets the value of the revision property.voidsetMajor(int value) Sets the value of the major property.voidsetMinor(int value) Sets the value of the minor property.voidsetRevision(int value) Sets the value of the revision property.
-
Field Details
-
major
protected int major -
minor
protected int minor -
revision
protected int revision
-
-
Constructor Details
-
VersionInfoType
public VersionInfoType()
-
-
Method Details
-
getMajor
public int getMajor()Gets the value of the major property. -
setMajor
public void setMajor(int value) Sets the value of the major property. -
getMinor
public int getMinor()Gets the value of the minor property. -
setMinor
public void setMinor(int value) Sets the value of the minor property. -
getRevision
public int getRevision()Gets the value of the revision property. -
setRevision
public void setRevision(int value) Sets the value of the revision property.
-