Class ProductMiscellaneous

java.lang.Object
de.gematik.ws.conn.servicedirectory.ProductMiscellaneous

public class ProductMiscellaneous extends Object

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 Details

    • productVendorName

      protected String productVendorName
    • productName

      protected String productName
  • Constructor Details

    • ProductMiscellaneous

      public ProductMiscellaneous()
  • Method Details

    • getProductVendorName

      public String getProductVendorName()
      Gets the value of the productVendorName property.
      Returns:
      possible object is String
    • setProductVendorName

      public void setProductVendorName(String value)
      Sets the value of the productVendorName property.
      Parameters:
      value - allowed object is String
    • getProductName

      public String getProductName()
      Gets the value of the productName property.
      Returns:
      possible object is String
    • setProductName

      public void setProductName(String value)
      Sets the value of the productName property.
      Parameters:
      value - allowed object is String