Class Connector

java.lang.Object
de.gematik.ws.conn.connectorcommon.v5.Connector

public class Connector 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="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>