Class SubscribeResponse
java.lang.Object
de.gematik.ws.conn.eventservice.v7.SubscribeResponse
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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}SubscriptionID"/>
<element ref="{http://ws.gematik.de/conn/EventService/v7.2}TerminationTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Statusprotected Stringprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the status property.Gets the value of the subscriptionID property.Gets the value of the terminationTime property.voidSets the value of the status property.voidsetSubscriptionID(String value) Sets the value of the subscriptionID property.voidSets the value of the terminationTime property.
-
Field Details
-
status
-
subscriptionID
-
terminationTime
-
-
Constructor Details
-
SubscribeResponse
public SubscribeResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
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
-