Class ProductIdentification

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

public class ProductIdentification extends Object

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 Details

    • productVendorID

      protected String productVendorID
    • productCode

      protected String productCode
    • productVersion

      protected ProductVersion productVersion
  • Constructor Details

    • ProductIdentification

      public ProductIdentification()
  • Method Details

    • getProductVendorID

      public String getProductVendorID()
      Gets the value of the productVendorID property.
      Returns:
      possible object is String
    • setProductVendorID

      public void setProductVendorID(String value)
      Sets the value of the productVendorID property.
      Parameters:
      value - allowed object is String
    • getProductCode

      public String getProductCode()
      Gets the value of the productCode property.
      Returns:
      possible object is String
    • setProductCode

      public void setProductCode(String value)
      Sets the value of the productCode property.
      Parameters:
      value - allowed object is String
    • getProductVersion

      public ProductVersion getProductVersion()
      Gets the value of the productVersion property.
      Returns:
      possible object is ProductVersion
    • setProductVersion

      public void setProductVersion(ProductVersion value)
      Sets the value of the productVersion property.
      Parameters:
      value - allowed object is ProductVersion