Class ConnectorServices

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

public class ConnectorServices extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/int/version/ProductInformation/v1.1}ProductInformation"/>
         <element name="TLSMandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ClientAutMandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element ref="{http://ws.gematik.de/conn/ServiceInformation/v2.0}ServiceInformation"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • productInformation

      protected ProductInformation productInformation
    • tlsMandatory

      protected boolean tlsMandatory
    • clientAutMandatory

      protected boolean clientAutMandatory
    • serviceInformation

      protected ServicesType serviceInformation
  • Constructor Details

    • ConnectorServices

      public ConnectorServices()
  • Method Details

    • getProductInformation

      public ProductInformation getProductInformation()
      Gets the value of the productInformation property.
      Returns:
      possible object is ProductInformation
    • setProductInformation

      public void setProductInformation(ProductInformation value)
      Sets the value of the productInformation property.
      Parameters:
      value - allowed object is ProductInformation
    • isTLSMandatory

      public boolean isTLSMandatory()
      Gets the value of the tlsMandatory property.
    • setTLSMandatory

      public void setTLSMandatory(boolean value)
      Sets the value of the tlsMandatory property.
    • isClientAutMandatory

      public boolean isClientAutMandatory()
      Gets the value of the clientAutMandatory property.
    • setClientAutMandatory

      public void setClientAutMandatory(boolean value)
      Sets the value of the clientAutMandatory property.
    • getServiceInformation

      public ServicesType getServiceInformation()
      Gets the value of the serviceInformation property.
      Returns:
      possible object is ServicesType
    • setServiceInformation

      public void setServiceInformation(ServicesType value)
      Sets the value of the serviceInformation property.
      Parameters:
      value - allowed object is ServicesType