Class ProductMiscellaneous
java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductMiscellaneous
Java class for ProductMiscellaneous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductMiscellaneous">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductVendorName" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVendorName"/>
<element name="ProductName" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the productName property.Gets the value of the productVendorName property.voidsetProductName(String value) Sets the value of the productName property.voidsetProductVendorName(String value) Sets the value of the productVendorName property.
-
Field Details
-
productVendorName
-
productName
-
-
Constructor Details
-
ProductMiscellaneous
public ProductMiscellaneous()
-
-
Method Details
-
getProductVendorName
Gets the value of the productVendorName property.- Returns:
- possible object is
String
-
setProductVendorName
Sets the value of the productVendorName property.- Parameters:
value- allowed object isString
-
getProductName
Gets the value of the productName property.- Returns:
- possible object is
String
-
setProductName
Sets the value of the productName property.- Parameters:
value- allowed object isString
-