Class SubscriptionRenewal

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

public class SubscriptionRenewal 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 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 Details

  • Constructor Details

    • SubscriptionRenewal

      public SubscriptionRenewal()
  • Method Details

    • 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
    • getTerminationTime

      public XMLGregorianCalendar getTerminationTime()
      Gets the value of the terminationTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTerminationTime

      public void setTerminationTime(XMLGregorianCalendar value)
      Sets the value of the terminationTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar