Class Event
java.lang.Object
de.gematik.ws.conn.eventservice.v7.Event
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Event.Messageprotected EventSeverityTypeprotected Stringprotected Stringprotected EventType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the message property.Gets the value of the severity property.Gets the value of the subscriptionID property.getTopic()Gets the value of the topic property.getType()Gets the value of the type property.voidsetMessage(Event.Message value) Sets the value of the message property.voidsetSeverity(EventSeverityType value) Sets the value of the severity property.voidsetSubscriptionID(String value) Sets the value of the subscriptionID property.voidSets the value of the topic property.voidSets the value of the type property.
-
Field Details
-
topic
-
type
-
severity
-
subscriptionID
-
message
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getTopic
Gets the value of the topic property.- Returns:
- possible object is
String
-
setTopic
Sets the value of the topic property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
EventType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isEventType
-
getSeverity
Gets the value of the severity property.- Returns:
- possible object is
EventSeverityType
-
setSeverity
Sets the value of the severity property.- Parameters:
value- allowed object isEventSeverityType
-
getSubscriptionID
Gets the value of the subscriptionID property.- Returns:
- possible object is
String
-
setSubscriptionID
Sets the value of the subscriptionID property.- Parameters:
value- allowed object isString
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
Event.Message
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isEvent.Message
-