Class SubscriptionType
java.lang.Object
de.gematik.ws.conn.eventservice.v7.SubscriptionType
Java class for SubscriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}SubscriptionID" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}TerminationTime" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}EventTo"/>
<element name="Topic" type="{http://ws.gematik.de/conn/EventService/v7.2}TopicType"/>
<element name="Filter" type="{http://ws.gematik.de/conn/EventService/v7.2}FilterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected XMLGregorianCalendarprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eventTo property.Gets the value of the filter property.Gets the value of the subscriptionID property.Gets the value of the terminationTime property.getTopic()Gets the value of the topic property.voidsetEventTo(String value) Sets the value of the eventTo property.voidSets the value of the filter property.voidsetSubscriptionID(String value) Sets the value of the subscriptionID property.voidSets the value of the terminationTime property.voidSets the value of the topic property.
-
Field Details
-
subscriptionID
-
terminationTime
-
eventTo
-
topic
-
filter
-
-
Constructor Details
-
SubscriptionType
public SubscriptionType()
-
-
Method Details
-
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
-
getTerminationTime
Gets the value of the terminationTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTerminationTime
Sets the value of the terminationTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getEventTo
Gets the value of the eventTo property.- Returns:
- possible object is
String
-
setEventTo
Sets the value of the eventTo property.- Parameters:
value- allowed object isString
-
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
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isString
-