Class ProductIdentification
java.lang.Object
de.gematik.ws._int.version.productinformation.v1.ProductIdentification
Java class for ProductIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductVendorID" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVendorID"/>
<element name="ProductCode" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductCode"/>
<element name="ProductVersion" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVersion"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the productCode property.Gets the value of the productVendorID property.Gets the value of the productVersion property.voidsetProductCode(String value) Sets the value of the productCode property.voidsetProductVendorID(String value) Sets the value of the productVendorID property.voidsetProductVersion(ProductVersion value) Sets the value of the productVersion property.
-
Field Details
-
productVendorID
-
productCode
-
productVersion
-
-
Constructor Details
-
ProductIdentification
public ProductIdentification()
-
-
Method Details
-
getProductVendorID
Gets the value of the productVendorID property.- Returns:
- possible object is
String
-
setProductVendorID
Sets the value of the productVendorID property.- Parameters:
value- allowed object isString
-
getProductCode
Gets the value of the productCode property.- Returns:
- possible object is
String
-
setProductCode
Sets the value of the productCode property.- Parameters:
value- allowed object isString
-
getProductVersion
Gets the value of the productVersion property.- Returns:
- possible object is
ProductVersion
-
setProductVersion
Sets the value of the productVersion property.- Parameters:
value- allowed object isProductVersion
-