Class ProductVersionLocal
java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductVersionLocal
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fwVersion property.Gets the value of the hwVersion property.voidsetFWVersion(String value) Sets the value of the fwVersion property.voidsetHWVersion(String value) Sets the value of the hwVersion property.
-
Field Details
-
hwVersion
-
fwVersion
-
-
Constructor Details
-
ProductVersionLocal
public ProductVersionLocal()
-
-
Method Details
-
getHWVersion
Gets the value of the hwVersion property.- Returns:
- possible object is
String
-
setHWVersion
Sets the value of the hwVersion property.- Parameters:
value- allowed object isString
-
getFWVersion
Gets the value of the fwVersion property.- Returns:
- possible object is
String
-
setFWVersion
Sets the value of the fwVersion property.- Parameters:
value- allowed object isString
-