Class Connector
java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.Connector
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 name="VPNTIStatus">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConnectionStatus">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Online"/>
<enumeration value="Offline"/>
</restriction>
</simpleType>
</element>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="VPNSISStatus">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConnectionStatus">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Online"/>
<enumeration value="Offline"/>
</restriction>
</simpleType>
</element>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}OperatingState"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OperatingStateprotected Connector.VPNSISStatusprotected Connector.VPNTIStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the operatingState property.Gets the value of the vpnsisStatus property.Gets the value of the vpntiStatus property.voidsetOperatingState(OperatingState value) Sets the value of the operatingState property.voidSets the value of the vpnsisStatus property.voidSets the value of the vpntiStatus property.
-
Field Details
-
vpntiStatus
-
vpnsisStatus
-
operatingState
-
-
Constructor Details
-
Connector
public Connector()
-
-
Method Details
-
getVPNTIStatus
Gets the value of the vpntiStatus property.- Returns:
- possible object is
Connector.VPNTIStatus
-
setVPNTIStatus
Sets the value of the vpntiStatus property.- Parameters:
value- allowed object isConnector.VPNTIStatus
-
getVPNSISStatus
Gets the value of the vpnsisStatus property.- Returns:
- possible object is
Connector.VPNSISStatus
-
setVPNSISStatus
Sets the value of the vpnsisStatus property.- Parameters:
value- allowed object isConnector.VPNSISStatus
-
getOperatingState
Gets the value of the operatingState property.- Returns:
- possible object is
OperatingState
-
setOperatingState
Sets the value of the operatingState property.- Parameters:
value- allowed object isOperatingState
-