Class ProductVersion
java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductVersion
Java class for ProductVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductVersion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Local" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVersionLocal"/>
<element name="Central" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVersionCentral"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the central property.getLocal()Gets the value of the local property.voidsetCentral(String value) Sets the value of the central property.voidsetLocal(ProductVersionLocal value) Sets the value of the local property.
-
Field Details
-
local
-
central
-
-
Constructor Details
-
ProductVersion
public ProductVersion()
-
-
Method Details
-
getLocal
Gets the value of the local property.- Returns:
- possible object is
ProductVersionLocal
-
setLocal
Sets the value of the local property.- Parameters:
value- allowed object isProductVersionLocal
-
getCentral
Gets the value of the central property.- Returns:
- possible object is
String
-
setCentral
Sets the value of the central property.- Parameters:
value- allowed object isString
-