Class ConnectorServices
java.lang.Object
de.gematik.ws.conn.servicedirectory.ConnectorServices
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 Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected ProductInformationprotected ServicesTypeprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the productInformation property.Gets the value of the serviceInformation property.booleanGets the value of the clientAutMandatory property.booleanGets the value of the tlsMandatory property.voidsetClientAutMandatory(boolean value) Sets the value of the clientAutMandatory property.voidSets the value of the productInformation property.voidSets the value of the serviceInformation property.voidsetTLSMandatory(boolean value) Sets the value of the tlsMandatory property.
-
Field Details
-
productInformation
-
tlsMandatory
protected boolean tlsMandatory -
clientAutMandatory
protected boolean clientAutMandatory -
serviceInformation
-
-
Constructor Details
-
ConnectorServices
public ConnectorServices()
-
-
Method Details
-
getProductInformation
Gets the value of the productInformation property.- Returns:
- possible object is
ProductInformation
-
setProductInformation
Sets the value of the productInformation property.- Parameters:
value- allowed object isProductInformation
-
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
Gets the value of the serviceInformation property.- Returns:
- possible object is
ServicesType
-
setServiceInformation
Sets the value of the serviceInformation property.- Parameters:
value- allowed object isServicesType
-