Class ProductTypeInformation
java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductTypeInformation
Java class for ProductTypeInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductTypeInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductType" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductType"/>
<element name="ProductTypeVersion" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductTypeVersion"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the productType property.Gets the value of the productTypeVersion property.voidsetProductType(String value) Sets the value of the productType property.voidsetProductTypeVersion(String value) Sets the value of the productTypeVersion property.
-
Field Details
-
productType
-
productTypeVersion
-
-
Constructor Details
-
ProductTypeInformation
public ProductTypeInformation()
-
-
Method Details
-
getProductType
Gets the value of the productType property.- Returns:
- possible object is
String
-
setProductType
Sets the value of the productType property.- Parameters:
value- allowed object isString
-
getProductTypeVersion
Gets the value of the productTypeVersion property.- Returns:
- possible object is
String
-
setProductTypeVersion
Sets the value of the productTypeVersion property.- Parameters:
value- allowed object isString
-