Class ProductVersionLocal

java.lang.Object
de.gematik.ws._int.version.productinformation.v1.ProductVersionLocal

public class ProductVersionLocal extends Object

Java class for ProductVersionLocal complex type.

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

 <complexType name="ProductVersionLocal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HWVersion" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}HWVersion"/>
         <element name="FWVersion" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}FWVersion"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • hwVersion

      protected String hwVersion
    • fwVersion

      protected String fwVersion
  • Constructor Details

    • ProductVersionLocal

      public ProductVersionLocal()
  • Method Details

    • getHWVersion

      public String getHWVersion()
      Gets the value of the hwVersion property.
      Returns:
      possible object is String
    • setHWVersion

      public void setHWVersion(String value)
      Sets the value of the hwVersion property.
      Parameters:
      value - allowed object is String
    • getFWVersion

      public String getFWVersion()
      Gets the value of the fwVersion property.
      Returns:
      possible object is String
    • setFWVersion

      public void setFWVersion(String value)
      Sets the value of the fwVersion property.
      Parameters:
      value - allowed object is String