Class Connector.VPNTIStatus

java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.Connector.VPNTIStatus
Enclosing class:
Connector

public static class Connector.VPNTIStatus 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 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 Details

  • Constructor Details

    • VPNTIStatus

      public VPNTIStatus()
  • Method Details

    • getConnectionStatus

      public String getConnectionStatus()
      Gets the value of the connectionStatus property.
      Returns:
      possible object is String
    • setConnectionStatus

      public void setConnectionStatus(String value)
      Sets the value of the connectionStatus property.
      Parameters:
      value - allowed object is String
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar