Class ProductVersion

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

public class ProductVersion extends Object

Java class for ProductVersion complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProductVersion">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Local" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVersionLocal"/>
         <element name="Central" type="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductVersionCentral"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ProductVersion

      public ProductVersion()
  • Method Details

    • getLocal

      public ProductVersionLocal getLocal()
      Gets the value of the local property.
      Returns:
      possible object is ProductVersionLocal
    • setLocal

      public void setLocal(ProductVersionLocal value)
      Sets the value of the local property.
      Parameters:
      value - allowed object is ProductVersionLocal
    • getCentral

      public String getCentral()
      Gets the value of the central property.
      Returns:
      possible object is String
    • setCentral

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