Class Connector.VPNSISStatus
java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.Connector.VPNSISStatus
- Enclosing class:
- 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="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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectionStatus property.Gets the value of the timestamp property.voidsetConnectionStatus(String value) Sets the value of the connectionStatus property.voidsetTimestamp(XMLGregorianCalendar value) Sets the value of the timestamp property.
-
Field Details
-
connectionStatus
-
timestamp
-
-
Constructor Details
-
VPNSISStatus
public VPNSISStatus()
-
-
Method Details
-
getConnectionStatus
Gets the value of the connectionStatus property.- Returns:
- possible object is
String
-
setConnectionStatus
Sets the value of the connectionStatus property.- Parameters:
value- allowed object isString
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-