Class Event

java.lang.Object
de.gematik.ws.conn.eventservice.v7.Event

public class Event 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="Topic" type="{http://ws.gematik.de/conn/EventService/v7.2}TopicType"/>
         <element name="Type" type="{http://ws.gematik.de/conn/EventService/v7.2}EventType"/>
         <element name="Severity" type="{http://ws.gematik.de/conn/EventService/v7.2}EventSeverityType"/>
         <element ref="{http://ws.gematik.de/conn/EventService/v7.2}SubscriptionID"/>
         <element name="Message">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Parameter" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="Key">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                   <maxLength value="64"/>
                                 </restriction>
                               </simpleType>
                             </element>
                             <element name="Value">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                   <maxLength value="5000"/>
                                 </restriction>
                               </simpleType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getTopic

      public String getTopic()
      Gets the value of the topic property.
      Returns:
      possible object is String
    • setTopic

      public void setTopic(String value)
      Sets the value of the topic property.
      Parameters:
      value - allowed object is String
    • getType

      public EventType getType()
      Gets the value of the type property.
      Returns:
      possible object is EventType
    • setType

      public void setType(EventType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is EventType
    • getSeverity

      public EventSeverityType getSeverity()
      Gets the value of the severity property.
      Returns:
      possible object is EventSeverityType
    • setSeverity

      public void setSeverity(EventSeverityType value)
      Sets the value of the severity property.
      Parameters:
      value - allowed object is EventSeverityType
    • getSubscriptionID

      public String getSubscriptionID()
      Gets the value of the subscriptionID property.
      Returns:
      possible object is String
    • setSubscriptionID

      public void setSubscriptionID(String value)
      Sets the value of the subscriptionID property.
      Parameters:
      value - allowed object is String
    • getMessage

      public Event.Message getMessage()
      Gets the value of the message property.
      Returns:
      possible object is Event.Message
    • setMessage

      public void setMessage(Event.Message value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is Event.Message