Class ProductTypeInformation

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

public class ProductTypeInformation extends Object

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 Details

    • productType

      protected String productType
    • productTypeVersion

      protected String productTypeVersion
  • Constructor Details

    • ProductTypeInformation

      public ProductTypeInformation()
  • Method Details

    • getProductType

      public String getProductType()
      Gets the value of the productType property.
      Returns:
      possible object is String
    • setProductType

      public void setProductType(String value)
      Sets the value of the productType property.
      Parameters:
      value - allowed object is String
    • getProductTypeVersion

      public String getProductTypeVersion()
      Gets the value of the productTypeVersion property.
      Returns:
      possible object is String
    • setProductTypeVersion

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