Class VersionInfoType

java.lang.Object
de.gematik.ws.conn.cardservice.v8.VersionInfoType

public class VersionInfoType extends Object

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 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.